Home
last modified time | relevance | path

Searched refs:union_type (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.cat.pass.cpp20 union union_type {}; union
146 typedef union_type T; in main()
/external/v8/test/cctest/
Dtest-types.cc1416 TypeHandle union_type = T.Union(type, T.None); in Union1() local
1417 CheckEqual(union_type, type); in Union1()
1423 TypeHandle union_type = T.Union(type, T.Any); in Union1() local
1424 CheckEqual(union_type, T.Any); in Union1()
1430 TypeHandle union_type = T.Union(type, type); in Union1() local
1431 CheckEqual(union_type, type); in Union1()
/external/llvm/include/llvm/Support/
DDwarf.def57 HANDLE_DW_TAG(0x0017, union_type)
/external/elfutils/src/libdw/
Dknown-dwarf.h609 ONE_KNOWN_DW_TAG (union_type, DW_TAG_union_type) \
/external/v8/src/ic/
Dic.cc1501 Handle<HeapType> union_type = PropertyCell::UpdatedType(cell, value); in CompileHandler() local
1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(), in CompileHandler()