Searched refs:kRbrace (Results 1 – 3 of 3) sorted by relevance
655 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseShapeIndex()665 if (!ParseToken(TokKind::kRbrace, "Expects '}' at the end of ShapeIndex")) { in ParseShapeIndex()678 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseAliasing()727 if (!ParseToken(TokKind::kRbrace, in ParseAliasing()743 while (lexer_.GetKind() != TokKind::kRbrace) { in ParseInstructionOutputOperandAliasing()779 TokKind::kRbrace, in ParseInstructionOutputOperandAliasing()929 } while (lexer_.GetKind() != TokKind::kRbrace); in ParseInstructionList()930 if (!ParseToken(TokKind::kRbrace, in ParseInstructionList()2667 lexer_.GetKind() != TokKind::kRbrace) { in ParseSharding()2673 if (lexer_.GetKind() != TokKind::kRbrace) { in ParseSharding()[all …]
48 kRbrace, // { } enumerator
158 return TokKind::kRbrace; in LexToken()483 return "kRbrace";