HomeSort by: relevance | last modified time | path
    Searched refs:function_specifier (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.h 75 virtual void function_specifier (tree);
c-pretty-print.cc 729 c_pretty_printer::function_specifier (tree t)
745 function_specifier (t);
727 c_pretty_printer::function_specifier (tree t) function in class:c_pretty_printer
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.h 53 void function_specifier (tree);
cxx-pretty-print.cc 1275 cxx_pretty_printer::function_specifier (tree t)
1285 c_pretty_printer::function_specifier (t);
1324 function_specifier (t);
1274 cxx_pretty_printer::function_specifier (tree t) function in class:cxx_pretty_printer
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.h 75 virtual void function_specifier (tree);
c-pretty-print.cc 768 c_pretty_printer::function_specifier (tree t)
784 function_specifier (t);
766 c_pretty_printer::function_specifier (tree t) function in class:c_pretty_printer
  /src/usr.bin/xlint/lint1/
lint1.h 195 } function_specifier; typedef in typeref:enum:__anon8375
248 function_specifier function_specifier; member in union:sym::__anon8377::__anon8379::__anon8380
externs1.h 143 const char *function_specifier_name(function_specifier);
222 void dcs_add_function_specifier(function_specifier);
debug.c 371 function_specifier_name(function_specifier spec)
461 sym->u.s_keyword.u.function_specifier));
lex.c 116 function_specifier kw_fs; /* if kw_token is
375 sym->u.s_keyword.u.function_specifier = kw->u.kw_fs;
456 sym->u.s_keyword.u.function_specifier;
cgram.y 169 function_specifier y_function_specifier;
1451 /* TODO: Implement 'function_specifier' from C23 6.7.5. */
decl.c 186 dcs_add_function_specifier(function_specifier fs)
  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.h 53 void function_specifier (tree) final override;
cxx-pretty-print.cc 1296 cxx_pretty_printer::function_specifier (tree t)
1306 c_pretty_printer::function_specifier (t);
1345 function_specifier (t);
1295 cxx_pretty_printer::function_specifier (tree t) function in class:cxx_pretty_printer

Completed in 44 milliseconds