Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DState.cpp94 unsigned CallStackNotes = getCallStackDepth() - 1; in diag() local
97 CallStackNotes = std::min(CallStackNotes, Limit + 1); in diag()
99 CallStackNotes = 0; in diag()
104 EvalStatus.Diag->reserve(1 + ExtraNotes + CallStackNotes); in diag()
/external/clang/lib/AST/
DExprConstant.cpp634 unsigned CallStackNotes = CallStackDepth - 1; in Diag() local
637 CallStackNotes = std::min(CallStackNotes, Limit + 1); in Diag()
639 CallStackNotes = 0; in Diag()
644 EvalStatus.Diag->reserve(1 + ExtraNotes + CallStackNotes); in Diag()