/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/ |
D | assign.il.pass.cpp | 24 std::regex r2; in main() local
|
D | assign_string_flag.pass.cpp | 23 std::regex r2; in main() local
|
D | string.pass.cpp | 22 std::regex r2; in main() local
|
D | assign_ptr_size_flag.pass.cpp | 21 std::regex r2; in main() local
|
D | assign_ptr_flag.pass.cpp | 21 std::regex r2; in main() local
|
D | il.pass.cpp | 22 std::regex r2; in main() local
|
D | ptr.pass.cpp | 21 std::regex r2; in main() local
|
D | assign.pass.cpp | 22 std::regex r2; in main() local
|
D | copy.pass.cpp | 22 std::regex r2; in main() local
|
D | assign_iter_iter_flag.pass.cpp | 29 std::regex r2; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/ |
D | swap.pass.cpp | 22 std::regex r2; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
D | swap.pass.cpp | 23 std::regex r2; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
D | copy.pass.cpp | 22 std::regex r2 = r1; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/ |
D | front_back.pass.cpp | 32 C::reference r2 = c.back(); in main() local 44 C::const_reference r2 = c.back(); in main() local
|
D | at.pass.cpp | 31 C::reference r2 = c.at(2); in main() local 46 C::const_reference r2 = c.at(2); in main() local
|
D | indexing.pass.cpp | 31 C::reference r2 = c[2]; in main() local 42 C::const_reference r2 = c[2]; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.assign/ |
D | copy_assign.pass.cpp | 30 std::reference_wrapper<T> r2(t2); in test() local 42 std::reference_wrapper<void ()> r2(g); in test_function() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ |
D | ref_2.pass.cpp | 23 std::reference_wrapper<int> r2 = std::ref(r1); in main() local
|
D | cref_2.pass.cpp | 23 std::reference_wrapper<const int> r2 = std::cref(r1); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | swap.pass.cpp | 58 std::vector<bool>::reference r2 = v[1]; in main() local 90 std::vector<bool, min_allocator<bool>>::reference r2 = v[1]; in main() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | includes_test.cpp | 61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); in incl1() local 85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | includes_test.cpp | 61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); in incl1() local 85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 78 std::function<void (A_void_1*)> r2 = fp; in test_void_1() local 91 std::function<void (A_void_1*)> r2(fp); in test_void_1() local 148 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 158 std::function<int (A_int_1*)> r2(fp); in test_int_1() local 170 std::function<int& (A_int_1*)> r2(fp); in test_int_1() local 238 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 253 std::function<void (A_void_2*, int)> r2(fp); in test_void_2() local 312 std::function<int (A_int_2*, int)> r2(fp); in testint_2() local 323 std::function<int (A_int_2*, int)> r2(fp); in testint_2() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
D | op_neq.pass.cpp | 29 const std::move_iterator<It> r2(r); in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/ |
D | test.pass.cpp | 29 const std::reverse_iterator<It> r2(r); in test() local
|