Searched refs:test2 (Results 251 - 275 of 333) sorted by relevance

<<11121314

/external/clang/test/CodeGenCXX/
H A Dglobal-init.cpp54 namespace test2 { namespace
H A Dnew.cpp217 void test2(void *p, int n) { function in namespace:test15
H A Dexceptions.cpp145 namespace test2 { namespace
H A Dmangle-template.cpp17 namespace test2 { namespace
H A Dtemplate-instantiation.cpp16 // CHECK: define linkonce_odr void @_ZN5test21CIiEC1Ev(%"class.test2::C"* %this) unnamed_addr
62 namespace test2 { namespace
/external/clang/test/Sema/
H A Dattr-deprecated.c45 foo_dep *test2; // expected-warning {{'foo_dep' is deprecated}} variable
H A Dreturn.c22 int test2() { function
H A Dblock-misc.c31 int test2(double (^S)()) { function
H A Dbuiltins.c7 int test2(int a, int b) { function
H A Dexprs.c42 _Complex double test2() { function
H A Dformat-strings-fixit.c100 void test2() { function
/external/clang/test/SemaCXX/
H A Dreferences.cpp21 void test2() { function
H A Dundefined-internal.cpp16 namespace test2 { namespace
18 void foo(); // expected-warning {{function 'test2::<anonymous namespace>::foo' has internal linkage but is not defined}}
19 extern int var; // expected-warning {{variable 'test2::<anonymous namespace>::var' has internal linkage but is not defined}}
20 template <class T> void bar(); // expected-warning {{function 'test2::<anonymous namespace>::bar<int>' has internal linkage but is not defined}}
H A Dusing-decl-1.cpp99 namespace test2 { namespace
H A Dwarn-sign-conversion.cpp49 namespace test2 { namespace
70 int d1 = 1 ? i : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
71 int d2 = 1 ? Foo<bool>::D : i; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
72 int d3 = 1 ? B : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
73 int d4 = 1 ? Foo<bool>::D : B; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
75 int e1 = 1 ? i : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
76 int e2 = 1 ? E : i; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
77 int e3 = 1 ? E : B; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
78 int e4 = 1 ? B : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-declref.cpp109 namespace test2 { namespace
/external/icu4c/samples/legacy/
H A Dlegacy.cpp78 static const char* test2[4] = {
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp18 int test2(int n) { function
326 void test2();
344 void RDar9267815::test2() { function in class:RDar9267815
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp118 namespace test2 { namespace
143 // expected-error {{'getPrev' is a private member of 'test2::ilist_half_node'}} \
144 // expected-error {{cannot cast 'test2::X' to its private base class 'test2::ilist_half_node'}}
147 // expected-error {{'getNext' is a private member of 'test2::ilist_node'}}
316 void test2(int);
328 void A::test2(B::private_type x) {} // expected-error {{'private_type' is a private member of 'test11::B'}} function in class:test11::A
/external/ipsec-tools/src/libipsec/
H A Dtest-policy.c90 int test2 __P((void));
99 test2();
223 test2() function
/external/valgrind/main/memcheck/tests/
H A Daddressable.stderr.exp12 at 0x........: test2 (addressable.c:48)
17 at 0x........: test2 (addressable.c:51)
24 at 0x........: test2 (addressable.c:51)
/external/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp106 namespace test2 { namespace
/external/clang/test/CXX/class.access/
H A Dp6.cpp57 namespace test2 { namespace
/external/clang/test/CodeGen/
H A Dexprs.c18 int test2() { if (test2b); return 0; } function
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp72 void test2() { function

Completed in 421 milliseconds

<<11121314