Lines Matching refs:comma
763 } while (EatIfPresent(lltok::comma)); in parseNamedMetadata()
956 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseIndirectSymbol()
1034 while (Lex.getKind() == lltok::comma) { in parseIndirectSymbol()
1173 while (Lex.getKind() == lltok::comma) { in parseGlobal()
1906 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata()
1999 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign()
2025 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace()
2054 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments()
2083 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments()
2191 if (Lex.getKind() != lltok::comma) in parseIndexList()
2194 while (EatIfPresent(lltok::comma)) { in parseIndexList()
2358 parseToken(lltok::comma, "expected ',' in argument list")) in parseParameterList()
2436 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
2450 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
2523 while (EatIfPresent(lltok::comma)) { in parseArgumentList()
2684 while (EatIfPresent(lltok::comma)) { in parseStructBody()
3152 parseToken(lltok::comma, "expected comma in inline asm expression") || in parseValID()
3170 parseToken(lltok::comma, in parseValID()
3347 parseToken(lltok::comma, in parseValID()
3375 parseToken(lltok::comma, "expected comma in compare constantexpr") || in parseValID()
3462 parseToken(lltok::comma, "expected comma in binary constantexpr") || in parseValID()
3512 parseToken(lltok::comma, "expected comma in logical constantexpr") || in parseValID()
3546 parseToken(lltok::comma, "expected comma after getelementptr's type")) in parseValID()
3709 } while (EatIfPresent(lltok::comma)); in parseGlobalValueVector()
4327 } while (EatIfPresent(lltok::comma)); in parseMDFieldsImplBody()
5062 } while (EatIfPresent(lltok::comma)); in parseDIExpression()
5092 } while (EatIfPresent(lltok::comma)); in parseDIArgList()
5821 if (EatIfPresent(lltok::comma)) in parseBasicBlock()
6142 if (parseToken(lltok::comma, "expected ',' after branch condition") || in parseBr()
6144 parseToken(lltok::comma, "expected ',' after true destination") || in parseBr()
6162 parseToken(lltok::comma, "expected ',' after switch condition") || in parseSwitch()
6178 parseToken(lltok::comma, "expected ',' after case value") || in parseSwitch()
6206 parseToken(lltok::comma, "expected ',' after indirectbr address") || in parseIndirectBr()
6222 while (EatIfPresent(lltok::comma)) { in parseIndirectBr()
6356 parseToken(lltok::comma, "expected ',' in argument list")) in parseExceptionArgs()
6453 } while (EatIfPresent(lltok::comma)); in parseCatchSwitch()
6585 while (EatIfPresent(lltok::comma)) { in parseCallBr()
6676 parseToken(lltok::comma, "expected ',' in arithmetic operation") || in parseArithmetic()
6696 parseToken(lltok::comma, "expected ',' in logical operation") || in parseLogical()
6718 parseToken(lltok::comma, "expected ',' after compare value") || in parseCompare()
6768 parseToken(lltok::comma, "expected ',' after select condition") || in parseSelect()
6770 parseToken(lltok::comma, "expected ',' after select value") || in parseSelect()
6788 parseToken(lltok::comma, "expected ',' after vaarg operand") || in parseVAArg()
6805 parseToken(lltok::comma, "expected ',' after extract value") || in parseExtractElement()
6822 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
6824 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
6841 parseToken(lltok::comma, "expected ',' after shuffle mask") || in parseShuffleVector()
6843 parseToken(lltok::comma, "expected ',' after shuffle value") || in parseShuffleVector()
6863 parseToken(lltok::comma, "expected ',' after insertelement value") || in parsePHI()
6874 if (!EatIfPresent(lltok::comma)) in parsePHI()
6884 parseToken(lltok::comma, "expected ',' after insertelement value") || in parsePHI()
7101 if (EatIfPresent(lltok::comma)) { in parseAlloc()
7116 if (EatIfPresent(lltok::comma)) { in parseAlloc()
7174 parseToken(lltok::comma, "expected comma after load's type") || in parseLoad()
7229 parseToken(lltok::comma, "expected ',' after store operand") || in parseStore()
7278 parseToken(lltok::comma, "expected ',' after cmpxchg address") || in parseCmpXchg()
7280 parseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") || in parseCmpXchg()
7360 parseToken(lltok::comma, "expected ',' after atomicrmw address") || in parseAtomicRMW()
7439 parseToken(lltok::comma, "expected comma after getelementptr's type") || in parseGetElementPtr()
7464 while (EatIfPresent(lltok::comma)) { in parseGetElementPtr()
7523 parseToken(lltok::comma, "expected comma after insertvalue operand") || in parseInsertValue()
7569 } while (EatIfPresent(lltok::comma)); in parseMDNodeVector()
7628 } while (EatIfPresent(lltok::comma)); in parseUseListOrderIndexes()
7654 parseToken(lltok::comma, "expected comma in uselistorder directive") || in parseUseListOrder()
7671 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
7673 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
7721 parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7728 if (parseUInt32(Hash[0]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7729 parseUInt32(Hash[1]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7730 parseUInt32(Hash[2]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7731 parseUInt32(Hash[3]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7760 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdEntry()
7788 if (EatIfPresent(lltok::comma)) { in parseTypeIdSummary()
7821 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdCompatibleVtableEntry()
7834 parseToken(lltok::comma, "expected ',' here")) in parseTypeIdCompatibleVtableEntry()
7852 } while (EatIfPresent(lltok::comma)); in parseTypeIdCompatibleVtableEntry()
7922 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeTestResolution()
7929 while (EatIfPresent(lltok::comma)) { in parseTypeTestResolution()
7984 parseToken(lltok::comma, "expected ',' here") || parseWpdRes(WPDRes) || in parseOptionalWpdResolutions()
7988 } while (EatIfPresent(lltok::comma)); in parseOptionalWpdResolutions()
8028 while (EatIfPresent(lltok::comma)) { in parseWpdRes()
8069 if (parseArgs(Args) || parseToken(lltok::comma, "expected ',' here") || in parseOptionalResByArg()
8098 while (EatIfPresent(lltok::comma)) { in parseOptionalResByArg()
8128 } while (EatIfPresent(lltok::comma)); in parseOptionalResByArg()
8149 } while (EatIfPresent(lltok::comma)); in parseArgs()
8297 if (!EatIfPresent(lltok::comma)) { in parseGVEntry()
8334 } while (EatIfPresent(lltok::comma)); in parseGVEntry()
8368 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseFunctionSummary()
8369 parseToken(lltok::comma, "expected ',' here") || in parseFunctionSummary()
8375 while (EatIfPresent(lltok::comma)) { in parseFunctionSummary()
8444 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseVariableSummary()
8445 parseToken(lltok::comma, "expected ',' here") || in parseVariableSummary()
8450 while (EatIfPresent(lltok::comma)) { in parseVariableSummary()
8497 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseAliasSummary()
8498 parseToken(lltok::comma, "expected ',' here") || in parseAliasSummary()
8597 } while (EatIfPresent(lltok::comma)); in parseOptionalFFlags()
8633 if (EatIfPresent(lltok::comma)) { in parseOptionalCalls()
8653 } while (EatIfPresent(lltok::comma)); in parseOptionalCalls()
8724 if (parseToken(lltok::comma, "expected comma") || in parseOptionalVTableFuncs()
8738 } while (EatIfPresent(lltok::comma)); in parseOptionalVTableFuncs()
8781 parseToken(lltok::comma, "expected ',' here") || ParseAPSInt(Upper) || in parseParamAccessOffset()
8812 if (parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
8814 parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
8831 parseToken(lltok::comma, "expected ',' here") || in parseParamAccess()
8835 if (EatIfPresent(lltok::comma)) { in parseParamAccess()
8845 } while (EatIfPresent(lltok::comma)); in parseParamAccess()
8878 } while (EatIfPresent(lltok::comma)); in parseOptionalParamAccesses()
8922 } while (EatIfPresent(lltok::comma)); in parseOptionalRefs()
9000 } while (EatIfPresent(lltok::comma)); in parseOptionalTypeIdInfo()
9033 } while (EatIfPresent(lltok::comma)); in parseTypeTests()
9069 } while (EatIfPresent(lltok::comma)); in parseVFuncIdList()
9106 } while (EatIfPresent(lltok::comma)); in parseConstVCallList()
9133 if (EatIfPresent(lltok::comma)) in parseConstVCall()
9169 if (parseToken(lltok::comma, "expected ',' here") || in parseVFuncId()
9238 } while (EatIfPresent(lltok::comma)); in parseGVFlags()
9291 } while (EatIfPresent(lltok::comma)); in parseGVarFlags()