Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c8355 tree function_context; in grokdeclarator() local
8415 function_context = (ctype != NULL_TREE) ? in grokdeclarator()
8418 && function_context == NULL_TREE; in grokdeclarator()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c12323 tree function_context; local
12373 function_context = (ctype != NULL_TREE) ?
12376 && function_context == NULL_TREE;