Lines Matching refs:comma

991     } while (EatIfPresent(lltok::comma));  in parseNamedMetadata()
1195 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseAliasOrIFunc()
1265 while (Lex.getKind() == lltok::comma) { in parseAliasOrIFunc()
1449 while (Lex.getKind() == lltok::comma) { in parseGlobal()
2327 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata()
2560 } while (EatIfPresent(lltok::comma)); in parseMemoryAttr()
2655 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign()
2681 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace()
2710 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments()
2739 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments()
2847 if (Lex.getKind() != lltok::comma) in parseIndexList()
2850 while (EatIfPresent(lltok::comma)) { in parseIndexList()
3020 parseToken(lltok::comma, "expected ',' in argument list")) in parseParameterList()
3110 parseToken(lltok::comma, "expected ','") || ParseAPSInt(BitWidth, Upper)) in parseRangeAttr()
3145 if (ParseAPSInt(Lower) || parseToken(lltok::comma, "expected ','") || in parseInitializesAttr()
3156 } while (EatIfPresent(lltok::comma)); in parseInitializesAttr()
3186 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
3200 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
3290 } while (EatIfPresent(lltok::comma)); in parseArgumentList()
3416 while (EatIfPresent(lltok::comma)) { in parseStructBody()
3509 while (Lex.getKind() == lltok::comma) { in parseTargetExtType()
3949 parseToken(lltok::comma, "expected comma in inline asm expression") || in parseValID()
3967 parseToken(lltok::comma, in parseValID()
4125 parseToken(lltok::comma, in parseValID()
4130 if (EatIfPresent(lltok::comma)) in parseValID()
4132 (EatIfPresent(lltok::comma) && parseGlobalTypeAndValue(AddrDisc))) in parseValID()
4272 parseToken(lltok::comma, "expected comma in binary constantexpr") || in parseValID()
4337 if (parseToken(lltok::comma, "expected ','")) in parseValID()
4354 parseToken(lltok::comma, "expected comma after getelementptr's type")) in parseValID()
4503 } while (EatIfPresent(lltok::comma)); in parseGlobalValueVector()
5101 } while (EatIfPresent(lltok::comma)); in parseMDFieldsImplBody()
5877 } while (EatIfPresent(lltok::comma)); in parseDIExpressionBody()
5913 } while (EatIfPresent(lltok::comma)); in parseDIArgList()
6705 if (EatIfPresent(lltok::comma)) in parseBasicBlock()
6760 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6784 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6791 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6798 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6809 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6815 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
6821 if (parseToken(lltok::comma, "Expected ',' here")) in parseDebugRecord()
7163 if (parseToken(lltok::comma, "expected ',' after branch condition") || in parseBr()
7165 parseToken(lltok::comma, "expected ',' after true destination") || in parseBr()
7183 parseToken(lltok::comma, "expected ',' after switch condition") || in parseSwitch()
7199 parseToken(lltok::comma, "expected ',' after case value") || in parseSwitch()
7227 parseToken(lltok::comma, "expected ',' after indirectbr address") || in parseIndirectBr()
7243 while (EatIfPresent(lltok::comma)) { in parseIndirectBr()
7386 parseToken(lltok::comma, "expected ',' in argument list")) in parseExceptionArgs()
7483 } while (EatIfPresent(lltok::comma)); in parseCatchSwitch()
7615 while (EatIfPresent(lltok::comma)) { in parseCallBr()
7693 parseToken(lltok::comma, "expected ',' in arithmetic operation") || in parseArithmetic()
7713 parseToken(lltok::comma, "expected ',' in logical operation") || in parseLogical()
7735 parseToken(lltok::comma, "expected ',' after compare value") || in parseCompare()
7785 parseToken(lltok::comma, "expected ',' after select condition") || in parseSelect()
7787 parseToken(lltok::comma, "expected ',' after select value") || in parseSelect()
7805 parseToken(lltok::comma, "expected ',' after vaarg operand") || in parseVAArg()
7822 parseToken(lltok::comma, "expected ',' after extract value") || in parseExtractElement()
7839 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
7841 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
7858 parseToken(lltok::comma, "expected ',' after shuffle mask") || in parseShuffleVector()
7860 parseToken(lltok::comma, "expected ',' after shuffle value") || in parseShuffleVector()
7892 } else if (!EatIfPresent(lltok::comma)) in parsePHI()
7902 parseToken(lltok::comma, "expected ',' after insertelement value") || in parsePHI()
8118 if (EatIfPresent(lltok::comma)) { in parseAlloc()
8133 if (EatIfPresent(lltok::comma)) { in parseAlloc()
8191 parseToken(lltok::comma, "expected comma after load's type") || in parseLoad()
8239 parseToken(lltok::comma, "expected ',' after store operand") || in parseStore()
8285 parseToken(lltok::comma, "expected ',' after cmpxchg address") || in parseCmpXchg()
8287 parseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") || in parseCmpXchg()
8375 parseToken(lltok::comma, "expected ',' after atomicrmw address") || in parseAtomicRMW()
8466 parseToken(lltok::comma, "expected comma after getelementptr's type") || in parseGetElementPtr()
8483 while (EatIfPresent(lltok::comma)) { in parseGetElementPtr()
8547 parseToken(lltok::comma, "expected comma after insertvalue operand") || in parseInsertValue()
8592 } while (EatIfPresent(lltok::comma)); in parseMDNodeVector()
8651 } while (EatIfPresent(lltok::comma)); in parseUseListOrderIndexes()
8677 parseToken(lltok::comma, "expected comma in uselistorder directive") || in parseUseListOrder()
8694 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
8696 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
8744 parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
8751 if (parseUInt32(Hash[0]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
8752 parseUInt32(Hash[1]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
8753 parseUInt32(Hash[2]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
8754 parseUInt32(Hash[3]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
8783 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdEntry()
8811 if (EatIfPresent(lltok::comma)) { in parseTypeIdSummary()
8844 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdCompatibleVtableEntry()
8857 parseToken(lltok::comma, "expected ',' here")) in parseTypeIdCompatibleVtableEntry()
8875 } while (EatIfPresent(lltok::comma)); in parseTypeIdCompatibleVtableEntry()
8945 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeTestResolution()
8952 while (EatIfPresent(lltok::comma)) { in parseTypeTestResolution()
9007 parseToken(lltok::comma, "expected ',' here") || parseWpdRes(WPDRes) || in parseOptionalWpdResolutions()
9011 } while (EatIfPresent(lltok::comma)); in parseOptionalWpdResolutions()
9051 while (EatIfPresent(lltok::comma)) { in parseWpdRes()
9092 if (parseArgs(Args) || parseToken(lltok::comma, "expected ',' here") || in parseOptionalResByArg()
9121 while (EatIfPresent(lltok::comma)) { in parseOptionalResByArg()
9151 } while (EatIfPresent(lltok::comma)); in parseOptionalResByArg()
9172 } while (EatIfPresent(lltok::comma)); in parseArgs()
9325 if (!EatIfPresent(lltok::comma)) { in parseGVEntry()
9361 } while (EatIfPresent(lltok::comma)); in parseGVEntry()
9399 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseFunctionSummary()
9400 parseToken(lltok::comma, "expected ',' here") || in parseFunctionSummary()
9406 while (EatIfPresent(lltok::comma)) { in parseFunctionSummary()
9484 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseVariableSummary()
9485 parseToken(lltok::comma, "expected ',' here") || in parseVariableSummary()
9490 while (EatIfPresent(lltok::comma)) { in parseVariableSummary()
9537 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseAliasSummary()
9538 parseToken(lltok::comma, "expected ',' here") || in parseAliasSummary()
9664 } while (EatIfPresent(lltok::comma)); in parseOptionalFFlags()
9704 while (EatIfPresent(lltok::comma)) { in parseOptionalCalls()
9737 } while (EatIfPresent(lltok::comma)); in parseOptionalCalls()
9808 if (parseToken(lltok::comma, "expected comma") || in parseOptionalVTableFuncs()
9822 } while (EatIfPresent(lltok::comma)); in parseOptionalVTableFuncs()
9865 parseToken(lltok::comma, "expected ',' here") || ParseAPSInt(Upper) || in parseParamAccessOffset()
9896 if (parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
9898 parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
9915 parseToken(lltok::comma, "expected ',' here") || in parseParamAccess()
9919 if (EatIfPresent(lltok::comma)) { in parseParamAccess()
9929 } while (EatIfPresent(lltok::comma)); in parseParamAccess()
9962 } while (EatIfPresent(lltok::comma)); in parseOptionalParamAccesses()
10006 } while (EatIfPresent(lltok::comma)); in parseOptionalRefs()
10084 } while (EatIfPresent(lltok::comma)); in parseOptionalTypeIdInfo()
10117 } while (EatIfPresent(lltok::comma)); in parseTypeTests()
10153 } while (EatIfPresent(lltok::comma)); in parseVFuncIdList()
10190 } while (EatIfPresent(lltok::comma)); in parseConstVCallList()
10217 if (EatIfPresent(lltok::comma)) in parseConstVCall()
10253 if (parseToken(lltok::comma, "expected ',' here") || in parseVFuncId()
10332 } while (EatIfPresent(lltok::comma)); in parseGVFlags()
10385 } while (EatIfPresent(lltok::comma)); in parseGVarFlags()
10458 } while (EatIfPresent(lltok::comma)); in parseOptionalAllocs()
10461 parseToken(lltok::comma, "expected ',' in alloc")) in parseOptionalAllocs()
10472 } while (EatIfPresent(lltok::comma)); in parseOptionalAllocs()
10504 if (parseToken(lltok::comma, "expected ',' in memprof") || in parseMemProfs()
10516 } while (EatIfPresent(lltok::comma)); in parseMemProfs()
10525 } while (EatIfPresent(lltok::comma)); in parseMemProfs()
10587 if (parseToken(lltok::comma, "expected ',' in callsite") || in parseOptionalCallsites()
10599 } while (EatIfPresent(lltok::comma)); in parseOptionalCallsites()
10602 parseToken(lltok::comma, "expected ',' in callsite") || in parseOptionalCallsites()
10614 } while (EatIfPresent(lltok::comma)); in parseOptionalCallsites()
10628 } while (EatIfPresent(lltok::comma)); in parseOptionalCallsites()