Home
last modified time | relevance | path

Searched refs:IsIdentifierChar (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc40 bool IsIdentifierChar(char c) { in IsIdentifierChar() function
242 while (IsIdentifierChar(PeekCurrentChar())) { in LexIdentifier()
318 while (IsIdentifierChar(PeekCurrentChar())) { in LexPercent()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmLexer.cpp95 static bool IsIdentifierChar(char c) { in IsIdentifierChar() function
104 if (*CurPtr == 'e' || *CurPtr == 'E' || !IsIdentifierChar(*CurPtr)) in LexIdentifier()
108 while (IsIdentifierChar(*CurPtr)) in LexIdentifier()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp132 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function
143 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
147 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp138 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function
150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()