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

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp127 unsigned CallIdx = 0; local
130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) {
134 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
135 if (CallIdx == SkipStart) {

Completed in 123 milliseconds