Home
last modified time | relevance | path

Searched refs:binary_op_error (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A DChangeLog.gcc4389 (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 Dc-common.h665 extern void binary_op_error (enum tree_code, tree, tree);
H A Dc-typeck.c8662 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 Dc-common.c2037 binary_op_error (enum tree_code code, tree type0, tree type1) in binary_op_error() function
H A DFSFChangeLog.113771 * c-common.c (binary_op_error): Add default case to switch.
H A DChangeLog-199918221 check_format_info, binary_op_error): Likewise.
H A DChangeLog-20052754 * c-common.c (binary_op_error): Do not allow NOP_EXPR.
H A DChangeLog-20044994 * c-common.c (binary_op_error): Don't allow LROTATE_EXPR,
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19972220 * typeck.c (binary_op_error): Delete decl.
2221 * cp-tree.h (binary_op_error): Likewise.
H A Dtypeck.c3576 binary_op_error (code, type0, type1); in build_binary_op()