Home
last modified time | relevance | path

Searched refs:funcdef_syntax (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5962 bool funcdef_syntax = false; in grokdeclarator() local
6021 funcdef_syntax = (decl->kind == cdk_function); in grokdeclarator()
6057 if (funcdef_flag && !funcdef_syntax) in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc6280 bool funcdef_syntax = false; in grokdeclarator() local
6339 funcdef_syntax = (decl->kind == cdk_function); in grokdeclarator()
6375 if (funcdef_flag && !funcdef_syntax) in grokdeclarator()