Searched refs:binary_op_error (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 765 extern void binary_op_error (location_t, enum tree_code, tree, tree);
|
| HD | c-common.c | 3331 binary_op_error (location_t location, enum tree_code code, in binary_op_error() function
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.h | 834 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
|
| HD | c-common.c | 2641 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() function
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-typeck.c | 10308 binary_op_error (location, code, type0, type1); in build_binary_op() 10546 binary_op_error (location, code, TREE_TYPE (op0), TREE_TYPE (op1)); in build_binary_op()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 11853 binary_op_error (&richloc, code, type0, type1); in build_binary_op() 12095 binary_op_error (&richloc, code, TREE_TYPE (op0), TREE_TYPE (op1)); in build_binary_op()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | typeck.c | 4332 binary_op_error (location, code, type0, type1); in cp_build_binary_op()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | typeck.c | 5175 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()
|