Lines Matching defs:CheckOperands
940 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
949 if (Error Err = CheckOperands(1))
954 if (Error Err = CheckOperands(0))
978 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
989 if (Error Err = CheckOperands(0))
993 if (Error Err = CheckOperands(1))
1000 if (Error Err = CheckOperands(2))
1006 if (Error Err = CheckOperands(1))
1012 if (Error Err = CheckOperands(2))
1019 if (Error Err = CheckOperands(2))
1039 auto CheckOperands = [&](uint64_t ExpectedOperands) -> Error {
1074 if (Error Err = CheckOperands(0))
1078 if (Error Err = CheckOperands(1))
1085 if (Error Err = CheckOperands(2))
1093 if (Error Err = CheckOperands(0))
1099 if (Error Err = CheckOperands(1))
1105 if (Error Err = CheckOperands(2))
1114 if (Error Err = CheckOperands(2))