Searched refs:union_type (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.cat.pass.cpp | 20 union union_type {}; union 146 typedef union_type T; in main()
|
/external/v8/test/cctest/ |
D | test-types.cc | 1416 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/ |
D | Dwarf.def | 57 HANDLE_DW_TAG(0x0017, union_type)
|
/external/elfutils/src/libdw/ |
D | known-dwarf.h | 609 ONE_KNOWN_DW_TAG (union_type, DW_TAG_union_type) \
|
/external/v8/src/ic/ |
D | ic.cc | 1501 Handle<HeapType> union_type = PropertyCell::UpdatedType(cell, value); in CompileHandler() local 1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(), in CompileHandler()
|