Searched refs:of_type (Results 1 – 1 of 1) sorted by relevance
597 TypeHandle of_type = T.Of(value); in Of() local598 CHECK(const_type->Is(of_type)); in Of()607 TypeHandle of_type = T.Of(value); in Of() local608 CHECK(!of_type->Is(type) || const_type->Is(type)); in Of()618 TypeHandle of_type = T.Of(value); in Of() local620 of_type->Is(type) || type->Maybe(const_type)); in Of()638 TypeHandle of_type = T.Of(value); in NowOf() local639 CHECK(nowof_type->Is(of_type)); in NowOf()