Lines Matching refs:CheckOperands
723 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
732 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
737 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
761 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
772 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()
822 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
857 if (Error Err = CheckOperands(0)) in writeListEntry()
861 if (Error Err = CheckOperands(1)) in writeListEntry()
868 if (Error Err = CheckOperands(2)) in writeListEntry()
876 if (Error Err = CheckOperands(0)) in writeListEntry()
882 if (Error Err = CheckOperands(1)) in writeListEntry()
888 if (Error Err = CheckOperands(2)) in writeListEntry()
897 if (Error Err = CheckOperands(2)) in writeListEntry()