Home
last modified time | relevance | path

Searched refs:HloLexer (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc48 int HloLexer::GetNextChar() { in GetNextChar()
56 int HloLexer::PeekCurrentChar() const { in PeekCurrentChar()
68 bool HloLexer::CanDereference(const char* ptr) const { in CanDereference()
72 absl::string_view HloLexer::StringPieceFromPointers(const char* begin, in StringPieceFromPointers()
80 TokKind HloLexer::LookAhead() { in LookAhead()
94 TokKind HloLexer::LexToken() { in LexToken()
234 TokKind HloLexer::LexIdentifier() { in LexIdentifier()
307 TokKind HloLexer::LexPercent() { in LexPercent()
332 TokKind HloLexer::LexNumberOrPattern() { in LexNumberOrPattern()
400 std::pair<unsigned, unsigned> HloLexer::GetLineAndColumn(LocTy location) const { in GetLineAndColumn()
[all …]
Dhlo_lexer.h91 class HloLexer {
93 explicit HloLexer(absl::string_view buf) : buf_(buf) { in HloLexer() function
Dhlo_parser.cc202 using LocTy = HloLexer::LocTy;
507 HloLexer lexer_;