Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamRef.h99 RefType keep_front(uint32_t N) const { in keep_front() function
211 BinarySubstreamRef keep_front(uint32_t N) const { return slice(0, N); } in keep_front() function