Searched refs:result_ovl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c2846 tree result_ovl = result;
2857 result_ovl = cp_fully_fold (result_ovl);
2859 if (CONSTANT_CLASS_P (result_ovl) && TREE_OVERFLOW_P (result_ovl))
2860 overflow_warning (combined_loc, result_ovl);
H A Dtypeck.c4513 tree result, result_ovl;
5831 result_ovl = fold_build2 (resultcode, build_type, op0, op1);
5832 if (TREE_OVERFLOW_P (result_ovl))
5833 overflow_warning (location, result_ovl);
4505 tree result, result_ovl; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc3103 tree result_ovl = result;
3114 result_ovl = cp_fully_fold (result_ovl);
3116 if (CONSTANT_CLASS_P (result_ovl) && TREE_OVERFLOW_P (result_ovl))
3117 overflow_warning (combined_loc, result_ovl);
H A Dtypeck.cc6302 tree result_ovl = fold_build2 (resultcode, build_type, op0, op1);
6303 if (TREE_OVERFLOW_P (result_ovl))
6304 overflow_warning (location, result_ovl);

Completed in 297 milliseconds