Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h120 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp967 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anondef1c1650311::EvalInfo
1165 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1186 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1211 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2720 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
13400 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13419 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13439 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
13527 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()