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.cc41 bool IsIdentifierChar(char c) { in IsIdentifierChar() function
235 while (IsIdentifierChar(PeekCurrentChar())) { in LexIdentifier()
312 while (IsIdentifierChar(PeekCurrentChar())) { in LexPercent()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmLexer.cpp147 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function
159 if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) || in LexIdentifier()
164 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
728 IsIdentifierChar(CurChar, MAI.doesAllowAtInName())) in LexToken()
/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-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp138 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function
150 if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) || in LexIdentifier()
155 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()