Searched defs:union_type (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
H A Dmeta.unary.cat.pass.cpp20 union union_type {}; union
146 typedef union_type T;
/external/v8/src/ic/
H A Dic.cc1501 Handle<HeapType> union_type = PropertyCell::UpdatedType(cell, value); local
1502 StoreGlobalStub stub(isolate(), union_type->IsConstant(),
/external/v8/test/cctest/
H A Dtest-types.cc1416 TypeHandle union_type = T.Union(type, T.None); local
1417 CheckEqual(union_type, type);
1423 TypeHandle union_type = T.Union(type, T.Any); local
1424 CheckEqual(union_type, T.Any);
1430 TypeHandle union_type = T.Union(type, type); local
1431 CheckEqual(union_type, type);

Completed in 188 milliseconds