Searched refs:binary_op_error (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog.gcc43 | 89 (build_binary_op): Pass types to binary_op_error. 90 * c-common.c (binary_op_error): Take two type arguments, print out 92 * c-common.h (binary_op_error): Update prototype.
|
| H A D | c-common.h | 665 extern void binary_op_error (enum tree_code, tree, tree);
|
| H A D | c-typeck.c | 8662 binary_op_error (code, type0, type1); in build_binary_op() 8958 binary_op_error (code, TREE_TYPE (op0), TREE_TYPE (op1)); in build_binary_op()
|
| H A D | c-common.c | 2037 binary_op_error (enum tree_code code, tree type0, tree type1) in binary_op_error() function
|
| H A D | FSFChangeLog.11 | 3771 * c-common.c (binary_op_error): Add default case to switch.
|
| H A D | ChangeLog-1999 | 18221 check_format_info, binary_op_error): Likewise.
|
| H A D | ChangeLog-2005 | 2754 * c-common.c (binary_op_error): Do not allow NOP_EXPR.
|
| H A D | ChangeLog-2004 | 4994 * c-common.c (binary_op_error): Don't allow LROTATE_EXPR,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1997 | 2220 * typeck.c (binary_op_error): Delete decl. 2221 * cp-tree.h (binary_op_error): Likewise.
|
| H A D | typeck.c | 3576 binary_op_error (code, type0, type1); in build_binary_op()
|