Home
last modified time | relevance | path

Searched refs:invalid_binary_op (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dtarget.h740 const char *(*invalid_binary_op) (int op, tree type1, tree type2); member
H A Dc-typeck.c7891 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c3078 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
H A DChangeLog5202 * typeck.c (build_binary_op): Use invalid_binary_op hook.