Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DArrayRef.h201 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
375 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
H A DStringRef.h663 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function