Searched refs:const_type (Results 1 – 3 of 3) sorted by relevance
596 TypeHandle const_type = T.Constant(value); in Of() local598 CHECK(const_type->Is(of_type)); in Of()606 TypeHandle const_type = T.Constant(value); in Of() local608 CHECK(!of_type->Is(type) || const_type->Is(type)); in Of()617 TypeHandle const_type = T.Constant(value); in Of() local619 CHECK(!const_type->Is(type) || in Of()620 of_type->Is(type) || type->Maybe(const_type)); in Of()629 TypeHandle const_type = T.Constant(value); in NowOf() local631 CHECK(const_type->NowIs(nowof_type)); in NowOf()647 TypeHandle const_type = T.Constant(value); in NowOf() local[all …]
72 HANDLE_DW_TAG(0x0026, const_type)
568 DWARF_ONE_KNOWN_DW_TAG (const_type, DW_TAG_const_type) \