Searched refs:ByteNo (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Bitcode/ |
| HD | BitstreamWriter.h | 66 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()
|
| HD | BitstreamReader.h | 303 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/ |
| HD | LiteralSupport.cpp | 1603 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/ |
| HD | LiteralSupport.h | 229 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Expr.cpp | 1006 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/ |
| HD | Expr.h | 1599 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaChecking.cpp | 45 unsigned ByteNo) const { in getLocationOfStringLiteralByte() 46 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 8740 unsigned ByteNo) const;
|