Searched refs:test_a (Results 1 – 10 of 10) sorted by relevance
25 constexpr bool (*test_a)(const A&, const A&) noexcept = &operator==;26 static_assert((*test_a)(A(), A()));122 bool test_a = A() == A(); // expected-error {{invalid operands}} variable
28 void test_a() { in test_a() function41 test_a(); in main()
6 ; FUNC-LABEL: {{^}}test_a:10 define amdgpu_kernel void @test_a(i32 addrspace(1)* %out, float %in) {31 ; Same as test_a, but the branch labels are swapped to produce the inverse cc
13 - (void) test_a: (__unknown_anytype)foo;24 [obj test_a: v];
15 same_type<decltype(a), int> test_a; variable
40 void test_a() { in test_a() function
71 void test_a() { in test_a() function
94 void test_a() { in test_a() function
36 ; CHECK-LABEL: test_a:42 define i32 @test_a() local_unnamed_addr #0 {
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