Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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()