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

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp94 unsigned CallStackNotes = getCallStackDepth() - 1; local
97 CallStackNotes = std::min(CallStackNotes, Limit + 1);
99 CallStackNotes = 0;
104 EvalStatus.Diag->reserve(1 + ExtraNotes + CallStackNotes);

Completed in 176 milliseconds