Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp130 auto ctx = context_chain.rbegin(), ctx_end = context_chain.rend(); in ContextMatches() local
134 if (ctx == ctx_end) in ContextMatches()
171 ctx = std::find_if_not(ctx, ctx_end, should_skip); in ContextMatches()
179 return ctx == ctx_end; in ContextMatches()