Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtarget.h744 const char *(*invalid_binary_op) (int op, tree type1, tree type2); member
H A Dc-typeck.c8318 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
H A DChangeLog-200513679 invalid_binary_op): New hooks.
13693 (build_binary_op): Use invalid_binary_op hook.
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c3198 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
H A DChangeLog5271 * typeck.c (build_binary_op): Use invalid_binary_op hook.