Searched refs:test2 (Results 101 - 125 of 333) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dext_vector_comparisons.c20 static int4 test2() { function
H A Dstruct-decl.c54 const struct test2 { // expected-warning {{'const' ignored on this declaration}} struct
H A Dtypedef-retain.c11 void test2(float4 a, int4p result, int i) { function
H A Dwarn-shadow.c34 struct test2 { struct
H A Dwarn-type-safety.cpp62 void test2(C *c, int *int_buf, T tag) function
68 test2(c, int_buf, MPI_INT);
69 test2(c, int_buf, MPI_NULL);
/external/clang/test/SemaCXX/
H A Daddress-of.cpp29 void test2() { function
H A Dptrtomember-overload-resolution.cpp40 void test2(X x) function
H A Dwarn-exit-time-destructors.cpp14 namespace test2 { namespace
H A Dconversion.cpp40 uint64_t test2(int x, unsigned y) { function in namespace:test1
45 bool test2(void *p) { function in namespace:test1
50 namespace test2 { namespace
H A Dwarn-assignment-condition.cpp127 void test2() { function
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
/external/clang/test/SemaTemplate/
H A Dinstantiate-attr.cpp25 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; member in namespace:test1
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp57 namespace test2 { namespace
76 static void test2() { function in struct:test2::A
95 a.test2(); // expected-note {{in instantiation}}
/external/clang/test/CXX/class.access/
H A Dp4.cpp88 namespace test2 { namespace
99 class B : A { }; // expected-error {{base class 'test2::A' has private default constructor}}
107 class D : C { }; // expected-error {{inherited virtual base class 'test2::A' has private default constructor}}
169 Public test2() { return *this; } function in class:test4::Derived1
173 Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its private base class}} \ function in namespace:test4
179 Public test2() { return *this; } function in class:test4::Derived2
182 Public test2(Derived2 &d) { return d; } function in namespace:test4
190 Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member of 'test4::Base'}} \ function in namespace:test4
198 Public test2(Derived4 &d) { return d; } function in namespace:test4
214 void test2() { function in namespace:test5
233 void test2(const Test2 &t) { function in namespace:test6
382 int test2(A<int> &a) { function in class:test15::A
407 int test2(A<int> &a) { function in class:test15::B
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-969.js64 function test2() { return first((++y, typeof x2), 2); } function
65 assertEquals('number', test2(), 'test2 before');
67 assertEquals('undefined', test2(), 'test2 after');
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp25 namespace test2 { namespace
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp61 void test2() { function in struct:test1::B
79 namespace test2 { namespace
104 void test2() { function in struct:test2::B
147 void test2() {
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp58 void test2() { function in struct:test1::B
76 namespace test2 { namespace
101 void test2() { function in struct:test2::B
144 void test2() {
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp7.cpp23 same_type<decltype(v2), std::string> test2; local
/external/clang/test/CXX/special/class.dtor/
H A Dp9.cpp53 namespace test2 { namespace
/external/clang/test/CXX/special/class.temporary/
H A Dp1.cpp39 namespace test2 { namespace
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp12.cpp31 namespace test2 { namespace
46 template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private member of 'test2::A'}}
/external/clang/test/CodeGen/
H A Daltivec.c18 void test2() function
H A Dblocks.c33 ftype ^test2 = ^ftype {
H A Dbyval-memcpy-elim.c31 // CHECK: define void @test2(
35 void test2(struct Test3S *q) { function
H A Ddostmt.c28 int test2() { function

Completed in 251 milliseconds

1234567891011>>