Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpState.h65 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
66 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
HDState.h59 virtual bool checkingForUndefinedBehavior() const = 0;
HDInterp.h350 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
693 if (S.checkingForUndefinedBehavior()) { in Neg()
756 if (S.checkingForUndefinedBehavior()) { in IncDecHelper()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp999 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anonf766b6330411::EvalInfo
1222 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1243 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1268 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2785 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
14217 if (Info.checkingForUndefinedBehavior()) in VisitUnaryOperator()
14558 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14577 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14597 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14685 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()