Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp962 bool CheckingForUndefinedBehavior = false; member in __anon7ee061300411::EvalInfo
995 return CheckingForUndefinedBehavior; in checkingForUndefinedBehavior()
8224 llvm::SaveAndRestore NotCheckingForUB(Info.CheckingForUndefinedBehavior, in VisitStmtExpr()
15875 Info.CheckingForUndefinedBehavior = true; in EvaluateKnownConstIntCheckOverflow()
15894 Info.CheckingForUndefinedBehavior = true; in EvaluateForOverflow()