Searched defs:CurPtr (Results 1 – 14 of 14) sorted by relevance
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Lexer.cpp | 603 const char *CurPtr = Buffer.begin(); in ComputePreamble() local 1642 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { in LexIdentifier() 2197 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr, in SkipWhitespace() 2691 const char *CurPtr = BufferPtr; in ReadToEndOfLine() local 2740 bool Lexer::LexEndOfFile(Token &Result, const char *CurPtr) { in LexEndOfFile() 2871 bool Lexer::IsStartOfConflictMarker(const char *CurPtr) { in IsStartOfConflictMarker() 2915 bool Lexer::HandleEndOfConflictMarker(const char *CurPtr) { in HandleEndOfConflictMarker() 2952 static const char *findPlaceholderEnd(const char *CurPtr, in findPlaceholderEnd() 3011 const char *CurPtr = StartPtr + CharSize; in tryReadUCN() local 3104 const char *CurPtr) { in CheckUnicodeWhitespace() [all …]
|
H A D | DependencyDirectivesSourceMinimizer.cpp | 109 bool Minimizer::reportError(const char *CurPtr, unsigned Err) { in reportError()
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | AsmLexer.h | 28 const char *CurPtr = nullptr; variable
|
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 252 static void SkipIgnoredIntegerSuffix(const char *&CurPtr) { in SkipIgnoredIntegerSuffix() 264 static unsigned doHexLookAhead(const char *&CurPtr, unsigned DefaultRadix, in doHexLookAhead() 289 static const char *findLastDigit(const char *CurPtr, unsigned DefaultRadix) { in findLastDigit()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 46 const char *CurPtr = Buffer.getBufferStart(); in parse() local
|
H A D | NativeFormatting.cpp | 22 char *CurPtr = EndPtr; in format_to_buffer() local 152 char *CurPtr = EndPtr; in write_hex() local
|
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 29 const char *CurPtr; variable
|
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 147 static const char *isLabelTail(const char *CurPtr) { in isLabelTail()
|
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 83 const char *CurPtr = nullptr; variable
|
/netbsd/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentLexer.cpp | 241 const char *CurPtr = BufferPtr; in findBCPLCommentEnd() local
|
H A D | Stmt.cpp | 599 const char *CurPtr = StrStart; in AnalyzeAsmString() local
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 423 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr, in ReadDataFromGlobal() 628 unsigned char *CurPtr = RawBytes; in FoldReinterpretLoadFromConstPtr() local
|
/netbsd/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 730 uint64_t CurPtr = 0; in initialize() local
|
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 990 Address CurPtr = BeginPtr; in EmitNewArrayInitializer() local
|