Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamRef.h61 RefType drop_front(uint32_t N) const { in drop_front() function
208 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() function
H A DBinaryStreamArray.h145 void drop_front() { Skew += begin()->length(); } in drop_front() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp459 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function