Lines Matching refs:comma
795 } while (EatIfPresent(lltok::comma)); in parseNamedMetadata()
988 parseToken(lltok::comma, "expected comma after alias or ifunc's type")) in parseAliasOrIFunc()
1072 while (Lex.getKind() == lltok::comma) { in parseAliasOrIFunc()
1247 while (Lex.getKind() == lltok::comma) { in parseGlobal()
1998 } while (EatIfPresent(lltok::comma)); in parseInstructionMetadata()
2141 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAlign()
2167 while (EatIfPresent(lltok::comma)) { in parseOptionalCommaAddrSpace()
2196 if (EatIfPresent(lltok::comma)) { in parseAllocSizeArguments()
2225 if (EatIfPresent(lltok::comma)) { in parseVScaleRangeArguments()
2333 if (Lex.getKind() != lltok::comma) in parseIndexList()
2336 while (EatIfPresent(lltok::comma)) { in parseIndexList()
2500 parseToken(lltok::comma, "expected ',' in argument list")) in parseParameterList()
2579 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
2593 parseToken(lltok::comma, "expected ',' in input list")) in parseOptionalOperandBundles()
2666 while (EatIfPresent(lltok::comma)) { in parseArgumentList()
2827 while (EatIfPresent(lltok::comma)) { in parseStructBody()
3295 parseToken(lltok::comma, "expected comma in inline asm expression") || in parseValID()
3313 parseToken(lltok::comma, in parseValID()
3510 parseToken(lltok::comma, "expected comma in compare constantexpr") || in parseValID()
3588 parseToken(lltok::comma, "expected comma in binary constantexpr") || in parseValID()
3638 parseToken(lltok::comma, "expected comma in logical constantexpr") || in parseValID()
3672 parseToken(lltok::comma, "expected comma after getelementptr's type")) in parseValID()
3835 } while (EatIfPresent(lltok::comma)); in parseGlobalValueVector()
4433 } while (EatIfPresent(lltok::comma)); in parseMDFieldsImplBody()
5179 } while (EatIfPresent(lltok::comma)); in parseDIExpression()
5209 } while (EatIfPresent(lltok::comma)); in parseDIArgList()
5944 if (EatIfPresent(lltok::comma)) in parseBasicBlock()
6265 if (parseToken(lltok::comma, "expected ',' after branch condition") || in parseBr()
6267 parseToken(lltok::comma, "expected ',' after true destination") || in parseBr()
6285 parseToken(lltok::comma, "expected ',' after switch condition") || in parseSwitch()
6301 parseToken(lltok::comma, "expected ',' after case value") || in parseSwitch()
6329 parseToken(lltok::comma, "expected ',' after indirectbr address") || in parseIndirectBr()
6345 while (EatIfPresent(lltok::comma)) { in parseIndirectBr()
6479 parseToken(lltok::comma, "expected ',' in argument list")) in parseExceptionArgs()
6576 } while (EatIfPresent(lltok::comma)); in parseCatchSwitch()
6708 while (EatIfPresent(lltok::comma)) { in parseCallBr()
6798 parseToken(lltok::comma, "expected ',' in arithmetic operation") || in parseArithmetic()
6818 parseToken(lltok::comma, "expected ',' in logical operation") || in parseLogical()
6840 parseToken(lltok::comma, "expected ',' after compare value") || in parseCompare()
6890 parseToken(lltok::comma, "expected ',' after select condition") || in parseSelect()
6892 parseToken(lltok::comma, "expected ',' after select value") || in parseSelect()
6910 parseToken(lltok::comma, "expected ',' after vaarg operand") || in parseVAArg()
6927 parseToken(lltok::comma, "expected ',' after extract value") || in parseExtractElement()
6944 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
6946 parseToken(lltok::comma, "expected ',' after insertelement value") || in parseInsertElement()
6963 parseToken(lltok::comma, "expected ',' after shuffle mask") || in parseShuffleVector()
6965 parseToken(lltok::comma, "expected ',' after shuffle value") || in parseShuffleVector()
6985 parseToken(lltok::comma, "expected ',' after insertelement value") || in parsePHI()
6996 if (!EatIfPresent(lltok::comma)) in parsePHI()
7006 parseToken(lltok::comma, "expected ',' after insertelement value") || in parsePHI()
7223 if (EatIfPresent(lltok::comma)) { in parseAlloc()
7238 if (EatIfPresent(lltok::comma)) { in parseAlloc()
7296 parseToken(lltok::comma, "expected comma after load's type") || in parseLoad()
7351 parseToken(lltok::comma, "expected ',' after store operand") || in parseStore()
7400 parseToken(lltok::comma, "expected ',' after cmpxchg address") || in parseCmpXchg()
7402 parseToken(lltok::comma, "expected ',' after cmpxchg cmp operand") || in parseCmpXchg()
7490 parseToken(lltok::comma, "expected ',' after atomicrmw address") || in parseAtomicRMW()
7573 parseToken(lltok::comma, "expected comma after getelementptr's type") || in parseGetElementPtr()
7598 while (EatIfPresent(lltok::comma)) { in parseGetElementPtr()
7657 parseToken(lltok::comma, "expected comma after insertvalue operand") || in parseInsertValue()
7703 } while (EatIfPresent(lltok::comma)); in parseMDNodeVector()
7762 } while (EatIfPresent(lltok::comma)); in parseUseListOrderIndexes()
7788 parseToken(lltok::comma, "expected comma in uselistorder directive") || in parseUseListOrder()
7805 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
7807 parseToken(lltok::comma, "expected comma in uselistorder_bb directive") || in parseUseListOrderBB()
7855 parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7862 if (parseUInt32(Hash[0]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7863 parseUInt32(Hash[1]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7864 parseUInt32(Hash[2]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7865 parseUInt32(Hash[3]) || parseToken(lltok::comma, "expected ',' here") || in parseModuleEntry()
7894 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdEntry()
7922 if (EatIfPresent(lltok::comma)) { in parseTypeIdSummary()
7955 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeIdCompatibleVtableEntry()
7968 parseToken(lltok::comma, "expected ',' here")) in parseTypeIdCompatibleVtableEntry()
7986 } while (EatIfPresent(lltok::comma)); in parseTypeIdCompatibleVtableEntry()
8056 if (parseToken(lltok::comma, "expected ',' here") || in parseTypeTestResolution()
8063 while (EatIfPresent(lltok::comma)) { in parseTypeTestResolution()
8118 parseToken(lltok::comma, "expected ',' here") || parseWpdRes(WPDRes) || in parseOptionalWpdResolutions()
8122 } while (EatIfPresent(lltok::comma)); in parseOptionalWpdResolutions()
8162 while (EatIfPresent(lltok::comma)) { in parseWpdRes()
8203 if (parseArgs(Args) || parseToken(lltok::comma, "expected ',' here") || in parseOptionalResByArg()
8232 while (EatIfPresent(lltok::comma)) { in parseOptionalResByArg()
8262 } while (EatIfPresent(lltok::comma)); in parseOptionalResByArg()
8283 } while (EatIfPresent(lltok::comma)); in parseArgs()
8431 if (!EatIfPresent(lltok::comma)) { in parseGVEntry()
8468 } while (EatIfPresent(lltok::comma)); in parseGVEntry()
8502 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseFunctionSummary()
8503 parseToken(lltok::comma, "expected ',' here") || in parseFunctionSummary()
8509 while (EatIfPresent(lltok::comma)) { in parseFunctionSummary()
8578 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseVariableSummary()
8579 parseToken(lltok::comma, "expected ',' here") || in parseVariableSummary()
8584 while (EatIfPresent(lltok::comma)) { in parseVariableSummary()
8631 parseToken(lltok::comma, "expected ',' here") || parseGVFlags(GVFlags) || in parseAliasSummary()
8632 parseToken(lltok::comma, "expected ',' here") || in parseAliasSummary()
8759 } while (EatIfPresent(lltok::comma)); in parseOptionalFFlags()
8795 if (EatIfPresent(lltok::comma)) { in parseOptionalCalls()
8815 } while (EatIfPresent(lltok::comma)); in parseOptionalCalls()
8886 if (parseToken(lltok::comma, "expected comma") || in parseOptionalVTableFuncs()
8900 } while (EatIfPresent(lltok::comma)); in parseOptionalVTableFuncs()
8943 parseToken(lltok::comma, "expected ',' here") || ParseAPSInt(Upper) || in parseParamAccessOffset()
8974 if (parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
8976 parseToken(lltok::comma, "expected ',' here") || in parseParamAccessCall()
8993 parseToken(lltok::comma, "expected ',' here") || in parseParamAccess()
8997 if (EatIfPresent(lltok::comma)) { in parseParamAccess()
9007 } while (EatIfPresent(lltok::comma)); in parseParamAccess()
9040 } while (EatIfPresent(lltok::comma)); in parseOptionalParamAccesses()
9084 } while (EatIfPresent(lltok::comma)); in parseOptionalRefs()
9162 } while (EatIfPresent(lltok::comma)); in parseOptionalTypeIdInfo()
9195 } while (EatIfPresent(lltok::comma)); in parseTypeTests()
9231 } while (EatIfPresent(lltok::comma)); in parseVFuncIdList()
9268 } while (EatIfPresent(lltok::comma)); in parseConstVCallList()
9295 if (EatIfPresent(lltok::comma)) in parseConstVCall()
9331 if (parseToken(lltok::comma, "expected ',' here") || in parseVFuncId()
9400 } while (EatIfPresent(lltok::comma)); in parseGVFlags()
9453 } while (EatIfPresent(lltok::comma)); in parseGVarFlags()