Searched refs:dump_function_decl (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | error.c | 70 static void dump_function_decl (tree, int); 141 dump_function_decl (scope, f); in dump_scope() 1111 dump_function_decl (t, flags); in dump_decl() 1258 dump_function_decl (t, flags | TFF_TEMPLATE_NAME); in dump_template_decl() 1324 dump_function_decl (tree t, int flags) in dump_function_decl() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | error.c | 68 static void dump_function_decl (cxx_pretty_printer *, tree, int); 197 dump_function_decl (pp, scope, f); in dump_scope() 1259 dump_function_decl (pp, t, flags); in dump_decl() 1439 dump_function_decl (pp, t, flags | TFF_TEMPLATE_NAME); in dump_template_decl() 1554 dump_function_decl (cxx_pretty_printer *pp, tree t, int flags) in dump_function_decl() function
|