/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 48 std::reference_wrapper<void (int)> r1(f_void_1); in test_void_1() local 57 std::reference_wrapper<void (*)(int)> r1(fp); in test_void_1() local 66 std::reference_wrapper<A_void_1> r1(a0); in test_void_1() local 75 std::reference_wrapper<void (A_void_1::*)()> r1(fp); in test_void_1() local 88 std::reference_wrapper<void (A_void_1::*)() const> r1(fp); in test_void_1() local 125 std::reference_wrapper<int (int)> r1(f_int_1); in test_int_1() local 132 std::reference_wrapper<int (*)(int)> r1(fp); in test_int_1() local 139 std::reference_wrapper<A_int_1> r1(a0); in test_int_1() local 146 std::reference_wrapper<int (A_int_1::*)()> r1(fp); in test_int_1() local 155 std::reference_wrapper<int (A_int_1::*)() const> r1(fp); in test_int_1() local [all …]
|
D | invoke_void_0.pass.cpp | 42 std::reference_wrapper<void ()> r1(f_void_0); in test_void_0() local 50 std::reference_wrapper<void (*)()> r1(fp); in test_void_0() local 58 std::reference_wrapper<A_void_0> r1(a0); in test_void_0() local
|
D | invoke_int_0.pass.cpp | 41 std::reference_wrapper<int ()> r1(f_int_0); in test_int_0() local 47 std::reference_wrapper<int (*)()> r1(fp); in test_int_0() local 53 std::reference_wrapper<A_int_0> r1(a0); in test_int_0() 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 | 45 std::function<void (int)> r1(f_void_1); in test_void_1() local 54 std::function<void (int)> r1(fp); in test_void_1() local 63 std::function<void (int)> r1(a0); in test_void_1() local 72 std::function<void (A_void_1)> r1(fp); in test_void_1() local 86 std::function<void (A_void_1)> r1(fp); in test_void_1() local 124 std::function<int (int)> r1(f_int_1); in test_int_1() local 131 std::function<int (int)> r1(fp); in test_int_1() local 138 std::function<int (int)> r1(a0); in test_int_1() local 145 std::function<int (A_int_1)> r1(fp); in test_int_1() local 155 std::function<int (A_int_1)> r1(fp); in test_int_1() local [all …]
|
D | invoke_int_0.pass.cpp | 38 std::function<int ()> r1(f_int_0); in test_int_0() local 44 std::function<int ()> r1(fp); in test_int_0() local 50 std::function<int ()> r1(a0); in test_int_0() local
|
D | invoke_void_0.pass.cpp | 41 std::function<void ()> r1(f_void_0); in test_void_0() local 49 std::function<void ()> r1(fp); in test_void_0() local 57 std::function<void ()> r1(a0); in test_void_0() local
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | reference_wrapper_test.cpp | 37 rr_type r1 = std::tr1::ref(i); in ref() local 68 crr_type r1 = std::tr1::cref(i); in cref() local
|
D | includes_test.cpp | 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2); in incl0() local 55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); in incl1() local 80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2() local
|
/ndk/tests/device/test-stlport/unit/ |
D | reference_wrapper_test.cpp | 37 rr_type r1 = std::tr1::ref(i); in ref() local 68 crr_type r1 = std::tr1::cref(i); in cref() local
|
D | includes_test.cpp | 43 bool r1=includes(numbers1, numbers1 + 5, numbers3, numbers3 + 2); in incl0() local 55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end()); in incl1() local 80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings); in incl2() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/ |
D | swap.pass.cpp | 22 std::regex r1("(a([bc]))"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/ |
D | copy.pass.cpp | 21 std::regex r1("(a([bc]))"); in main() local
|
D | assign.pass.cpp | 21 std::regex r1("(a([bc]))"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/ |
D | copy.pass.cpp | 21 std::regex r1("(a([bc]))"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/ |
D | swap.pass.cpp | 21 std::regex r1("(a([bc]))"); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/ |
D | front_back.pass.cpp | 27 C::reference r1 = c.front(); in main() local 41 C::const_reference r1 = c.front(); in main() local
|
D | indexing.pass.cpp | 26 C::reference r1 = c[0]; in main() local 40 C::const_reference r1 = c[0]; in main() local
|
D | at.pass.cpp | 26 C::reference r1 = c.at(0); in main() local 43 C::const_reference r1 = c.at(0); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ |
D | ref_2.pass.cpp | 22 std::reference_wrapper<int> r1 = std::ref(i); in main() local
|
D | cref_2.pass.cpp | 22 std::reference_wrapper<const int> r1 = std::cref(i); in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | swap.pass.cpp | 57 std::vector<bool>::reference r1 = v[0]; in main() local 89 std::vector<bool, min_allocator<bool>>::reference r1 = v[0]; in main() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/ |
D | test.pass.cpp | 28 const std::reverse_iterator<It> r1(l); in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/ |
D | op_lte.pass.cpp | 28 const std::move_iterator<It> r1(l); in test() local
|
D | op_neq.pass.cpp | 28 const std::move_iterator<It> r1(l); in test() local
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
D | reverse_iterator.pass.cpp | 28 std::reverse_iterator<It> r1 = r2; in test() local
|