Lines Matching defs:badPConst
1256 bool badPConst{false};
1265 badPConst = true;
1270 [badPConst](FoldingContext &context, const Scalar<T> &x,
1275 if (!badPConst && quotRem.divisionByZero) {
1288 bool badPConst{false};
1297 badPConst = true;
1301 ScalarFuncWithContext<T, T, T>([badPConst](FoldingContext &context,
1305 if (!badPConst && result.overflow &&
1496 bool badPConst{false};
1505 badPConst = true;
1510 [badPConst, &name](FoldingContext &context, const Scalar<T> &x,
1515 if (!badPConst && quotRem.divisionByZero) {