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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { function in class:llvm::ArrayRef
419 MutableArrayRef<T> take_until(PredicateT Pred) const { function in class:llvm::ArrayRef

Completed in 106 milliseconds