Searched refs:dump_function_header (Results 1 – 12 of 12) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-pretty-print.h | 53 extern void dump_function_header (FILE *, tree, int);
|
H A D | passes.c | 1835 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
|
H A D | final.c | 4439 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
|
H A D | tree-pretty-print.c | 3118 dump_function_header (FILE *dump_file, tree fdecl, int flags) in dump_function_header() function
|
H A D | tree-cfg.c | 2108 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-pretty-print.h | 50 extern void dump_function_header (FILE *, tree, dump_flags_t);
|
H A D | tree-profile.c | 696 dump_function_header (dump_file, cfun->decl, dump_flags); in tree_profiling()
|
H A D | passes.c | 2136 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
|
H A D | omp-expand.c | 1385 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_taskreg() 7134 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_target() 7819 dump_function_header (dump_file, current_function_decl, dump_flags); in expand_omp()
|
H A D | final.c | 4837 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
|
H A D | tree-pretty-print.c | 4026 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() function
|
H A D | tree-cfg.c | 2545 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
|