Home
last modified time | relevance | path

Searched refs:SkipEnd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp121 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; in addCallStack() local
124 SkipEnd = ActiveCalls - Limit / 2; in addCallStack()
135 if (CallIdx >= SkipStart && CallIdx < SkipEnd) { in addCallStack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp765 unsigned SkipStart = CodeSynthesisContexts.size(), SkipEnd = SkipStart; in PrintInstantiationStack() local
769 SkipEnd = CodeSynthesisContexts.size() - Limit / 2; in PrintInstantiationStack()
780 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) { in PrintInstantiationStack()