Lines Matching refs:CheckOperands
722 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeDWARFExpression() local
731 if (Error Err = CheckOperands(1)) in writeDWARFExpression()
736 if (Error Err = CheckOperands(0)) in writeDWARFExpression()
760 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
771 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()
821 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error { in writeListEntry() local
856 if (Error Err = CheckOperands(0)) in writeListEntry()
860 if (Error Err = CheckOperands(1)) in writeListEntry()
867 if (Error Err = CheckOperands(2)) in writeListEntry()
875 if (Error Err = CheckOperands(0)) in writeListEntry()
881 if (Error Err = CheckOperands(1)) in writeListEntry()
887 if (Error Err = CheckOperands(2)) in writeListEntry()
896 if (Error Err = CheckOperands(2)) in writeListEntry()