Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.h167 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
365 if (S.checkingForUndefinedBehavior()) { in IncDecHelper()
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp971 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anond52d8a670411::EvalInfo
1164 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1185 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1210 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2734 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
13833 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13852 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13872 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13960 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()