Home
last modified time | relevance | path

Searched defs:union_type (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.unary.cat.pass.cpp19 union union_type {}; union
/external/flatbuffers/include/flatbuffers/
Dreflection.h365 auto union_type = GetFieldI<uint8_t>(table, *type_field); in GetUnionType() local
/external/v8/src/compiler/
Dtypes.cc916 Type* Type::NormalizeUnion(Type* union_type, int size, Zone* zone) { in NormalizeUnion()
/external/v8/src/ast/
Dast-types.cc1026 AstType* AstType::NormalizeUnion(AstType* union_type, int size, Zone* zone) { in NormalizeUnion()