HomeSort by relevance Sort by last modified time
    Searched refs:IsIdentifierChar (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 132 static bool IsIdentifierChar(char c, bool AllowAt) {
143 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
147 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 95 static bool IsIdentifierChar(char c) {
104 if (*CurPtr == 'e' || *CurPtr == 'E' || !IsIdentifierChar(*CurPtr))
108 while (IsIdentifierChar(*CurPtr))
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_lexer.cc 40 bool IsIdentifierChar(char c) {
242 while (IsIdentifierChar(PeekCurrentChar())) {
318 while (IsIdentifierChar(PeekCurrentChar())) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmLexer.cpp 138 static bool IsIdentifierChar(char c, bool AllowAt) {
150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))

Completed in 1001 milliseconds