HomeSort by: relevance | last modified time | path
    Searched defs:local_scope_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3933 static inline bool local_scope_p (dw_die_ref);
8191 return local_scope_p (decl);
22350 local_scope_p (dw_die_ref context_die)
23655 gcc_assert (!declaration || local_scope_p (context_die));
23724 || local_scope_p (old_die->die_parent)
26975 if (DECL_P (thing) && DECL_EXTERNAL (thing) && local_scope_p (context_die))
22335 local_scope_p (dw_die_ref context_die) function
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3935 static inline int local_scope_p (dw_die_ref);
8158 return local_scope_p (decl);
22253 local_scope_p (dw_die_ref context_die)
23539 gcc_assert (!declaration || local_scope_p (context_die));
23608 || local_scope_p (old_die->die_parent)
26838 if (DECL_P (thing) && DECL_EXTERNAL (thing) && local_scope_p (context_die))
22238 local_scope_p (dw_die_ref context_die) function

Completed in 67 milliseconds