Searched defs:test11 (Results 26 - 50 of 72) sorted by relevance

123

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
H A Dcpuset_hierarchy_test.sh165 test11() function
/external/clang/test/CodeGen/
H A Dext-vector.c229 // CHECK: @test11
232 int test11() { function
H A Dinit.c122 void test11(struct test11S *P) { function
124 // CHECK: @test11
H A Dobject-size.c88 // CHECK-LABEL: define void @test11
89 void test11() { function
/external/clang/test/CodeGenCXX/
H A Deh.cpp247 namespace test11 { namespace
H A Dmangle-template.cpp146 namespace test11 { namespace
H A Dmember-function-pointers.cpp287 namespace test11 { namespace
/external/clang/test/Parser/
H A Dchar-literal-printing.c17 char test11(void) { return '\f'; } function
/external/clang/test/Sema/
H A Dasm.c115 void test11(void) { function
H A Dattr-deprecated.c90 char test11[sizeof(foo_dep)] __attribute__((deprecated)); variable
H A Dbuiltins.c84 void test11(int X) { function
H A Dcompare.c333 int test11(unsigned y, struct test11S *p) { function
H A Dexprs.c116 void test11(struct mystruct P, float F) { function
H A Dreturn.c73 int test11() { function
H A Dswitch.c199 void test11() { function
/external/clang/test/SemaCXX/
H A Dast-print.cpp96 // CHECK: test11
98 int test11() { function
H A Dcompare.cpp396 void test11(unsigned num) { function in namespace:templates
H A Derr_typecheck_assign_const.cpp108 void test11( function
H A Dlong-virtual-inheritance-chain.cpp14 class test11 : virtual test10 { virtual void f(); }; class in inherits:test10
15 class test12 : virtual test11 { virtual void f(); };
H A Dundefined-internal.cpp245 namespace test11 { namespace
257 bool operator()() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator()' has internal linkage but is not defined}}
258 void operator!() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator!' has internal linkage but is not defined}}
259 bool operator+(const B&) const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator+' has internal linkage but is not defined}}
260 int operator[](int) const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator[]' has internal linkage but is not defined}}
261 const B* operator->() const; // expected-warning {{function 'test11::(anonymous namespace)::B::operator->' has internal linkage but is not defined}}
H A Dwarn-comma-operator.cpp171 namespace test11 { namespace
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Dsize_T_size_size.pass.cpp692 void test11() function
1749 test11<S, SV>();
1785 test11<S, SV>();
H A Dsize_string_size_size.pass.cpp690 void test11() function
1746 test11<S>();
1781 test11<S>();
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp312 namespace test11 { namespace
329 void A::test2(B::private_type x) {} // expected-error {{'private_type' is a private member of 'test11::B'}}
330 void A::test3(int x = B::private_type()) {} // expected-error {{'private_type' is a private member of 'test11::B'}}
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp243 namespace test11 { namespace

Completed in 659 milliseconds

123