Searched refs:IsIdentifierChar (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 41 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/ |
D | AsmLexer.cpp | 147 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/ |
D | AsmLexer.cpp | 132 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/ |
D | AsmLexer.cpp | 138 static bool IsIdentifierChar(char c, bool AllowAt) { in IsIdentifierChar() function 150 if (!IsIdentifierChar(*CurPtr, AllowAtInIdentifier) || in LexIdentifier() 155 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
|