Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/external/clang/test/Misc/
Dserialized-diags.m3 - (void) test2; method
10 - (void) test2 {} method
/external/clang/test/SemaObjC/
Dmethod-conflict-2.m28 - (B*) test2; // expected-note {{previous definition is here}} method
33 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test… method
39 - (A*) test2; method
43 - (id) test2 { return 0; } method
Dmethod-conflict-1.m68 - (B*) test2; // broken-note {{previous definition is here}} method
73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'… method
79 - (A*) test2; method
83 - (id) test2 { return 0; } method
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp8.cpp29 void test2() { in test2() function
62 void test2() { in test2() function
69 namespace test2 { namespace
/external/clang/test/SemaTemplate/
Dtypename-specifier-3.cpp18 template<class T> struct test2 { T b() { return typename T::a; } }; // expected-error{{expected '('… in b() struct
Dinstantiate-attr.cpp26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; variable
29 namespace test2 { namespace
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp33 void test2() { in test2() function
75 void test2() { in test2() function
/external/clang/test/CXX/class.access/
Dp4.cpp88 namespace test2 { namespace
169 Public test2() { return *this; } in test2() function in test4::Derived1
173 …Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its p… in test2() function
179 Public test2() { return *this; } in test2() function in test4::Derived2
182 Public test2(Derived2 &d) { return d; } in test2() function
190 …Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member … in test2() function
198 Public test2(Derived4 &d) { return d; } in test2() function
214 void test2() { in test2() function
233 void test2(const Test2 &t) { in test2() function
382 int test2(A<int> &a) { in test2() function in test15::A
[all …]
/external/clang/test/ARCMT/
Dprotected-scope.m28 void test2(int p) { function
/external/clang/test/CodeGen/
D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { in test2() function
D2006-12-14-ordered_expr.c3 int test2(float X, float Y) { in test2() function
Dbranch-target-layout.c34 void test2(int a) { in test2() function
Dinstrument-functions.c13 int test2(int x) { in test2() function
D2003-11-08-PointerSubNotGetelementptr.c8 int *test2(int* I) { in test2() function
/external/clang/test/ARCMT/Inputs/
Dtest2.m.in4 void test2(id p) { function
/external/clang/test/ARCMT/with space/
Dtest2.m.in4 void test2(id p) { function
/external/clang/test/PCH/
Dcxx-ms-function-specialization-class-scope.cpp6 void test2() in test2() function
/external/clang/test/CodeGenObjC/
Darc-ternary-op.m102 void test2(int cond) { function
Darc-arm.m23 A *test2(void) { function
/external/clang/test/Sema/
Dimplicit-cast.c6 static char *test2(int cf) { in test2() function
Dwarn-shadow.c34 struct test2 { struct
35 int i;
/external/clang/test/SemaObjCXX/
Darc-ppe.mm16 void test2() { (void)typeid(P((void*)(id*)0)); } // expected-error {{pointer to non-const type 'id'… function
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
Dp3.cpp57 namespace test2 { namespace
76 static void test2() { in test2() function
/external/llvm/test/MC/AsmParser/
Dmacros.s22 .macro test2 macro
25 test2 10 label
/external/v8/test/mjsunit/compiler/
Dthis-property-refs.js44 Test.prototype.test2 = function() { method in Test

12345678910>>...16