/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 655 const char *CurPtr = Buffer.begin(); in ComputePreamble() local 1766 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN() 1807 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr, Token &Result) { in tryConsumeIdentifierUTF8Char() 1859 const char *CurPtr) { in LexUnicodeIdentifierStart() 1905 fastParseASCIIIdentifier(const char *CurPtr, in fastParseASCIIIdentifier() 1935 bool Lexer::LexIdentifierContinue(Token &Result, const char *CurPtr) { in LexIdentifierContinue() 2031 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() 2099 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix() 2191 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() 2252 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral() [all …]
|
H A D | DependencyDirectivesScanner.cpp | 196 bool Scanner::reportError(const char *CurPtr, unsigned Err) { in reportError()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmLexer.h | 28 const char *CurPtr = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 253 static void SkipIgnoredIntegerSuffix(const char *&CurPtr) { in SkipIgnoredIntegerSuffix() 265 static unsigned doHexLookAhead(const char *&CurPtr, unsigned DefaultRadix, in doHexLookAhead() 290 static const char *findLastDigit(const char *CurPtr, unsigned DefaultRadix) { in findLastDigit()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFF.cpp | 57 uint64_t CurPtr = 0; createLinkGraphFromCOFFObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 44 const char *CurPtr = Buffer.getBufferStart(); in parse() local
|
H A D | NativeFormatting.cpp | 28 char *CurPtr = EndPtr; in format_to_buffer() local 155 char *CurPtr = EndPtr; in write_hex() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 29 const char *CurPtr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 147 static const char *isLabelTail(const char *CurPtr) { in isLabelTail()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 192 const char *CurPtr = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 222 const char *CurPtr = BufferPtr; in findBCPLCommentEnd() local
|
H A D | Stmt.cpp | 607 const char *CurPtr = StrStart; in AnalyzeAsmString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 417 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr, in ReadDataFromGlobal() 606 unsigned char *CurPtr = RawBytes; in FoldReinterpretLoadFromConst() local 662 unsigned char *CurPtr = RawBytes.data(); in ReadByteArrayFromGlobal() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1004 Address CurPtr = BeginPtr; in EmitNewArrayInitializer() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 840 uint64_t CurPtr = 0; in initialize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1602 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl() 1625 Value *CurPtr = U.get(); in updateImpl() local
|