Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h207 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
382 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
H A DStringRef.h671 StringRef drop_until(function_ref<bool(char)> F) const { in drop_until() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DFunction.cpp282 return GetCallEdges().drop_until([](const CallEdge &edge) { in GetTailCallingEdges()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1809 Filename = Filename.drop_until(isAlphanumeric); in HandleIncludeDirective()