Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h249 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { take_until() function
435 MutableArrayRef<T> take_until(PredicateT Pred) const { take_until() function
H A DStringRef.h596 [[nodiscard]] StringRef take_until(function_ref<bool(char)> F) const { take_until() function
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-halo.cpp74 generator<T> take_until(generator<T> &g, T limit) { in take_until() function