Searched refs:CheckOperands (Results 1 – 1 of 1) sorted by relevance
722 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local731 if (Error Err = CheckOperands(1)) in writeDWARFExpression()736 if (Error Err = CheckOperands(0)) in writeDWARFExpression()760 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local771 if (Error Err = CheckOperands(0)) in writeListEntry()775 if (Error Err = CheckOperands(1)) in writeListEntry()782 if (Error Err = CheckOperands(2)) in writeListEntry()788 if (Error Err = CheckOperands(1)) in writeListEntry()794 if (Error Err = CheckOperands(2)) in writeListEntry()801 if (Error Err = CheckOperands(2)) in writeListEntry()[all …]