Home | History | Annotate | Download | only in Sema

Lines Matching refs:getNumArgs

53   unsigned argCount = call->getNumArgs();
138 assert(TheCall->getNumArgs() == 1 &&
434 unsigned ImmArg = TheCall->getNumArgs()-1;
821 unsigned NumArgs = TheCall->getNumArgs();
889 TheCall->getNumArgs()),
905 TheCall->getNumArgs()),
1043 if (TheCall->getNumArgs() < NumArgs[Form]) {
1045 << 0 << NumArgs[Form] << TheCall->getNumArgs()
1048 } else if (TheCall->getNumArgs() > NumArgs[Form]) {
1051 << 0 << NumArgs[Form] << TheCall->getNumArgs()
1290 if (TheCall->getNumArgs() < 1) {
1292 << 0 << 1 << TheCall->getNumArgs()
1538 if (TheCall->getNumArgs() < 1+NumFixed) {
1540 << 0 << 1+NumFixed << TheCall->getNumArgs()
1651 if (TheCall->getNumArgs() > 2) {
1654 << 0 /*function call*/ << 2 << TheCall->getNumArgs()
1661 if (TheCall->getNumArgs() < 2) {
1664 << 0 /*function call*/ << 2 << TheCall->getNumArgs();
1730 if (TheCall->getNumArgs() < 2)
1732 << 0 << 2 << TheCall->getNumArgs()/*function call*/;
1733 if (TheCall->getNumArgs() > 2)
1736 << 0 /*function call*/ << 2 << TheCall->getNumArgs()
1774 if (TheCall->getNumArgs() < NumArgs)
1776 << 0 << NumArgs << TheCall->getNumArgs()/*function call*/;
1777 if (TheCall->getNumArgs() > NumArgs)
1780 << 0 /*function call*/ << NumArgs << TheCall->getNumArgs()
1812 if (TheCall->getNumArgs() < 2)
1815 << 0 /*function call*/ << 2 << TheCall->getNumArgs()
1837 unsigned numResElements = TheCall->getNumArgs() - 2;
1842 if (TheCall->getNumArgs() == 2) {
1861 for (unsigned i = 2; i < TheCall->getNumArgs(); i++) {
1884 for (unsigned i = 0, e = TheCall->getNumArgs(); i != e; i++) {
1928 unsigned NumArgs = TheCall->getNumArgs();
3899 if (Call->getNumArgs() != 1)
4064 if (Call->getNumArgs() < ExpectedNumArgs)
4254 if (Call->getNumArgs() != 3)
4272 SizeCall->getNumArgs() == 1)
4340 if (CE->getNumArgs() < 3)
5815 unsigned NumArgs = TheCall->getNumArgs();
5960 unsigned NumArgs = CEx->getNumArgs();
7424 if (CE->getNumArgs() == 1) {
7466 if (sel.getNumArgs() == 1 && str.startswith("addOperationWithBlock"))
7496 for (unsigned i = 0, e = msg->getNumArgs(); i != e; ++i)