HomeSort by relevance Sort by last modified time
    Searched refs:LexIdentifier (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 61 AsmToken LexIdentifier();
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
AsmLexer.h 62 AsmToken LexIdentifier();
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.h 101 TokKind LexIdentifier();
  /external/llvm/lib/AsmParser/
LLLexer.h 77 lltok::Kind LexIdentifier();
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.h 77 lltok::Kind LexIdentifier();
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 114 tgtok::TokKind LexIdentifier();
TGLexer.cpp 92 return LexIdentifier();
208 tgtok::TokKind TGLexer::LexIdentifier() {
  /external/llvm/lib/TableGen/
TGLexer.h 129 tgtok::TokKind LexIdentifier();
TGLexer.cpp 97 return LexIdentifier();
171 return LexIdentifier();
250 tgtok::TokKind TGLexer::LexIdentifier() {
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 131 /// LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@?]*
136 AsmToken AsmLexer::LexIdentifier() {
540 return LexIdentifier();
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 94 /// LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@]*
98 AsmToken AsmLexer::LexIdentifier() {
391 return LexIdentifier();

Completed in 787 milliseconds

1 2