Searched refs:get_scope (Results 1 – 10 of 10) sorted by relevance
89 static int get_scope(const struct sockaddr *addr) in get_scope() function306 scope_src1 = get_scope(&a1->src_addr.sa); in rfc6724_compare()307 scope_dst1 = get_scope(a1->ai->ai_addr); in rfc6724_compare()312 scope_src2 = get_scope(&a2->src_addr.sa); in rfc6724_compare()313 scope_dst2 = get_scope(a2->ai->ai_addr); in rfc6724_compare()
431 return cur_decl->get_scope(); in get_cur_scope()951 ABG_ASSERT(c->get_scope()); in maybe_canonicalize_type()5005 ABG_ASSERT(f->get_scope()); in build_class_decl()5015 ABG_ASSERT(c->get_scope()); in build_class_decl()5352 ABG_ASSERT(f->get_scope()); in build_union_decl()5362 ABG_ASSERT(c->get_scope()); in build_union_decl()5496 if (c->get_scope()) in build_class_tdecl()5835 if (decl && decl->get_scope()) in handle_type_decl()5869 if (decl && decl->get_scope()) in handle_qualified_type_decl()5887 if (decl && decl->get_scope()) in handle_pointer_type_def()[all …]
4683 scope_decl *scope = get_scope(); in get_has_anonymous_parent()4739 string qualified_name = build_qualified_name(get_scope(), t->get_name()); in set_naming_typedef()4783 decl_base::get_scope() const in get_scope() function in abigail::ir::decl_base4786 return priv_->context_->get_scope(); in get_scope()4961 if (scope_decl* s = get_scope()) in set_is_declaration_only()5391 {return (d.get_scope());} in has_scope()5957 || (d.get_scope() && d.get_scope()->get_naming_typedef())) in scope_anonymous_or_typedef_named()7259 if (scope_decl *scope = (*i)->get_scope()) in clone_array()7333 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0; in clone_typedef_array_qualified_type()7365 scope_decl* scope = is_decl(t)->get_scope(); in clone_array_tree()[all …]
11979 ABG_ASSERT((*v)->get_scope()); in build_translation_unit_and_add_to_ir()13462 if (!(*i)->get_scope()) in schedule_array_tree_for_late_canonicalization()13509 scope = array->get_scope(); in maybe_strip_qualification()13519 scope = is_decl(u)->get_scope(); in maybe_strip_qualification()13555 add_decl_to_scope(qual_type, is_decl(element_type)->get_scope()); in maybe_strip_qualification()15037 is_class_or_union_type(member_type_declaration->get_scope()); in maybe_set_member_type_access_specifier()15068 if (!fn || fn->get_scope()) in potential_member_fn_should_be_dropped()15496 ABG_ASSERT(m->get_scope()); in build_ir_node_from_die()15509 ABG_ASSERT(is_decl(result)->get_scope()); in build_ir_node_from_die()15512 ABG_ASSERT(v->get_scope()); in build_ir_node_from_die()
251 if (!is_union_type(d->get_scope())) in represent_data_member()
370 v = hashing::combine_hashes(v, hash_decl(*t.get_scope())); in operator ()()
1980 for (scope_decl* s = decl->get_scope(); in write_decl_in_scope()1982 s = s->get_scope()) in write_decl_in_scope()
1233 get_scope() const in get_scope() function1658 get_scope() const;
146 get_scope(nir_scope scope) in get_scope() function2947 SpvScope scope = get_scope(nir_intrinsic_memory_scope(intr)); in emit_shader_clock()
37490 (decl_base::{get_hash, set_hash, get_scope,38993 getter. (decl_base::get_scope): Move this out-of-line.39020 (decl_base::get_scope): New out-of-line getter.43975 * src/abg-ir.h (decl_base::get_scope): Really re-style.44324 into what_kind. Renamed get_context into get_scope. Add virtual