Lines Matching refs:CheckOperands
911 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
920 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
925 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
949 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
960 if (Error Err = CheckOperands(0)) in writeListEntry()
964 if (Error Err = CheckOperands(1)) in writeListEntry()
971 if (Error Err = CheckOperands(2)) in writeListEntry()
977 if (Error Err = CheckOperands(1)) in writeListEntry()
983 if (Error Err = CheckOperands(2)) in writeListEntry()
990 if (Error Err = CheckOperands(2)) in writeListEntry()
1010 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
1045 if (Error Err = CheckOperands(0)) in writeListEntry()
1049 if (Error Err = CheckOperands(1)) in writeListEntry()
1056 if (Error Err = CheckOperands(2)) in writeListEntry()
1064 if (Error Err = CheckOperands(0)) in writeListEntry()
1070 if (Error Err = CheckOperands(1)) in writeListEntry()
1076 if (Error Err = CheckOperands(2)) in writeListEntry()
1085 if (Error Err = CheckOperands(2)) in writeListEntry()