Home
last modified time | relevance | path

Searched refs:ByteNo (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Bitcode/
HDBitstreamWriter.h66 void BackpatchWord(unsigned ByteNo, unsigned NewWord) { in BackpatchWord() argument
67 support::endian::write32le(&Out[ByteNo], NewWord); in BackpatchWord()
235 unsigned ByteNo = B.StartSizeWord*4; in ExitBlock() local
238 BackpatchWord(ByteNo, SizeInWords); in ExitBlock()
HDBitstreamReader.h303 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local
305 assert(canSkipToPos(ByteNo) && "Invalid location"); in JumpToBit()
308 NextChar = ByteNo; in JumpToBit()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLiteralSupport.cpp1603 unsigned ByteNo) const { in getOffsetOfStringByte()
1636 return SpellingPtr - SpellingStart + ByteNo; in getOffsetOfStringByte()
1644 while (ByteNo) { in getOffsetOfStringByte()
1650 --ByteNo; in getOffsetOfStringByte()
1660 if (Len > ByteNo) { in getOffsetOfStringByte()
1665 ByteNo -= Len; in getOffsetOfStringByte()
1670 --ByteNo; in getOffsetOfStringByte()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLiteralSupport.h229 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp1006 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() argument
1043 if (ByteNo < TokNumBytes || in getLocationOfByte()
1044 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte()
1045 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo); in getLocationOfByte()
1054 ByteNo -= TokNumBytes; in getLocationOfByte()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1599 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp45 unsigned ByteNo) const { in getLocationOfStringLiteralByte()
46 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8740 unsigned ByteNo) const;