Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.h75 bool checkingForUndefinedBehavior() const { in checkingForUndefinedBehavior() function
76 return S.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
H A DInterpState.h76 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
77 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
H A DByteCodeEmitter.h63 bool checkingForUndefinedBehavior() const { return false; } in checkingForUndefinedBehavior() function
H A DState.h61 virtual bool checkingForUndefinedBehavior() const = 0;
H A DInterp.h391 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
794 if (S.checkingForUndefinedBehavior()) { in Neg()
865 if (S.checkingForUndefinedBehavior()) { in IncDecHelper()
H A DInterp.cpp1891 if (S.checkingForUndefinedBehavior()) { in handleFixedPointOverflow()
H A DCompiler.cpp2433 if (this->checkingForUndefinedBehavior()) { in VisitAbstractConditionalOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1018 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anonfb577fba0411::EvalInfo
1242 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1263 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1288 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2927 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
15093 if (Info.checkingForUndefinedBehavior()) in VisitUnaryOperator()
15426 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
15445 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
15465 if (Info.checkingForUndefinedBehavior()) in VisitCastExpr()
15553 if (Info.checkingForUndefinedBehavior()) in VisitBinaryOperator()