Home
last modified time | relevance | path

Searched refs:drop_until (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DArrayRef.h221 template <class PredicateT> ArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
405 MutableArrayRef<T> drop_until(PredicateT Pred) const { in drop_until() function
DStringRef.h617 [[nodiscard]] StringRef drop_until(function_ref<bool(char)> F) const { in drop_until() function
/openbsd/src/gnu/llvm/lld/MachO/
DSectionPriorities.cpp324 line = line.drop_until([](char c) { return c == ':'; }).drop_front(); in parseOrderFile()
/openbsd/src/gnu/llvm/lldb/source/Symbol/
DFunction.cpp326 return GetCallEdges().drop_until( in GetTailCallingEdges()
/openbsd/src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
DParser.cpp129 Code = Code.drop_until([](char c) { return c == '\n'; }); in getNextToken()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DStandardInstrumentations.cpp1568 SR[I] = SR[I].drop_until([](char C) { return C == '\n'; }).drop_front(); in getBodyContent()
1609 BS1 = BS1.drop_until([](char C) { return C == '\n'; }).drop_front(); in getBodyContent()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp2035 Filename = Filename.drop_until(isAlphanumeric); in LookupHeaderIncludeOrImport()