Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
435 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
H A DStringRef.h588 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { in take_until() function