Home
last modified time | relevance | path

Searched refs:test_a (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp4.cpp25 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
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-conversion.cpp28 void test_a() { in test_a() function
41 test_a(); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dselectcc-opt.ll6 ; 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
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dunknown-anytype.mm13 - (void) test_a: (__unknown_anytype)foo;
24 [obj test_a: v];
/llvm-project-15.0.7/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp11.cpp15 same_type<decltype(a), int> test_a; variable
/llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1-cxx11.cpp40 void test_a() { in test_a() function
H A Dp1.cpp71 void test_a() { in test_a() function
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp94 void test_a() { in test_a() function
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dstack-no-redzone.ll36 ; CHECK-LABEL: test_a:
42 define i32 @test_a() local_unnamed_addr #0 {
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr13xx.cpp382 void test_a(int A::*p) { a(A(), p); } // ok, type of second parameter does not need to match in test_a() function
432 int test_a = a((int*)0, 0); // FIXME: expected-error {{ambiguous}} variable