Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h96 RefType keep_front(uint64_t N) const { in keep_front() function
207 BinarySubstreamRef keep_front(uint64_t N) const { return slice(0, N); } in keep_front() function