Searched refs:union_type (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A D | type-visitor.cc | 378 } else if (auto* union_type = in ComputeType() 380 return TypeOracle::GetUnionType(ComputeType(union_type->a), in ComputeType() 381 ComputeType(union_type->b)); in ComputeType()
|
H A D | types.h | 450 if (const UnionType* union_type = UnionType::DynamicCast(t)) { in Extend() 451 for (const Type* member : union_type->types_) { in Extend() 467 const UnionType* union_type = UnionType::DynamicCast(t); in FromType() local 468 return union_type ? UnionType(*union_type) : UnionType(t); in FromType()
|
H A D | torque-parser.cc | 1435 TypeExpression* union_type = nullptr; in MakeEnumDeclaration() local 1445 if (union_type) { in MakeEnumDeclaration() 1446 union_type = MakeNode<UnionTypeExpression>(union_type, entry_type); in MakeEnumDeclaration() 1448 union_type = entry_type; in MakeEnumDeclaration() 1455 MakeNode<TypeAliasDeclaration>(name_identifier, union_type)); in MakeEnumDeclaration()
|
H A D | types.cc | 93 if (const UnionType* union_type = UnionType::DynamicCast(supertype)) { in IsSubtypeOf() 94 return union_type->IsSupertypeOf(this); in IsSubtypeOf()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | types.cc | 1162 const UnionType* union_type = AsUnion(); in AllocateOnHeap() local 1163 Handle<TurbofanType> result = union_type->Get(0).AllocateOnHeap(factory); in AllocateOnHeap() 1164 for (int i = 1; i < union_type->Length(); ++i) { in AllocateOnHeap() 1166 result, union_type->Get(i).AllocateOnHeap(factory), in AllocateOnHeap()
|
/third_party/libabigail/src/ |
H A D | abg-corpus-priv.h | 784 maybe_update_types_lookup_map(const union_decl_sptr& union_type);
|
H A D | abg-dwarf-reader.cc | 5778 union_decl_sptr union_type, 13107 /// @param union_type if this parameter is non-nil, then this function 13127 union_decl_sptr union_type, 13201 union_type = pre_existing_union; 13207 if (union_type) 13209 result = union_type; 15364 union_decl_sptr union_type = 15370 if (union_type) 15372 maybe_set_member_type_access_specifier(union_type, die); 15373 maybe_canonicalize_type(union_type, rd [all...] |
H A D | abg-ir.cc | 13314 /// @param union_type the union type to consider. 13316 maybe_update_types_lookup_map(const union_decl_sptr& union_type) in maybe_update_types_lookup_map() argument 13318 if (translation_unit *tu = union_type->get_translation_unit()) in maybe_update_types_lookup_map() 13320 (union_type, tu->get_types().union_types()); in maybe_update_types_lookup_map() 13322 if (corpus *type_corpus = union_type->get_corpus()) in maybe_update_types_lookup_map() 13325 (union_type, in maybe_update_types_lookup_map() 13329 (union_type, in maybe_update_types_lookup_map() 13336 (union_type, in maybe_update_types_lookup_map() 13340 (union_type, in maybe_update_types_lookup_map() 13675 else if (union_decl_sptr union_type in maybe_update_types_lookup_map() 24719 copy_member_function(const union_decl_sptr& union_type, const method_decl_sptr& f) copy_member_function() argument 24732 copy_member_function(const union_decl_sptr& union_type, const method_decl* f) copy_member_function() argument [all...] |
H A D | abg-reader.cc | 4593 union_decl_sptr union_type; in build_union_decl_if_not_suppressed() local 4595 union_type = build_union_decl(rdr, node, add_to_current_scope); in build_union_decl_if_not_suppressed() 4596 return union_type; in build_union_decl_if_not_suppressed()
|
H A D | abg-writer.cc | 2024 union_decl_sptr union_type(u, noop_deleter()); in write_decl_in_scope() 2025 write_union_decl_opening_tag(union_type, "", ctxt, indent, in write_decl_in_scope()
|
/third_party/libabigail/include/ |
H A D | abg-ir.h | 4392 copy_member_function(const union_decl_sptr& union_type, 4396 copy_member_function(const union_decl_sptr& union_type,
|
Completed in 65 milliseconds