Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.merge/
Dmerge.pass.cpp32 int* ic = new int[2*N]; in test() local
51 int* ic = new int[2*N]; in test() local
Dmerge_comp.pass.cpp35 int* ic = new int[2*N]; in test() local
56 int* ic = new int[2*N]; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/
Dfind_first_of_pred.pass.cpp36 int ic[] = {7}; in main() local
Dfind_first_of.pass.cpp33 int ic[] = {7}; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.member.ops/
Dminus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dplus_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Dtimes_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
Ddivide_equal_complex.pass.cpp35 std::complex<int> ic (1,1); in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
Dsearch_n.pass.cpp59 int ic[] = {0, 0, 0}; in test() local
Dsearch_n_pred.pass.cpp124 int ic[] = {0, 0, 0}; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/
Dset_intersection_comp.pass.cpp36 int ic[20]; in test() local
Dset_intersection.pass.cpp34 int ic[20]; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dset_symmetric_difference_comp.pass.cpp37 int ic[20]; in test() local
Dset_symmetric_difference.pass.cpp35 int ic[20]; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/
Dincludes_comp.pass.cpp32 int ic[] = {1, 2}; in test() local
Dincludes.pass.cpp31 int ic[] = {1, 2}; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/
Dset_union.pass.cpp34 int ic[20]; in test() local
Dset_union_comp.pass.cpp36 int ic[20]; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/
Dreverse.pass.cpp39 int ic[] = {0, 1, 2}; in test() local
Dreverse_copy.pass.cpp42 const int ic[] = {0, 1, 2}; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/
Dset_difference.pass.cpp34 int ic[20]; in test() local
Dset_difference_comp.pass.cpp36 int ic[20]; in test() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/
Drotate.pass.cpp55 int ic[] = {0, 1, 2}; in test() local
253 std::unique_ptr<int> ic[3]; in test1() local
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew5.cpp14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here in X() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew5.cpp14 Inner * ic = new (std::nothrow) Inner[1]; // SegFault here in X() local

12