Searched refs:add_decl_to_scope (Results 1 – 6 of 6) sorted by relevance
/external/libabigail/src/ |
D | abg-dwarf-reader.cc | 11376 d = add_decl_to_scope(*v, class_type); in build_translation_unit_and_add_to_ir() 11434 add_decl_to_scope(result, scope.get()); in build_namespace_decl_and_add_to_ir() 11542 decl_base_sptr d = add_decl_to_scope(result, tu->get_global_scope().get()); in build_enum_underlying_type() 12198 res = add_decl_to_scope(result, scope); in add_or_update_class_type() 12559 result = is_union_type(add_decl_to_scope(result, scope)); in add_or_update_union_type() 12803 add_decl_to_scope(*i, ctxt.cur_transl_unit()->get_global_scope()); in schedule_array_tree_for_late_canonicalization() 12868 add_decl_to_scope(array, scope); in maybe_strip_qualification() 12880 add_decl_to_scope(typdef, scope); in maybe_strip_qualification() 12908 add_decl_to_scope(qual_type, is_decl(element_type)->get_scope()); in maybe_strip_qualification() 14094 add_decl_to_scope(klass, scope); in get_opaque_version_of_type() [all …]
|
D | abg-reader.cc | 305 bool add_decl_to_scope); 618 add_decl_to_scope(decl, get_cur_scope()); in push_decl_to_current_scope() 1283 bool add_decl_to_scope) in build_or_get_type_decl() argument 1294 if (add_decl_to_scope) in build_or_get_type_decl() 1310 t = build_type(*this, n, add_decl_to_scope); in build_or_get_type_decl() 1314 ABG_ASSERT(add_decl_to_scope); in build_or_get_type_decl() 1321 if (add_decl_to_scope) in build_or_get_type_decl() 1324 maybe_canonicalize_type(t, !add_decl_to_scope); in build_or_get_type_decl() 4039 add_decl_to_scope(s, ctxt.get_cur_scope()); in build_array_type_def()
|
D | abg-ir.cc | 6183 add_decl_to_scope(subrange, scope); in clone_array() 6269 add_decl_to_scope(is_decl(result), scope); in clone_typedef_array_qualified_type() 6313 add_decl_to_scope(is_decl(subtree), scope); in clone_array_tree() 6326 add_decl_to_scope(is_decl(s), scope); in clone_array_tree() 6342 add_decl_to_scope(is_decl(s), scope); in clone_array_tree() 6360 add_decl_to_scope(is_decl(s), scope); in clone_array_tree() 6930 add_decl_to_scope(decl_base_sptr decl, scope_decl* scope) in add_decl_to_scope() function 6947 add_decl_to_scope(decl_base_sptr decl, const scope_decl_sptr& scope) in add_decl_to_scope() function 6948 {return add_decl_to_scope(decl, scope.get());} in add_decl_to_scope() 12236 add_decl_to_scope(is_decl(result), tu.get_global_scope()); in synthesize_type_from_translation_unit() [all …]
|
/external/libabigail/include/ |
D | abg-fwd.h | 314 add_decl_to_scope(decl_base_sptr, scope_decl*); 317 add_decl_to_scope(decl_base_sptr, const scope_decl_sptr&);
|
D | abg-ir.h | 1614 add_decl_to_scope(decl_base_sptr decl, scope_decl* scpe); 1772 add_decl_to_scope(decl_base_sptr decl, scope_decl* scope);
|
/external/libabigail/ |
D | ChangeLog | 13801 * include/abg-fwd.h (add_decl_to_scope): Pass the scope smart 13842 (add_decl_to_scope): Pass the scope smart pointer by reference. 19051 (add_decl_to_scope): Do not set the scope here anymore. Just call 32001 * include/abg-fwd.h (add_decl_to_scope, insert_decl_into_scope): 32007 (class scope_decl, class_decl): Update the friend add_decl_to_scope 32036 in lieu of add_decl_to_scope. 32048 (add_decl_to_scope): Likewise. 33113 * src/abg-ir.cc (add_decl_to_scope): Benign style cleanup. 33382 (add_decl_to_scope, get_global_scope, get_translation_unit): 34755 * src/abg-ir.cc (add_decl_to_scope): If a decl is already in a [all …]
|