Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h65 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
66 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
H A DInterp.h350 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
693 if (S.checkingForUndefinedBehavior()) { in Neg()
756 if (S.checkingForUndefinedBehavior()) { in IncDecHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp999 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anonfb577fba0411::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()