Home
last modified time | relevance | path

Searched refs:dump_binary_op (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c64 static void dump_binary_op (const char *, tree, int);
1510 dump_binary_op (operator_name_info[(int) TREE_CODE (t)].name, t, flags); in dump_expr()
1517 dump_binary_op ("/", t, flags); in dump_expr()
1523 dump_binary_op ("%", t, flags); in dump_expr()
1902 dump_binary_op (const char *opstring, tree t, int flags) in dump_binary_op() function
H A DChangeLog-19991578 (dump_binary_op): Adjust prototype. Use tree_string_flags.
3841 * error.c (dump_unary_op, dump_binary_op, aggr_variety,
3889 (dump_binary_op): Bulletproof.
H A DChangeLog-20044325 (dump_binary_op): Use pp_cxx_whitespace, pp_cxx_left_paren and
H A DChangeLog-20035468 (dump_binary_op): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Derror.c82 static void dump_binary_op PARAMS ((const char *, tree, int));
1721 dump_binary_op (operator_name_info[(int) TREE_CODE (t)].name, t, flags);
1728 dump_binary_op ("/", t, flags);
1734 dump_binary_op ("%", t, flags);
2098 dump_binary_op (opstring, t, flags) in dump_binary_op() function
H A DChangeLog.21578 (dump_binary_op): Adjust prototype. Use tree_string_flags.
3841 * error.c (dump_unary_op, dump_binary_op, aggr_variety,
3889 (dump_binary_op): Bulletproof.