Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h866 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
H A Dc-common.c2656 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h888 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
H A Dc-common.cc2850 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() function
H A DChangeLog4887 * c-common.c (binary_op_error): Update for renaming of
7328 * c-common.c (binary_op_error): Convert first param from
7330 * c-common.h (binary_op_error): Convert first param from
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19972220 * typeck.c (binary_op_error): Delete decl.
2221 * cp-tree.h (binary_op_error): Likewise.
H A Dtypeck.cc5909 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c12387 binary_op_error (&richloc, code, type0, type1); in build_binary_op()
12631 binary_op_error (&richloc, code, TREE_TYPE (op0), TREE_TYPE (op1)); in build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc12575 binary_op_error (&richloc, code, type0, type1); in build_binary_op()
12819 binary_op_error (&richloc, code, TREE_TYPE (op0), TREE_TYPE (op1)); in build_binary_op()
H A DChangeLog2862 (build_binary_op): Use it when calling binary_op_error.
5266 (build_binary_op): In the two places that call binary_op_error,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5458 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200719068 (build_binary_op): Pass types to binary_op_error.
19069 * c-common.c (binary_op_error): Take two type arguments, print out
19071 * c-common.h (binary_op_error): Update prototype.
H A DChangeLog-20085134 * c-common.c (binary_op_error): New location argument.
5139 binary_op_error, build_binary_op, warn_for_sign_compare.
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,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.113771 * c-common.c (binary_op_error): Add default case to switch.