Searched refs:print_call_name (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-pretty-print.h | 51 extern void print_call_name (pretty_printer *, tree, dump_flags_t);
|
H A D | tree-pretty-print.c | 2575 print_call_name (pp, CALL_EXPR_FN (node), flags); in dump_generic_node() 4160 print_call_name (pretty_printer *pp, tree node, dump_flags_t flags) in print_call_name() function
|
H A D | gimple-pretty-print.c | 929 print_call_name (buffer, fn, flags); in dump_gimple_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-pretty-print.h | 54 extern void print_call_name (pretty_printer *, tree, dump_flags_t);
|
H A D | tree-pretty-print.cc | 2754 print_call_name (pp, CALL_EXPR_FN (node), flags); in dump_generic_node() 4404 print_call_name (pretty_printer *pp, tree node, dump_flags_t flags) in print_call_name() function
|
H A D | gimple-pretty-print.cc | 944 print_call_name (buffer, fn, flags); in dump_gimple_call()
|
H A D | ChangeLog.tree-ssa | 1427 * tree-pretty-print.c (print_call_name): Handle matrices of 5995 print_struct_decl, print_call_name): Add argument to 9478 * c-pretty-print.c (print_call_name): Handle COND_EXPR correctly. 9479 * tree-pretty-print.c (print_call_name): Handle COND_EXPR correctly and 13759 (print_call_name): Handle function pointers. 14131 * tree-pretty-print.c (print_call_name): Call dump_generic_node for 17893 (print_call_name): Handle EXPR_WITH_FILE_LOCATION. 18226 Call print_call_name to print function names. 18228 (print_call_name): New function.
|
H A D | ChangeLog-2009 | 13175 * tree-pretty-print.c (print_call_name): Print the correct call name 18724 (print_call_name): New flags arg; update all dump calls. 18725 * diagnostic.h (print_call_name): Update. 20826 * tree-pretty-print.c (print_call_name): Take the callee, not the 20829 * diagnostic.h: Declare print_call_name.
|
H A D | ChangeLog-2004 | 11094 (print_call_name): Do not print VEC_COND_EXPR. 13311 (print_call_name): Use it. 14021 * tree-pretty-print.c (op_prio, print_call_name): Likewise. 28308 (print_call_name): Handle OBJ_TYPE_REF.
|
H A D | ChangeLog | 16636 (print_call_name): Add spc local variable.
|
H A D | ChangeLog-2007 | 8537 * tree-pretty-print.c (op_symbol, print_call_name, 28633 (print_call_name): Use new CALL_EXPR accessors.
|
H A D | ChangeLog-2010 | 23563 (print_call_name): Likewise. 30195 print_call_name, debug_generic_expr, debug_generic_stmt,
|
H A D | ChangeLog-2014 | 2129 (print_call_name): Likewise. 10593 (print_call_name): Likewise.
|