Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp903 unsigned SpeculativeEvaluationDepth = 0; member in __anon3f12a8aa0311::EvalInfo
1306 Info->SpeculativeEvaluationDepth = OldSpeculativeEvaluationDepth; in maybeRestoreState()
1315 OldSpeculativeEvaluationDepth(Info.SpeculativeEvaluationDepth) { in SpeculativeEvaluationRAII()
1317 Info.SpeculativeEvaluationDepth = Info.CallStackDepth + 1; in SpeculativeEvaluationRAII()
1878 if (Index <= Info.SpeculativeEvaluationDepth) { in createLocal()
4183 (isModification(AK) && VisibleDepth < Info.SpeculativeEvaluationDepth)) in findCompleteObject()
6563 Info.SpeculativeEvaluationDepth) in HandleOperatorNewCall()
6692 Info.SpeculativeEvaluationDepth) in HandleOperatorDeleteCall()
9318 if (Info.SpeculativeEvaluationDepth) in VisitCXXNewExpr()
14400 if (Info.SpeculativeEvaluationDepth) in VisitCXXDeleteExpr()