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

/freebsd-11-stable/contrib/llvm-project/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 58 milliseconds