Home
last modified time | relevance | path

Searched refs:is_at_global_scope (Results 1 - 4 of 4) sorted by relevance

/third_party/libabigail/include/
H A Dabg-fwd.h347 is_at_global_scope(const decl_base&);
350 is_at_global_scope(const decl_base_sptr);
353 is_at_global_scope(const decl_base*);
/third_party/libabigail/tools/
H A Dabilint.cc402 || is_at_global_scope(v) in emit_artifact_use_trace()
407 || is_at_global_scope(f) in emit_artifact_use_trace()
/third_party/libabigail/src/
H A Dabg-ir.cc9695 is_at_global_scope(const decl_base& decl) in is_at_global_scope() function
9704 is_at_global_scope(const decl_base_sptr decl) in is_at_global_scope() function
9713 is_at_global_scope(const decl_base* decl) in is_at_global_scope() function
9714 {return is_at_global_scope(*decl);} in is_at_global_scope()
H A Dabg-comparison.cc578 if (is_at_global_scope(decl)) in is_diff_of_global_decls()
580 if (is_at_global_scope(decl)) in is_diff_of_global_decls()

Completed in 50 milliseconds