HomeSort by relevance Sort by last modified time
    Searched defs:TokKind (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_lexer.h 35 enum class TokKind {
83 string TokKindToString(TokKind kind);
95 TokKind Lex() { return token_state_.current_kind = LexToken(); }
97 TokKind GetKind() const { return token_state_.current_kind; }
100 case TokKind::kName:
101 case TokKind::kAttributeName:
102 case TokKind::kDimLabels:
103 case TokKind::kDxD:
104 case TokKind::kPad:
105 case TokKind::kString
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.h 30 enum TokKind {
74 tgtok::TokKind CurCode;
91 tgtok::TokKind Lex() {
99 tgtok::TokKind getCode() const { return CurCode; }
121 tgtok::TokKind LexToken();
123 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
129 tgtok::TokKind LexIdentifier();
131 tgtok::TokKind LexString();
132 tgtok::TokKind LexVarName();
133 tgtok::TokKind LexNumber()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.h 29 enum TokKind {
68 tgtok::TokKind CurCode;
82 tgtok::TokKind Lex() {
90 tgtok::TokKind getCode() const { return CurCode; }
107 tgtok::TokKind LexToken();
109 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
114 tgtok::TokKind LexIdentifier();
116 tgtok::TokKind LexString();
117 tgtok::TokKind LexVarName();
118 tgtok::TokKind LexNumber()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
TGLexer.h 30 enum TokKind {
75 tgtok::TokKind CurCode;
92 tgtok::TokKind Lex() {
100 tgtok::TokKind getCode() const { return CurCode; }
122 tgtok::TokKind LexToken();
124 tgtok::TokKind ReturnError(const char *Loc, const Twine &Msg);
130 tgtok::TokKind LexIdentifier();
132 tgtok::TokKind LexString();
133 tgtok::TokKind LexVarName();
134 tgtok::TokKind LexNumber()
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]

Completed in 215 milliseconds