Home
last modified time | relevance | path

Searched defs:CurPtr (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DLexer.cpp655 const char *CurPtr = Buffer.begin(); ComputePreamble() local
1766 tryConsumeIdentifierUCN(const char * & CurPtr,unsigned Size,Token & Result) tryConsumeIdentifierUCN() argument
1807 tryConsumeIdentifierUTF8Char(const char * & CurPtr,Token & Result) tryConsumeIdentifierUTF8Char() argument
1859 LexUnicodeIdentifierStart(Token & Result,uint32_t C,const char * CurPtr) LexUnicodeIdentifierStart() argument
1905 fastParseASCIIIdentifier(const char * CurPtr,const char * BufferEnd) fastParseASCIIIdentifier() argument
1935 LexIdentifierContinue(Token & Result,const char * CurPtr) LexIdentifierContinue() argument
2031 LexNumericConstant(Token & Result,const char * CurPtr) LexNumericConstant() argument
2099 LexUDSuffix(Token & Result,const char * CurPtr,bool IsStringLiteral) LexUDSuffix() argument
2191 LexStringLiteral(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexStringLiteral() argument
2252 LexRawStringLiteral(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexRawStringLiteral() argument
2343 LexAngledStringLiteral(Token & Result,const char * CurPtr) LexAngledStringLiteral() argument
2420 LexCharConstant(Token & Result,const char * CurPtr,tok::TokenKind Kind) LexCharConstant() argument
2487 SkipWhitespace(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipWhitespace() argument
2563 SkipLineComment(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipLineComment() argument
2729 SaveLineComment(Token & Result,const char * CurPtr) SaveLineComment() argument
2757 isEndOfBlockCommentWithEscapedNewLine(const char * CurPtr,Lexer * L,bool Trigraphs) isEndOfBlockCommentWithEscapedNewLine() argument
2845 SkipBlockComment(Token & Result,const char * CurPtr,bool & TokAtPhysicalStartOfLine) SkipBlockComment() argument
3072 const char *CurPtr = BufferPtr; ReadToEndOfLine() local
3121 LexEndOfFile(Token & Result,const char * CurPtr) LexEndOfFile() argument
3241 FindConflictEnd(const char * CurPtr,const char * BufferEnd,ConflictMarkerKind CMK) FindConflictEnd() argument
3264 IsStartOfConflictMarker(const char * CurPtr) IsStartOfConflictMarker() argument
3308 HandleEndOfConflictMarker(const char * CurPtr) HandleEndOfConflictMarker() argument
3345 findPlaceholderEnd(const char * CurPtr,const char * BufferEnd) findPlaceholderEnd() argument
3357 lexEditorPlaceholder(Token & Result,const char * CurPtr) lexEditorPlaceholder() argument
3409 const char *CurPtr = StartPtr + CharSize; tryReadNumericUCN() local
3508 const char *CurPtr = StartPtr + CharSize; tryReadNamedUCN() local
3659 CheckUnicodeWhitespace(Token & Result,uint32_t C,const char * CurPtr) CheckUnicodeWhitespace() argument
3721 const char *CurPtr = BufferPtr; LexTokenInternal() local
[all...]
H A DDependencyDirectivesScanner.cpp196 bool Scanner::reportError(const char *CurPtr, unsigned Err) { in reportError() argument
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h28 const char *CurPtr = nullptr; variable
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp56 uint64_t CurPtr = 0; createLinkGraphFromCOFFObject() local
/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp253 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...]
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DMisleadingIdentifier.cpp124 const char *CurPtr = Buffer.begin(); in hasRTLCharacters() local
H A DMisleadingBidirectional.cpp21 const char *CurPtr = Buffer.begin(); in containsMisleadingBidi() local
/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp44 const char *CurPtr = Buffer.getBufferStart(); in parse() local
H A DNativeFormatting.cpp28 char *CurPtr = EndPtr; format_to_buffer() local
155 char *CurPtr = EndPtr; write_hex() local
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h29 const char *CurPtr; variable
/llvm-project/clang/test/Analysis/inlining/
H A Dplacement-new-fp-suppression.cpp65 char *CurPtr = nullptr; member in BumpPtrAllocator
/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp147 isLabelTail(const char * CurPtr) isLabelTail() argument
[all...]
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h192 const char *CurPtr = nullptr; variable
[all...]
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp222 const char *CurPtr = BufferPtr; in findBCPLCommentEnd() local
H A DStmt.cpp607 const char *CurPtr = StrStart; AnalyzeAsmString() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp417 ReadDataFromGlobal(Constant * C,uint64_t ByteOffset,unsigned char * CurPtr,unsigned BytesLeft,const DataLayout & DL) ReadDataFromGlobal() argument
606 unsigned char *CurPtr = RawBytes; FoldReinterpretLoadFromConst() local
662 unsigned char *CurPtr = RawBytes.data(); ReadByteArrayFromGlobal() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1004 Address CurPtr = BeginPtr; EmitNewArrayInitializer() local
[all...]
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp840 uint64_t CurPtr = 0; initialize() local
[all...]
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysisTest.cpp848 auto &CurPtr = cast<PointerValue>(Current); widen() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1602 __anon30d26d8f1002(Value *Usr, Value *CurPtr, bool &Follow) updateImpl() argument
1625 Value *CurPtr = U.get(); updateImpl() local
[all...]