Searched refs:ByteNo (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Bitcode/ |
| H A D | BitstreamReader.h | 133 size_t ByteNo = size_t(BitNo/8) & ~(sizeof(word_t)-1); in JumpToBit() local 135 assert(canSkipToPos(ByteNo) && "Invalid location"); in JumpToBit() 138 NextChar = ByteNo; in JumpToBit() 147 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() argument 148 return BitcodeBytes.data() + ByteNo; in getPointerToByte()
|
| H A D | BitstreamWriter.h | 107 unsigned ByteNo = BitNo / 8; in BackpatchWord() local 109 &Out[ByteNo], BitNo & 7)) && in BackpatchWord() 112 &Out[ByteNo], NewWord, BitNo & 7); in BackpatchWord()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | LiteralSupport.cpp | 1812 unsigned ByteNo) const { in getOffsetOfStringByte() 1845 return SpellingPtr - SpellingStart + ByteNo; in getOffsetOfStringByte() 1853 while (ByteNo) { in getOffsetOfStringByte() 1859 --ByteNo; in getOffsetOfStringByte() 1869 if (Len > ByteNo) { in getOffsetOfStringByte() 1874 ByteNo -= Len; in getOffsetOfStringByte() 1879 --ByteNo; in getOffsetOfStringByte()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/ |
| H A D | LiteralSupport.h | 252 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 1118 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() argument 1134 ByteNo -= StringOffset; in getLocationOfByte() 1171 if (ByteNo < TokNumBytes || in getLocationOfByte() 1172 (ByteNo == TokNumBytes && TokNo == getNumConcatenated() - 1)) { in getLocationOfByte() 1173 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo); in getLocationOfByte() 1187 ByteNo -= TokNumBytes; in getLocationOfByte()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 103 unsigned ByteNo) const { in getLocationOfStringLiteralByte() 104 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte() 6296 unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, in getLocationOfByte() argument 6299 return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target, in getLocationOfByte()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 1726 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10461 unsigned ByteNo) const;
|