Home
last modified time | relevance | path

Searched refs:B_IN_CURRENT_SCOPE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c204 #define B_IN_CURRENT_SCOPE(b) ((b)->depth == current_scope->depth) macro
1580 && (B_IN_CURRENT_SCOPE (b) in pushtag()
3905 if (b && B_IN_CURRENT_SCOPE (b)) in declare_label()
4148 if (B_IN_CURRENT_SCOPE (b) in lookup_tag()
7061 && (B_IN_CURRENT_SCOPE (b) in grokdeclarator()
9456 if (b && B_IN_CURRENT_SCOPE (b)) in store_parm_decls_oldstyle()
11994 if (b != NULL && B_IN_CURRENT_SCOPE (b)) in c_omp_reduction_decl()
12056 return b != NULL && B_IN_CURRENT_SCOPE (b); in c_check_in_current_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc213 #define B_IN_CURRENT_SCOPE(b) ((b)->depth == current_scope->depth) macro
1592 && (B_IN_CURRENT_SCOPE (b) in pushtag()
3969 if (b && B_IN_CURRENT_SCOPE (b)) in declare_label()
4212 if (B_IN_CURRENT_SCOPE (b) in lookup_tag()
7385 && (B_IN_CURRENT_SCOPE (b) in grokdeclarator()
9853 if (b && B_IN_CURRENT_SCOPE (b)) in store_parm_decls_oldstyle()
12422 if (b != NULL && B_IN_CURRENT_SCOPE (b)) in c_omp_reduction_decl()
12484 return b != NULL && B_IN_CURRENT_SCOPE (b); in c_check_in_current_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200426434 (B_IN_SCOPE, B_IN_CURRENT_SCOPE, B_IN_FILE_SCOPE)