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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 51 bool AllowAtInIdentifier;
152 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
153 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 138 bool AllowAtInIdentifier;
221 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; }
222 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; }
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
143 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
147 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
ELFAsmParser.cpp 650 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier();
653 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
AsmLexer.cpp 35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier))
ELFAsmParser.cpp 763 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier();
766 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier);

Completed in 365 milliseconds