Searched refs:drop_while (Results 1 – 12 of 12) sorted by relevance
215 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function398 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
666 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
151 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
339 Arch = Arch.drop_while([](char c) { return c == '_'; }); in getRISCVFeatures()
302 Code = Code.drop_while([](char c) { in consumeWhitespace()
2135 Arch = Arch.drop_while([](char c) { return c == '_'; }); in parseDirectiveAttribute()
3538 views::drop) (views::drop_while, views::join,3565 (views::drop_while, views::join, views::lazy_split)3639 (views::drop, views::drop_while, views::join, views::lazy_split)7531 (drop_while, _DropWhile): As in all/_All.7552 * testsuite/std/ranges/adaptors/drop_while.cc (test04): New test.
7276 * testsuite/std/ranges/adaptors/drop_while.cc: Augment test to check8170 * testsuite/std/ranges/adaptors/drop_while.cc: Likewise.
2432 inline constexpr __adaptor::_RangeAdaptor drop_while
2681 inline constexpr _DropWhile drop_while;
101003 388c77d8d530897650c1d9b9c5e2f2e7 libstdc++-v3/testsuite/std/ranges/adaptors/drop_while.cc
115533 9649f880152a2754d4d7211ae40b27ba libstdc++-v3/testsuite/std/ranges/adaptors/drop_while.cc