Searched defs:test2 (Results 251 - 275 of 540) sorted by relevance

<<11121314151617181920>>

/external/clang/test/SemaCXX/
H A Dwarn-empty-body.cpp82 void test2(int x, int y) { function
H A Dwarn-exit-time-destructors.cpp14 namespace test2 { namespace
H A Dwarn-logical-not-compare.cpp117 bool test2 (E e) { function
H A Dwarn-new-overaligned-3.cpp24 namespace test2 { namespace
H A Dwarn-new-overaligned.cpp20 namespace test2 { namespace
28 new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
29 new Test[10]; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
H A Dwarn-tautological-undefined-compare.cpp14 class test2 { class
15 test2() : x(y) {} function in class:test2
H A Dwarn-undefined-bool-conversion.cpp15 class test2 { class
16 test2() : x(y) {} function in class:test2
/external/clang/test/SemaTemplate/
H A Dinstantiate-attr.cpp26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; member in namespace:test1
29 namespace test2 { namespace
H A Dinstantiate-self.cpp15 namespace test2 { namespace
H A Dms-function-specialization-class-scope.cpp45 void test2() { function
/external/libcxx/test/containers/associative/
H A Dtree_left_rotate.pass.cpp55 test2() function
97 test2();
H A Dtree_right_rotate.pass.cpp55 test2() function
97 test2();
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_pointer.pass.cpp249 void test2() function
275 test2<S>();
282 test2<S>();
H A Diter_iter_string.pass.cpp249 void test2() function
275 test2<S>();
282 test2<S>();
H A Dsize_size_pointer.pass.cpp259 void test2() function
365 test2<S>();
372 test2<S>();
H A Dsize_size_size_char.pass.cpp258 void test2() function
364 test2<S>();
371 test2<S>();
H A Dsize_size_string.pass.cpp256 void test2() function
362 test2<S>();
369 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_compare/
H A Dsize_size_pointer.pass.cpp256 void test2() function
362 test2<S>();
369 test2<S>();
H A Dsize_size_string.pass.cpp256 void test2() function
362 test2<S>();
369 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_find/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_find.last.of/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();
/external/libcxx/test/strings/basic.string/string.ops/string_rfind/
H A Dpointer_size_size.pass.cpp240 void test2() function
375 test2<S>();
383 test2<S>();

Completed in 3257 milliseconds

<<11121314151617181920>>