Searched refs:firstArg (Results 1 – 5 of 5) sorted by relevance
4 int firstArg, in lotsOfArgs() argument10 int x = firstArg + secondArg + thirdArg + fourthArg; in lotsOfArgs()
96 auto firstArg = std::find_if( in main() local98 if (firstArg != args.end()) { in main()
204 // (TwoArgOp (either $firstArg, (AnOp $secondArg)))
90 + (void)fooMethod:(id)firstArg, ... {
783 def : Pat<(TwoArgOp (either $firstArg, (AnOp $secondArg))),