Home
last modified time | relevance | path

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

12345678910>>...33

/external/clang/test/Misc/
Dserialized-diags.m3 - (void) test2; method
10 - (void) test2 {} method
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
Dmacros.s22 .macro test2 macro
25 test2 10 label
/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/SemaCXX/
Dattr-gnu.cpp19 virtual void test2() {} in test2() function in __anonef5acc080111::B
26 void test2() [[]] override {} // Ok in test2() function in __anonef5acc080111::D
Dwarn-tautological-undefined-compare.cpp14 class test2 { class
15 test2() : x(y) {} in test2() function in test2
Dwarn-undefined-bool-conversion.cpp15 class test2 { class
16 test2() : x(y) {} in test2() function in test2
/external/clang/test/SemaTemplate/
Dtypename-specifier-3.cpp18 template<class T> struct test2 { T b() { return typename T::a; } }; // expected-error{{expected '('… in b() argument
/external/libcxxabi/test/
Dcatch_member_pointer_nullptr.pass.cpp42 void test2() in test2() function
65 void test2() in test2() function
Dcatch_const_pointer_nullptr.pass.cpp43 void test2() in test2() function
132 void test2() {} in test2() function
/external/flatbuffers/tests/MyGame/Example/
DVec3.java23 public byte test2() { return bb.get(bb_pos + 24); } in test2() method in Vec3
24 public void mutateTest2(byte test2) { bb.put(bb_pos + 24, test2); } in mutateTest2()
28 …c3(FlatBufferBuilder builder, float x, float y, float z, double test1, byte test2, short test3_a, … in createVec3()
/external/clang/test/SemaObjC/
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
Dmethod-conflict-2.m29 - (B*) test2; // expected-note {{previous definition is here}} method
34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test… method
40 - (A*) test2; method
44 - (id) test2 { return 0; } method
/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/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp33 void test2() { in test2() function
75 void test2() { in test2() function
/external/libcxx/test/std/utilities/function.objects/func.memfn/
Dmember_function.pass.cpp24 char test2(int, double) {return 'c';} in test2() function
57 test2(F f) in test2() function
Dmember_function_const.pass.cpp22 char test2(int, double) const {return 'c';} in test2() function
59 test2(F f) in test2() function
Dmember_function_volatile.pass.cpp22 char test2(int, double) volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
Dmember_function_const_volatile.pass.cpp22 char test2(int, double) const volatile {return 'c';} in test2() function
59 test2(F f) in test2() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Dassembler-expressions-fail.s6 test2: label
/external/clang/test/ARCMT/Inputs/
Dtest2.m.in4 void test2(id p) { function
/external/clang/test/Analysis/
Dmalloc-protoype.c14 void test2() in test2() function
/external/clang/test/ARCMT/
Dprotected-scope.m27 void test2(int p) { function
/external/clang/test/Analysis/inlining/
Danalysis-order.c6 void test2() { in test2() function
/external/clang/test/ARCMT/Inputs/with space/
Dtest2.m.in4 void test2(id p) { function
/external/clang/test/CodeGen/
D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { in test2() function

12345678910>>...33