Home
last modified time | relevance | path

Searched refs:arithmetic_types_p (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4528 bool arithmetic_types_p; in cp_build_binary_op() local
5442 arithmetic_types_p = 1; in cp_build_binary_op()
5445 arithmetic_types_p = 0; in cp_build_binary_op()
5462 arithmetic_types_p = 1; in cp_build_binary_op()
5467 && arithmetic_types_p in cp_build_binary_op()
5517 if (result_type && arithmetic_types_p) in cp_build_binary_op()
5569 if (arithmetic_types_p) in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4965 bool arithmetic_types_p; in cp_build_binary_op() local
5893 arithmetic_types_p = 1; in cp_build_binary_op()
5896 arithmetic_types_p = 0; in cp_build_binary_op()
5913 arithmetic_types_p = 1; in cp_build_binary_op()
5918 && arithmetic_types_p in cp_build_binary_op()
5979 if (result_type && arithmetic_types_p) in cp_build_binary_op()
6031 if (arithmetic_types_p) in cp_build_binary_op()