Home
last modified time | relevance | path

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

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