Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtype-visitor.cc378 } else if (auto* union_type = in ComputeType() local
Dtypes.h450 if (const UnionType* union_type = UnionType::DynamicCast(t)) { in Extend() local
467 const UnionType* union_type = UnionType::DynamicCast(t); in FromType() local
Dtypes.cc93 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf() local
Dtorque-parser.cc1435 TypeExpression* union_type = nullptr; in MakeEnumDeclaration() local
/third_party/node/deps/v8/src/compiler/
Dtypes.cc1162 const UnionType* union_type = AsUnion(); in AllocateOnHeap() local
/third_party/libabigail/src/
Dabg-writer.cc2024 union_decl_sptr union_type(u, noop_deleter()); in write_decl_in_scope() local
Dabg-ir.cc13316 maybe_update_types_lookup_map(const union_decl_sptr& union_type) in maybe_update_types_lookup_map()
13675 else if (union_decl_sptr union_type = is_union_type(decl)) in maybe_update_types_lookup_map() local
24719 copy_member_function(const union_decl_sptr& union_type, in copy_member_function()
24732 copy_member_function(const union_decl_sptr& union_type, in copy_member_function()
Dabg-dwarf-reader.cc13127 union_decl_sptr union_type, in add_or_update_union_type()
15364 union_decl_sptr union_type = in build_ir_node_from_die() local
Dabg-reader.cc4593 union_decl_sptr union_type; in build_union_decl_if_not_suppressed() local
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js1138 function union_type(tokeniser, type) { function