Searched defs:test2 (Results 51 - 75 of 540) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Druntimediag-ppe.cpp16 void test2() { (void)typeid(P(1 << 32)); } // expected-warning {{shift count >= width of type}} function
/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp10 add_pointer<float>::type test2(int * ptr) { function
/external/libcxx/test/containers/sequences/vector/vector.cons/
H A Dconstruct_size.pass.cpp23 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
56 test2<C> ( n );
67 test2<std::vector<DefaultOnly, test_allocator<DefaultOnly>> >( 100, test_allocator<DefaultOnly>(23));
/external/libcxx/test/containers/sequences/vector.bool/
H A Dconstruct_size.pass.cpp23 test2(typename C::size_type n, typename C::allocator_type const& a = typename C::allocator_type ()) function
54 test2<C> ( n );
62 test2<std::vector<bool, test_allocator<bool>> >( 100, test_allocator<bool>(23));
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dassign.pass.cpp37 test2() function
55 test2();
H A Ddiscard.pass.cpp35 test2() function
51 test2();
H A Dseed_result_type.pass.cpp34 test2() function
49 test2();
H A Dseed_sseq.pass.cpp33 test2() function
47 test2();
H A Dvalues.pass.cpp45 test2() function
59 test2();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dassign.pass.cpp37 test2() function
55 test2();
H A Ddiscard.pass.cpp35 test2() function
51 test2();
H A Dseed_result_type.pass.cpp34 test2() function
49 test2();
H A Dseed_sseq.pass.cpp33 test2() function
47 test2();
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
H A Dassign.pass.cpp39 test2() function
57 test2();
H A Ddiscard.pass.cpp38 test2() function
54 test2();
H A Dseed_result_type.pass.cpp36 test2() function
51 test2();
H A Dseed_sseq.pass.cpp35 test2() function
49 test2();
H A Dvalues.pass.cpp83 test2() function
121 test2();
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dassign.pass.cpp37 test2() function
55 test2();
H A Ddiscard.pass.cpp35 test2() function
51 test2();
H A Dseed_result_type.pass.cpp34 test2() function
49 test2();
H A Dseed_sseq.pass.cpp33 test2() function
47 test2();
H A Dvalues.pass.cpp51 test2() function
69 test2();
/external/libcxx/test/re/re.results/re.results.state/
H A Dready.pass.cpp30 test2() function
42 test2();
/external/libcxx/test/strings/string.classes/
H A Dtypedefs.pass.cpp25 typedef std::wstring test2; typedef

Completed in 1458 milliseconds

1234567891011>>