Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h132 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
152 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
H A DBitstreamWriter.h141 uint64_t ByteNo = BitNo / 8; in BackpatchWord() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1193 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp7235 unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, in getLocationOfByte()