Home
last modified time | relevance | path

Searched refs:SCOPE_LIST_CONCAT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c524 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ macro
1397 SCOPE_LIST_CONCAT (scope->outer, blocks, scope, blocks); in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc533 #define SCOPE_LIST_CONCAT(tscope, to, fscope, from) do { \ macro
1409 SCOPE_LIST_CONCAT (scope->outer, blocks, scope, blocks); in pop_scope()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200312081 (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
12093 (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT. No need
H A DChangeLog-20071481 (SCOPE_LIST_CONCAT): Likewise.