Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp655 const char *CurPtr = Buffer.begin(); in ComputePreamble() local
1766 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN()
1807 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr, Token &Result) { in tryConsumeIdentifierUTF8Char()
1859 const char *CurPtr) { in LexUnicodeIdentifierStart()
1905 fastParseASCIIIdentifier(const char *CurPtr, in fastParseASCIIIdentifier()
1935 bool Lexer::LexIdentifierContinue(Token &Result, const char *CurPtr) { in LexIdentifierContinue()
2031 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant()
2099 const char *Lexer::LexUDSuffix(Token &Result, const char *CurPtr, in LexUDSuffix()
2191 bool Lexer::LexStringLiteral(Token &Result, const char *CurPtr, in LexStringLiteral()
2252 bool Lexer::LexRawStringLiteral(Token &Result, const char *CurPtr, in LexRawStringLiteral()
[all …]
H A DDependencyDirectivesScanner.cpp196 bool Scanner::reportError(const char *CurPtr, unsigned Err) { in reportError()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h28 const char *CurPtr = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp253 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()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF.cpp57 uint64_t CurPtr = 0; createLinkGraphFromCOFFObject() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCodeGenCoverage.cpp44 const char *CurPtr = Buffer.getBufferStart(); in parse() local
H A DNativeFormatting.cpp28 char *CurPtr = EndPtr; in format_to_buffer() local
155 char *CurPtr = EndPtr; in write_hex() local
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h29 const char *CurPtr; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp147 static const char *isLabelTail(const char *CurPtr) { in isLabelTail()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h192 const char *CurPtr = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp222 const char *CurPtr = BufferPtr; in findBCPLCommentEnd() local
H A DStmt.cpp607 const char *CurPtr = StrStart; in AnalyzeAsmString() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp417 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
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1004 Address CurPtr = BeginPtr; in EmitNewArrayInitializer() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp840 uint64_t CurPtr = 0; in initialize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1602 auto HandlePassthroughUser = [&](Value *Usr, Value *CurPtr, bool &Follow) { in updateImpl()
1625 Value *CurPtr = U.get(); in updateImpl() local