Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterpState.h56 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function
57 return Parent.checkingForUndefinedBehavior(); in checkingForUndefinedBehavior()
HDState.h59 virtual bool checkingForUndefinedBehavior() const = 0;
HDInterp.h120 if (S.checkingForUndefinedBehavior()) { in AddSubMulHelper()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp915 bool checkingForUndefinedBehavior() const override { in checkingForUndefinedBehavior() function in __anon75742f710311::EvalInfo
1103 checkingForUndefinedBehavior(); in keepEvaluatingAfterSideEffect()
1124 return checkingForUndefinedBehavior(); in keepEvaluatingAfterUndefinedBehavior()
1149 checkingForUndefinedBehavior(); in keepEvaluatingAfterFailure()
2472 if (Info.checkingForUndefinedBehavior()) in CheckedIntArithmetic()
7181 if (Info.checkingForUndefinedBehavior()) in VisitStmtExpr()