Home
last modified time | relevance | path

Searched refs:const_type (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/
Dtest-types.cc596 TypeHandle const_type = T.Constant(value); in Of() local
598 CHECK(const_type->Is(of_type)); in Of()
606 TypeHandle const_type = T.Constant(value); in Of() local
608 CHECK(!of_type->Is(type) || const_type->Is(type)); in Of()
617 TypeHandle const_type = T.Constant(value); in Of() local
619 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() local
631 CHECK(const_type->NowIs(nowof_type)); in NowOf()
647 TypeHandle const_type = T.Constant(value); in NowOf() local
[all …]
/external/llvm/include/llvm/Support/
DDwarf.def72 HANDLE_DW_TAG(0x0026, const_type)
/external/elfutils/libdw/
Dknown-dwarf.h568 DWARF_ONE_KNOWN_DW_TAG (const_type, DW_TAG_const_type) \