Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.h765 extern void binary_op_error (location_t, enum tree_code, tree, tree);
HDc-common.c3331 binary_op_error (location_t location, enum tree_code code, in binary_op_error() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.h834 extern void binary_op_error (rich_location *, enum tree_code, tree, tree);
HDc-common.c2641 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() function
/dragonfly/contrib/gcc-4.7/gcc/
HDc-typeck.c10308 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/
HDc-typeck.c11853 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/
HDtypeck.c4332 binary_op_error (location, code, type0, type1); in cp_build_binary_op()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDtypeck.c5175 binary_op_error (&richloc, code, type0, type1); in cp_build_binary_op()