Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h62 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
63 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
H A DState.h59 virtual bool checkingForUndefinedBehavior() const = 0;
H A DInterp.h284 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
496 if (S.checkingForUndefinedBehavior()) { in Neg()
550 if (S.checkingForUndefinedBehavior()) { in IncDecHelper()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp994 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anon7ee061300411::EvalInfo
1217 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1238 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1263 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2774 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
13844 if (Info.checkingForUndefinedBehavior()) in VisitUnaryOperator()
14181 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14200 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14220 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
14308 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()