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 D | c-common.h | 866 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
|
H A D | c-common.c | 2656 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 D | c-common.h | 888 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
|
H A D | c-common.cc | 2850 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() function
|
H A D | ChangeLog | 4887 * 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 D | ChangeLog-1997 | 2220 * typeck.c (binary_op_error): Delete decl. 2221 * cp-tree.h (binary_op_error): Likewise.
|
H A D | typeck.cc | 5909 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 12387 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 D | c-typeck.cc | 12575 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 D | ChangeLog | 2862 (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 D | typeck.c | 5458 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2007 | 19068 (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 D | ChangeLog-2008 | 5134 * c-common.c (binary_op_error): New location argument. 5139 binary_op_error, build_binary_op, warn_for_sign_compare.
|
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,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 3771 * c-common.c (binary_op_error): Add default case to switch.
|