Lines Matching refs:comma
415 } while (EatIfPresent(lltok::comma)); in ParseDepLibs()
718 } while (EatIfPresent(lltok::comma)); in ParseNamedMetadata()
881 ParseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseIndirectSymbol()
1079 while (Lex.getKind() == lltok::comma) { in ParseGlobal()
1989 } while (EatIfPresent(lltok::comma)); in ParseInstructionMetadata()
2066 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAlign()
2092 while (EatIfPresent(lltok::comma)) { in ParseOptionalCommaAddrSpace()
2121 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments()
2233 if (Lex.getKind() != lltok::comma) in ParseIndexList()
2236 while (EatIfPresent(lltok::comma)) { in ParseIndexList()
2378 ParseToken(lltok::comma, "expected ',' in argument list")) in ParseParameterList()
2438 ParseToken(lltok::comma, "expected ',' in input list")) in ParseOptionalOperandBundles()
2452 ParseToken(lltok::comma, "expected ',' in input list")) in ParseOptionalOperandBundles()
2518 while (EatIfPresent(lltok::comma)) { in ParseArgumentList()
2669 while (EatIfPresent(lltok::comma)) { in ParseStructBody()
3103 ParseToken(lltok::comma, "expected comma in inline asm expression") || in ParseValID()
3121 ParseToken(lltok::comma, "expected comma in block address expression")|| in ParseValID()
3246 ParseToken(lltok::comma, "expected comma in insertvalue constantexpr")|| in ParseValID()
3274 ParseToken(lltok::comma, "expected comma in compare constantexpr") || in ParseValID()
3362 ParseToken(lltok::comma, "expected comma in binary constantexpr") || in ParseValID()
3418 ParseToken(lltok::comma, "expected comma in logical constantexpr") || in ParseValID()
3452 ParseToken(lltok::comma, "expected comma after getelementptr's type")) in ParseValID()
3609 } while (EatIfPresent(lltok::comma)); in ParseGlobalValueVector()
4235 } while (EatIfPresent(lltok::comma)); in ParseMDFieldsImplBody()
4839 } while (EatIfPresent(lltok::comma)); in ParseDIExpression()
5519 if (EatIfPresent(lltok::comma)) in ParseBasicBlock()
5769 if (ParseToken(lltok::comma, "expected ',' after branch condition") || in ParseBr()
5771 ParseToken(lltok::comma, "expected ',' after true destination") || in ParseBr()
5789 ParseToken(lltok::comma, "expected ',' after switch condition") || in ParseSwitch()
5805 ParseToken(lltok::comma, "expected ',' after case value") || in ParseSwitch()
5833 ParseToken(lltok::comma, "expected ',' after indirectbr address") || in ParseIndirectBr()
5849 while (EatIfPresent(lltok::comma)) { in ParseIndirectBr()
5983 ParseToken(lltok::comma, "expected ',' in argument list")) in ParseExceptionArgs()
6080 } while (EatIfPresent(lltok::comma)); in ParseCatchSwitch()
6201 ParseToken(lltok::comma, "expected ',' in arithmetic operation") || in ParseArithmetic()
6229 ParseToken(lltok::comma, "expected ',' in logical operation") || in ParseLogical()
6251 ParseToken(lltok::comma, "expected ',' after compare value") || in ParseCompare()
6302 ParseToken(lltok::comma, "expected ',' after select condition") || in ParseSelect()
6304 ParseToken(lltok::comma, "expected ',' after select value") || in ParseSelect()
6322 ParseToken(lltok::comma, "expected ',' after vaarg operand") || in ParseVA_Arg()
6339 ParseToken(lltok::comma, "expected ',' after extract value") || in ParseExtractElement()
6356 ParseToken(lltok::comma, "expected ',' after insertelement value") || in ParseInsertElement()
6358 ParseToken(lltok::comma, "expected ',' after insertelement value") || in ParseInsertElement()
6375 ParseToken(lltok::comma, "expected ',' after shuffle mask") || in ParseShuffleVector()
6377 ParseToken(lltok::comma, "expected ',' after shuffle value") || in ParseShuffleVector()
6397 ParseToken(lltok::comma, "expected ',' after insertelement value") || in ParsePHI()
6408 if (!EatIfPresent(lltok::comma)) in ParsePHI()
6418 ParseToken(lltok::comma, "expected ',' after insertelement value") || in ParsePHI()
6620 if (EatIfPresent(lltok::comma)) { in ParseAlloc()
6635 if (EatIfPresent(lltok::comma)) { in ParseAlloc()
6688 ParseToken(lltok::comma, "expected comma after load's type") || in ParseLoad()
6735 ParseToken(lltok::comma, "expected ',' after store operand") || in ParseStore()
6776 ParseToken(lltok::comma, "expected ',' after cmpxchg address") || in ParseCmpXchg()
6778 ParseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") || in ParseCmpXchg()
6841 ParseToken(lltok::comma, "expected ',' after atomicrmw address") || in ParseAtomicRMW()
6900 ParseToken(lltok::comma, "expected comma after getelementptr's type") || in ParseGetElementPtr()
6920 while (EatIfPresent(lltok::comma)) { in ParseGetElementPtr()
6977 ParseToken(lltok::comma, "expected comma after insertvalue operand") || in ParseInsertValue()
7023 } while (EatIfPresent(lltok::comma)); in ParseMDNodeVector()
7082 } while (EatIfPresent(lltok::comma)); in ParseUseListOrderIndexes()
7107 ParseToken(lltok::comma, "expected comma in uselistorder directive") || in ParseUseListOrder()
7124 ParseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in ParseUseListOrderBB()
7126 ParseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in ParseUseListOrderBB()
7173 ParseToken(lltok::comma, "expected ',' here") || in ParseModuleEntry()
7180 if (ParseUInt32(Hash[0]) || ParseToken(lltok::comma, "expected ',' here") || in ParseModuleEntry()
7181 ParseUInt32(Hash[1]) || ParseToken(lltok::comma, "expected ',' here") || in ParseModuleEntry()
7182 ParseUInt32(Hash[2]) || ParseToken(lltok::comma, "expected ',' here") || in ParseModuleEntry()
7183 ParseUInt32(Hash[3]) || ParseToken(lltok::comma, "expected ',' here") || in ParseModuleEntry()
7212 if (ParseToken(lltok::comma, "expected ',' here") || in ParseTypeIdEntry()
7240 if (EatIfPresent(lltok::comma)) { in ParseTypeIdSummary()
7287 if (ParseToken(lltok::comma, "expected ',' here") || in ParseTypeTestResolution()
7294 while (EatIfPresent(lltok::comma)) { in ParseTypeTestResolution()
7349 ParseToken(lltok::comma, "expected ',' here") || ParseWpdRes(WPDRes) || in ParseOptionalWpdResolutions()
7353 } while (EatIfPresent(lltok::comma)); in ParseOptionalWpdResolutions()
7393 while (EatIfPresent(lltok::comma)) { in ParseWpdRes()
7434 if (ParseArgs(Args) || ParseToken(lltok::comma, "expected ',' here") || in ParseOptionalResByArg()
7463 while (EatIfPresent(lltok::comma)) { in ParseOptionalResByArg()
7493 } while (EatIfPresent(lltok::comma)); in ParseOptionalResByArg()
7514 } while (EatIfPresent(lltok::comma)); in ParseArgs()
7625 if (!EatIfPresent(lltok::comma)) { in ParseGVEntry()
7666 } while (EatIfPresent(lltok::comma)); in ParseGVEntry()
7696 ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) || in ParseFunctionSummary()
7697 ParseToken(lltok::comma, "expected ',' here") || in ParseFunctionSummary()
7703 while (EatIfPresent(lltok::comma)) { in ParseFunctionSummary()
7762 ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) || in ParseVariableSummary()
7763 ParseToken(lltok::comma, "expected ',' here") || in ParseVariableSummary()
7768 if (EatIfPresent(lltok::comma)) { in ParseVariableSummary()
7803 ParseToken(lltok::comma, "expected ',' here") || ParseGVFlags(GVFlags) || in ParseAliasSummary()
7804 ParseToken(lltok::comma, "expected ',' here") || in ParseAliasSummary()
7894 } while (EatIfPresent(lltok::comma)); in ParseOptionalFFlags()
7930 if (EatIfPresent(lltok::comma)) { in ParseOptionalCalls()
7950 } while (EatIfPresent(lltok::comma)); in ParseOptionalCalls()
8020 } while (EatIfPresent(lltok::comma)); in ParseOptionalRefs()
8098 } while (EatIfPresent(lltok::comma)); in ParseOptionalTypeIdInfo()
8131 } while (EatIfPresent(lltok::comma)); in ParseTypeTests()
8169 } while (EatIfPresent(lltok::comma)); in ParseVFuncIdList()
8208 } while (EatIfPresent(lltok::comma)); in ParseConstVCallList()
8237 if (EatIfPresent(lltok::comma)) in ParseConstVCall()
8273 if (ParseToken(lltok::comma, "expected ',' here") || in ParseVFuncId()
8303 if (ParseToken(lltok::comma, "expected ',' here") || in ParseGVFlags()
8310 if (ParseToken(lltok::comma, "expected ',' here") || in ParseGVFlags()
8316 if (ParseToken(lltok::comma, "expected ',' here") || in ParseGVFlags()