Home
last modified time | relevance | path

Searched defs:B_IN_FILE_SCOPE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-decl.c204 #define B_IN_FILE_SCOPE(b) ((b)->depth == 1 /*file_scope->depth*/) macro
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c205 #define B_IN_FILE_SCOPE(b) ((b)->depth == 1 /*file_scope->depth*/) macro