Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DInterpState.h56 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
57 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
H A DState.h59 virtual bool checkingForUndefinedBehavior() const = 0;
H A DInterp.h121 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp967 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anon7a1fdcea0311::EvalInfo
1161 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1182 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1207 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2733 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
13663 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13682 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13702 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13790 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()