Home
last modified time | relevance | path

Searched refs:function_specifier (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.bin/xlint/lint1/
H A Dlint1.h194 } function_specifier;
247 function_specifier function_specifier;
188 } function_specifier; global() typedef
241 function_specifier function_specifier; global() member
H A Dexterns1.h140 const char *function_specifier_name(function_specifier);
219 void dcs_add_function_specifier(function_specifier);
H A Ddebug.c369 function_specifier_name(function_specifier spec) in named_constant_name()
459 sym->u.s_keyword.u.function_specifier)); in debug_decl_level()
H A Dlex.c116 function_specifier kw_fs; /* if kw_token is
379 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs; in register_keyword()
460 sym->u.s_keyword.u.function_specifier; in lex_keyword()
H A Dcgram.y169 function_specifier y_function_specifier;
1454 /* TODO: Implement 'function_specifier' from C23 6.7.5. */
H A Ddecl.c186 dcs_add_function_specifier(function_specifier fs) in dcs_add_function_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.h53 void function_specifier (tree);
H A Dcxx-pretty-print.cc1274 cxx_pretty_printer::function_specifier (tree t) in function_specifier() function in cxx_pretty_printer
1284 c_pretty_printer::function_specifier (t); in function_specifier()
1323 function_specifier (t); in declaration_specifiers()
H A DChangeLog-20131433 (cxx_pretty_printer::function_specifier): Likewise.
1439 * cxx-pretty-print.c (cxx_pretty_printer::function_specifier):
1454 declaration, declaration_specifiers, function_specifier,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.h75 virtual void function_specifier (tree);
H A Dc-pretty-print.c665 c_pretty_printer::function_specifier (tree t) in function_specifier() function
681 function_specifier (t); in declaration_specifiers()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.h53 void function_specifier (tree);
H A Dcxx-pretty-print.c1264 cxx_pretty_printer::function_specifier (tree t) in function_specifier() function
1274 c_pretty_printer::function_specifier (t); in function_specifier()
1313 function_specifier (t); in declaration_specifiers()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.h75 virtual void function_specifier (tree);
H A Dc-pretty-print.cc727 c_pretty_printer::function_specifier (tree t) in function_specifier() function in c_pretty_printer
743 function_specifier (t); in declaration_specifiers()
H A DChangeLog10522 (c_pretty_printer::function_specifier): Likewise.
10539 (c_pretty_printer::function_specifier): Rename from
10549 direct_declarator, direct_abstract_declarator, function_specifier.