| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Lexer.cpp | 606 const char *CurPtr = Buffer.begin(); in ComputePreamble() local 1696 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN() 1737 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) { in tryConsumeIdentifierUTF8Char() 1778 const char *CurPtr) { in LexUnicodeIdentifierStart() 1823 bool Lexer::LexIdentifierContinue(Token &Result, const char *CurPtr) { in LexIdentifierContinue() 1919 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() 1984 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix() 2076 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral() 2137 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral() 2217 bool Lexer::LexAngledStringLiteral(Token &Result, const char *CurPtr) { in LexAngledStringLiteral() [all …]
|
| H A D | DependencyDirectivesScanner.cpp | 172 bool Scanner::reportError(const char *CurPtr, unsigned Err) { in reportError()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
| H A D | AsmLexer.h | 28 const char *CurPtr = nullptr; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF.cpp | 57 uint64_t CurPtr = 0; in createLinkGraphFromCOFFObject() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 28 char *CurPtr = EndPtr; in format_to_buffer() local 158 char *CurPtr = EndPtr; in write_hex() local
|
| H A D | CodeGenCoverage.cpp | 46 const char *CurPtr = Buffer.getBufferStart(); in parse() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
| H A D | LLLexer.h | 29 const char *CurPtr; variable
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 147 static const char *isLabelTail(const char *CurPtr) { in isLabelTail()
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TGLexer.h | 84 const char *CurPtr = nullptr; variable
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 222 const char *CurPtr = BufferPtr; in findBCPLCommentEnd() local
|
| H A D | Stmt.cpp | 606 const char *CurPtr = StrStart; in AnalyzeAsmString() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 421 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
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 793 uint64_t CurPtr = 0; in initialize() local
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 997 Address CurPtr = BeginPtr; in EmitNewArrayInitializer() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1507 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl() 1533 Value *CurPtr = U.get(); in updateImpl() local
|