Home
last modified time | relevance | path

Searched defs:drop_while (Results 1 – 6 of 6) 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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h210 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
384 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
DStringRef.h658 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
/external/llvm-project/llvm/include/llvm/ADT/
DArrayRef.h208 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
382 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
DStringRef.h670 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function