Home
last modified time | relevance | path

Searched refs:LLLexer (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp31 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
44 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
58 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
79 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
110 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
188 LLLexer::LLLexer(MemoryBuffer *StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer
194 std::string LLLexer::getFilename() const { in getFilename()
198 int LLLexer::getNextChar() { in getNextChar()
215 lltok::Kind LLLexer::LexToken() { in LexToken()
279 void LLLexer::SkipLineComment() { in SkipLineComment()
[all …]
DLLLexer.h29 class LLLexer {
47 explicit LLLexer(MemoryBuffer *StartBuf, SourceMgr &SM, SMDiagnostic &,
49 ~LLLexer() {} in ~LLLexer()
DLLParser.h58 LLLexer::LocTy Loc;
86 typedef LLLexer::LocTy LocTy;
89 LLLexer Lex;
/external/llvm/lib/AsmParser/
DLLLexer.cpp32 bool LLLexer::Error(LocTy ErrorLoc, const Twine &Msg) const { in Error()
37 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning()
49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
166 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &sm, SMDiagnostic &Err, in LLLexer() function in LLLexer
172 int LLLexer::getNextChar() { in getNextChar()
189 lltok::Kind LLLexer::LexToken() { in LexToken()
248 void LLLexer::SkipLineComment() { in SkipLineComment()
[all …]
DLLLexer.h29 class LLLexer {
46 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
DCMakeLists.txt3 LLLexer.cpp
DLLParser.h60 LLLexer::LocTy Loc;
89 typedef LLLexer::LocTy LocTy;
92 LLLexer Lex;
/external/llvm/docs/
DExtendingLLVM.rst193 #. ``llvm/lib/AsmParser/LLLexer.cpp``:
260 #. ``llvm/lib/AsmParser/LLLexer.cpp``:
306 #. ``llvm/lib/AsmParser/LLLexer.cpp``:
308 modify ``lltok::Kind LLLexer::LexIdentifier()`` to add ability to