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

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DState.cpp120 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; local
122 SkipStart = Limit / 2 + Limit % 2;
134 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
135 if (CallIdx == SkipStart) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp684 unsigned SkipStart = CodeSynthesisContexts.size(), SkipEnd = SkipStart; local
687 SkipStart = Limit / 2 + Limit % 2;
699 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
700 if (InstantiationIdx == SkipStart) {
H A DSemaExprCXX.cpp7478 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0;
7483 SkipStart = (Limit - 1) / 2 + (Limit - 1) % 2;
7488 if (I == SkipStart) {

Completed in 211 milliseconds