/freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 610 const char *CurPtr = Buffer.begin(); ComputePreamble() local 1721 tryConsumeIdentifierUCN(const char * & CurPtr,unsigned Size,Token & Result) tryConsumeIdentifierUCN() argument 1762 tryConsumeIdentifierUTF8Char(const char * & CurPtr,Token & Result) tryConsumeIdentifierUTF8Char() argument 1814 LexUnicodeIdentifierStart(Token & Result,uint32_t C,const char * CurPtr) LexUnicodeIdentifierStart() argument 1860 fastParseASCIIIdentifier(const char * CurPtr,const char * BufferEnd) fastParseASCIIIdentifier() argument 1890 LexIdentifierContinue(Token & Result,const char * CurPtr) LexIdentifierContinue() argument 1986 LexNumericConstant(Token & Result,const char * CurPtr) LexNumericConstant() argument 2054 LexUDSuffix(Token & Result,const char * CurPtr,bool IsStringLiteral) LexUDSuffix() argument 2146 LexStringLiteral(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexStringLiteral() argument 2207 LexRawStringLiteral(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexRawStringLiteral() argument 2287 LexAngledStringLiteral(Token & Result,const char * CurPtr) LexAngledStringLiteral() argument 2364 LexCharConstant(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexCharConstant() argument 2431 SkipWhitespace(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipWhitespace() argument 2507 SkipLineComment(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipLineComment() argument 2673 SaveLineComment(Token & Result,const char * CurPtr) SaveLineComment() argument 2701 isEndOfBlockCommentWithEscapedNewLine(const char * CurPtr,Lexer * L,bool Trigraphs) isEndOfBlockCommentWithEscapedNewLine() argument 2789 SkipBlockComment(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipBlockComment() argument 3016 const char *CurPtr = BufferPtr; ReadToEndOfLine() local 3065 LexEndOfFile(Token & Result,const char * CurPtr) LexEndOfFile() argument 3185 FindConflictEnd(const char * CurPtr,const char * BufferEnd,ConflictMarkerKind CMK) FindConflictEnd() argument 3208 IsStartOfConflictMarker(const char * CurPtr) IsStartOfConflictMarker() argument 3252 HandleEndOfConflictMarker(const char * CurPtr) HandleEndOfConflictMarker() argument 3289 findPlaceholderEnd(const char * CurPtr,const char * BufferEnd) findPlaceholderEnd() argument 3301 lexEditorPlaceholder(Token & Result,const char * CurPtr) lexEditorPlaceholder() argument 3353 const char *CurPtr = StartPtr + CharSize; tryReadNumericUCN() local 3452 const char *CurPtr = StartPtr + CharSize; tryReadNamedUCN() local 3603 CheckUnicodeWhitespace(Token & Result,uint32_t C,const char * CurPtr) CheckUnicodeWhitespace() argument 3665 const char *CurPtr = BufferPtr; LexTokenInternal() local [all...] |
H A D | DependencyDirectivesScanner.cpp | 196 bool Scanner::reportError(const char *CurPtr, unsigned Err) { in reportError() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmLexer.h | 28 const char *CurPtr = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmLexer.cpp | 253 SkipIgnoredIntegerSuffix(const char * & CurPtr) SkipIgnoredIntegerSuffix() argument 265 doHexLookAhead(const char * & CurPtr,unsigned DefaultRadix,bool LexHex) doHexLookAhead() argument 290 findLastDigit(const char * CurPtr,unsigned DefaultRadix) findLastDigit() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFF.cpp | 56 uint64_t CurPtr = 0; in createLinkGraphFromCOFFObject() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 46 while (CurPtr != Buffer.getBufferEnd()) { 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-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 29 const char *CurPtr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 147 static const char *isLabelTail(const char *CurPtr) { in isLabelTail() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGLexer.h | 191 const char *CurPtr = nullptr; global() variable [all...] |
/freebsd-src/contrib/llvm-project/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; AnalyzeAsmString() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 417 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr, in ReadDataFromGlobal() argument 606 unsigned char *CurPtr = RawBytes; FoldReinterpretLoadFromConst() local 662 unsigned char *CurPtr = RawBytes.data(); ReadByteArrayFromGlobal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 841 uint64_t CurPtr = 0; initialize() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 1001 Address CurPtr = BeginPtr; EmitNewArrayInitializer() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1627 LLVM_DEBUG(dbgs() << "[AAPointerInfo] Analyze " << *CurPtr << " in " << *Usr in updateImpl() local 1601 __anon84dfdece1002(Value *Usr, Value *CurPtr, bool &Follow) updateImpl() argument [all...] |