Searched refs:nowof_type (Results 1 – 1 of 1) sorted by relevance
630 TypeHandle nowof_type = T.NowOf(value); in NowOf() local631 CHECK(const_type->NowIs(nowof_type)); in NowOf()637 TypeHandle nowof_type = T.NowOf(value); in NowOf() local639 CHECK(nowof_type->Is(of_type)); in NowOf()648 TypeHandle nowof_type = T.NowOf(value); in NowOf() local649 CHECK(!nowof_type->NowIs(type) || const_type->NowIs(type)); in NowOf()660 TypeHandle nowof_type = T.NowOf(value); in NowOf() local662 nowof_type->NowIs(type) || type->Maybe(const_type)); in NowOf()673 TypeHandle nowof_type = T.NowOf(value); in NowOf() local675 nowof_type->Is(type) || type->Maybe(const_type)); in NowOf()[all …]