Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DState.cpp122 unsigned SkipStart = ActiveCalls, SkipEnd = SkipStart; in addCallStack() local
125 SkipEnd = ActiveCalls - Limit / 2; in addCallStack()
136 if (CallIdx >= SkipStart && CallIdx < SkipEnd) { in addCallStack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp926 unsigned SkipStart = CodeSynthesisContexts.size(), SkipEnd = SkipStart; in PrintInstantiationStack() local
930 SkipEnd = CodeSynthesisContexts.size() - Limit / 2; in PrintInstantiationStack()
941 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) { in PrintInstantiationStack()