Searched refs:kComma (Results 1 – 3 of 3) sorted by relevance
1780 } while (EatIfPresent(TokKind::kComma)); in ParseSharding()1833 } while (EatIfPresent(TokKind::kComma)); in ParseSingleSharding()1845 } while (EatIfPresent(TokKind::kComma)); in ParseSingleSharding()1915 } while (EatIfPresent(TokKind::kComma)); in ParseParameterReplication()1968 } while (EatIfPresent(TokKind::kComma)); in ParseInstructionNames()2142 ParseToken(TokKind::kComma, "exepcts ',' to separate tuple elements"); in ParseTupleLiteral()2276 case TokKind::kComma: in ParseDenseLiteral()2350 if (!ParseInt64List(TokKind::kLsquare, TokKind::kRsquare, TokKind::kComma, in ParseSparseLiteral()2405 !ParseToken(TokKind::kComma, in ParseSparseLiteral()2571 } while (EatIfPresent(TokKind::kComma)); in ParseOperands()[all …]
151 return TokKind::kComma; in LexToken()466 return "kComma";
42 kComma, // , enumerator