HomeSort by: relevance | last modified time | path
    Searched refs:SkipStart (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.cpp 120 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart;
122 SkipStart = Limit / 2 + Limit % 2;
134 if (CallIdx >= SkipStart && CallIdx < SkipEnd) {
135 if (CallIdx == SkipStart) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 517 unsigned SkipStart = CodeSynthesisContexts.size(), SkipEnd = SkipStart;
520 SkipStart = Limit / 2 + Limit % 2;
532 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
533 if (InstantiationIdx == SkipStart) {
SemaExprCXX.cpp 7171 unsigned SkipStart = OperatorArrows.size(), SkipCount = 0;
7176 SkipStart = (Limit - 1) / 2 + (Limit - 1) % 2;
7181 if (I == SkipStart) {

Completed in 23 milliseconds