Searched refs:test14 (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Derr_init_conversion_failed.cpp42 void test14(const float2 in, const float2 out) { function
H A Dalignof.cpp62 long long int test14[2]; variable
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expression is a GNU extension}}
H A Dlong-virtual-inheritance-chain.cpp17 class test14 : virtual test13 { virtual void f(); }; class in inherits:test13
18 class test15 : virtual test14 { virtual void f(); };
H A Dopenmp_default_simd_align.cpp60 long long int test14[2]; variable
62 static_assert(__builtin_omp_required_simd_align(decltype(test14)) == 16, "foo");
H A Dast-print.cpp157 // CHECK: void test14() {
164 void test14() { function
H A Dlinkage2.cpp145 namespace test14 { namespace
H A Dundefined-internal.cpp335 namespace test14 { namespace
/external/clang/test/Sema/
H A Dc89.c81 /* Make sure we allow *test14 as a "function designator" */
82 int test14() { return (&*test14)(); } function
H A Dasm.c132 void test14(struct S *s) { function
H A Dattr-deprecated.c94 int test14(foo_dep *foo); // expected-warning {{'foo_dep' is deprecated}}
H A Dblock-misc.c129 void test14() {
134 // References test14's "X": outer block is non-constant.
H A Dexprs.c136 void test14() { function
H A Dreturn.c85 int test14() { function
H A Dscope-check.c203 int test14(int n) {
H A Dswitch.c256 int test14(int a) { function
H A Dbuiltins.c109 void test14() { function
/external/clang/test/Parser/
H A Dchar-literal-printing.c20 wchar_t test14(void) { return L'\n'; } function
H A Ddeclarators.c94 void test14() // expected-error {{expected ';' after top level declarator}}
/external/clang/test/CodeGenCXX/
H A Deh.cpp353 namespace test14 { namespace
H A Dlinkage.cpp174 namespace test14 { namespace
H A Dmangle-template.cpp183 namespace test14 { namespace
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp364 namespace test14 { namespace
373 A::B::i = 5; // expected-error {{'B' is a private member of 'test14::A'}}
/external/clang/test/CXX/class.access/
H A Dp4.cpp345 namespace test14 { namespace
352 foo(); // expected-error {{temporary of type 'test14::A' has private destructor}}
364 const X &xr = Y1(); // expected-error{{temporary of type 'test14::X' has private destructor}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp297 namespace test14 { namespace
306 void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<long>'}}
/external/clang/test/CodeGen/
H A Dext-vector.c251 // CHECK: @test14
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { function

Completed in 4999 milliseconds

12