Home
last modified time | relevance | path

Searched refs:dump_function_to_file (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-dump.h93 extern void dump_function_to_file (tree, FILE *, int);
H A Dpasses.c765 dump_function_to_file (current_function_decl, in execute_todo()
H A Dtree-dump.c1077 dump_function_to_file (fn, stream, flags); in dump_function()
H A Dtree-cfg.c2312 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS); in dump_tree_cfg()
5023 dump_function_to_file (tree fn, FILE *file, int flags) in dump_function_to_file() function
5133 dump_function_to_file (fn, stderr, flags); in debug_function()
H A Dtree-vrp.c3868 dump_function_to_file (current_function_decl, dump_file, dump_flags); in insert_range_assertions()