Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp986 bool CheckingForUndefinedBehavior = false; member in __anonfb577fba0411::EvalInfo
1019 return CheckingForUndefinedBehavior; in checkingForUndefinedBehavior()
8634 llvm::SaveAndRestore NotCheckingForUB(Info.CheckingForUndefinedBehavior, in VisitStmtExpr()
17198 Info.CheckingForUndefinedBehavior = true; in EvaluateKnownConstIntCheckOverflow()
17217 Info.CheckingForUndefinedBehavior = true; in EvaluateForOverflow()