Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp939 bool CheckingForUndefinedBehavior = false; member in __anon6b6c21b10411::EvalInfo
972 return CheckingForUndefinedBehavior; in checkingForUndefinedBehavior()
7961 llvm::SaveAndRestore NotCheckingForUB(Info.CheckingForUndefinedBehavior, in VisitStmtExpr()
15491 Info.CheckingForUndefinedBehavior = true; in EvaluateKnownConstIntCheckOverflow()
15510 Info.CheckingForUndefinedBehavior = true; in EvaluateForOverflow()