Home
last modified time | relevance | path

Searched defs:drop_while (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/CPP/
H A DStringView.h260 template <typename F> StringView drop_while(F Function) const { in drop_while() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DArrayRef.h216 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
399 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
H A DStringRef.h673 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function