Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.cpp133 case '"': return LexString(); in LexToken()
141 tgtok::TokKind TGLexer::LexString() { in LexString() function in TGLexer
DTGLexer.h116 tgtok::TokKind LexString();
/external/llvm/lib/TableGen/
DTGLexer.cpp175 case '"': return LexString(); in LexToken()
183 tgtok::TokKind TGLexer::LexString() { in LexString() function in TGLexer
DTGLexer.h131 tgtok::TokKind LexString();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.cpp177 case '"': return LexString(); in LexToken()
185 tgtok::TokKind TGLexer::LexString() { in LexString() function in TGLexer
DTGLexer.h132 tgtok::TokKind LexString();
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc227 return LexString(); in LexToken()
439 TokKind HloLexer::LexString() { function in xla::HloLexer
Dhlo_lexer.h165 TokKind LexString();