Searched defs:test_a (Results 1 – 7 of 7) sorted by relevance
15 same_type<decltype(a), int> test_a; variable
28 void test_a() { in test_a() function
71 void test_a() { in test_a() function
40 void test_a() { in test_a() function
122 bool test_a = A() == A(); // expected-error {{invalid operands}} variable
94 void test_a() { in test_a() function
382 void test_a(int A::*p) { a(A(), p); } // ok, type of second parameter does not need to match in test_a() function432 int test_a = a((int*)0, 0); // FIXME: expected-error {{ambiguous}} variable