Searched defs:CurPtr (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h28 const char *CurPtr = nullptr; member in class:llvm::AsmLexer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp52 const char *CurPtr = Buffer.getBufferStart(); local
H A DNativeFormatting.cpp23 char *CurPtr = EndPtr; local
153 char *CurPtr = EndPtr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h29 const char *CurPtr; member in class:llvm::LLLexer
H A DLLLexer.cpp147 static const char *isLabelTail(const char *CurPtr) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp235 SkipIgnoredIntegerSuffix(const char *&CurPtr) argument
247 doHexLookAhead(const char *&CurPtr, unsigned DefaultRadix, bool LexHex) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp241 const char *CurPtr = BufferPtr; local
H A DStmt.cpp540 const char *CurPtr = StrStart; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h369 char *CurPtr = nullptr; member in class:llvm::BumpPtrAllocatorImpl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h77 const char *CurPtr = nullptr; member in class:llvm::TGLexer
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp108 bool Minimizer::reportError(const char *CurPtr, unsigned Err) { argument
H A DLexer.cpp600 const char *CurPtr = Buffer.begin(); local
1593 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, argument
1615 tryConsumeIdentifierUTF8Char(const char *&CurPtr) argument
1639 LexIdentifier(Token &Result, const char *CurPtr) argument
1752 LexNumericConstant(Token &Result, const char *CurPtr) argument
1815 LexUDSuffix(Token &Result, const char *CurPtr, bool IsStringLiteral) argument
1906 LexStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
1968 LexRawStringLiteral(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
2048 LexAngledStringLiteral(Token &Result, const char *CurPtr) argument
2120 LexCharConstant(Token &Result, const char *CurPtr, tok::TokenKind Kind) argument
2187 SkipWhitespace(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2246 SkipLineComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2387 SaveLineComment(Token &Result, const char *CurPtr) argument
2415 isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, Lexer *L) argument
2489 SkipBlockComment(Token &Result, const char *CurPtr, bool &TokAtPhysicalStartOfLine) argument
2664 const char *CurPtr = BufferPtr; local
2713 LexEndOfFile(Token &Result, const char *CurPtr) argument
2821 FindConflictEnd(const char *CurPtr, const char *BufferEnd, ConflictMarkerKind CMK) argument
2844 IsStartOfConflictMarker(const char *CurPtr) argument
2888 HandleEndOfConflictMarker(const char *CurPtr) argument
2925 findPlaceholderEnd(const char *CurPtr, const char *BufferEnd) argument
2937 lexEditorPlaceholder(Token &Result, const char *CurPtr) argument
2984 const char *CurPtr = StartPtr + CharSize; local
3076 CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr) argument
3091 LexUnicode(Token &Result, uint32_t C, const char *CurPtr) argument
3181 const char *CurPtr = BufferPtr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp380 bool ReadDataFromGlobal(Constant *C, uint64_t ByteOffset, unsigned char *CurPtr, argument
575 unsigned char *CurPtr = RawBytes; local
[all...]

Completed in 227 milliseconds