Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
DStringRef.h626 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function