Home
last modified time | relevance | path

Searched defs:test_a (Results 1 – 7 of 7) sorted by relevance

/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/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-conversion.cpp28 void test_a() { in test_a() function
/llvm-project-15.0.7/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
H A Dp1.cpp71 void test_a() { in test_a() function
H A Dp1-cxx11.cpp40 void test_a() { in test_a() function
/llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.compare.default/
H A Dp4.cpp122 bool test_a = A() == A(); // expected-error {{invalid operands}} variable
/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/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