Lines Matching +defs:test +defs:input
23 void test(A &a) { in test() function
195 int test() const { in test() function
239 int enumUser(ABC input = B) { in enumUser()
249 int exprUser(int input = 2 * 4) { in exprUser()
253 int complicatedExprUser(int input = 2 * Secret::value) { in complicatedExprUser()
265 int defaultReference(const int &input = 42) { in defaultReference()
268 int defaultReferenceZero(const int &input = 0) { in defaultReferenceZero()
317 IntWrapper(int input) : value(input) { in IntWrapper()
325 void test() { in test() function
401 void test(One *object) { in test() function
429 void test() { in test() function