Searched refs:CheckOperands (Results 1 – 1 of 1) sorted by relevance
723 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local732 if (Error Err = CheckOperands(1)) in writeDWARFExpression()737 if (Error Err = CheckOperands(0)) in writeDWARFExpression()761 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local772 if (Error Err = CheckOperands(0)) in writeListEntry()776 if (Error Err = CheckOperands(1)) in writeListEntry()783 if (Error Err = CheckOperands(2)) in writeListEntry()789 if (Error Err = CheckOperands(1)) in writeListEntry()795 if (Error Err = CheckOperands(2)) in writeListEntry()802 if (Error Err = CheckOperands(2)) in writeListEntry()[all …]