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.cpp967 bool CheckingForUndefinedBehavior = false; member in __anonfb577fba0411::EvalInfo
1000 return CheckingForUndefinedBehavior; in checkingForUndefinedBehavior()
8288 llvm::SaveAndRestore NotCheckingForUB(Info.CheckingForUndefinedBehavior, in VisitStmtExpr()
16291 Info.CheckingForUndefinedBehavior = true; in EvaluateKnownConstIntCheckOverflow()
16310 Info.CheckingForUndefinedBehavior = true; in EvaluateForOverflow()