Home
last modified time | relevance | path

Searched defs:drop_until (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DArrayRef.h221 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
405 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
DStringRef.h617 [[nodiscard]] StringRef drop_until(function_ref<bool(char)> F) const { in drop_until() function