Searched refs:FUNCDEF (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | decl.h | 24 FUNCDEF, /* Function definition */ enumerator
|
| H A D | decl.c | 7041 if (decl_context == FUNCDEF) in grokdeclarator() 10847 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs); in start_function()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl.h | 24 FUNCDEF, /* Function definition */ enumerator
|
| H A D | decl.c | 10530 if (decl_context == FUNCDEF) 14361 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1, &attrs);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-decl.c | 55 FUNCDEF, /* Function definition */ enumerator 3501 if (decl_context == FUNCDEF) 5817 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, 1);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-decl.c | 68 FUNCDEF, /* Function definition */ enumerator 3928 if (decl_context == FUNCDEF) in grokdeclarator() 6031 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, true, NULL); in start_function()
|