Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 25 of 48) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp48 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 …]
Dinvoke_void_0.pass.cpp42 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
Dinvoke_int_0.pass.cpp41 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/
Dinvoke.pass.cpp45 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 …]
Dinvoke_int_0.pass.cpp38 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
Dinvoke_void_0.pass.cpp41 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/
Dreference_wrapper_test.cpp37 rr_type r1 = std::tr1::ref(i); in ref() local
68 crr_type r1 = std::tr1::cref(i); in cref() local
Dincludes_test.cpp43 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/
Dreference_wrapper_test.cpp37 rr_type r1 = std::tr1::ref(i); in ref() local
68 crr_type r1 = std::tr1::cref(i); in cref() local
Dincludes_test.cpp43 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/
Dswap.pass.cpp22 std::regex r1("(a([bc]))"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.assign/
Dcopy.pass.cpp21 std::regex r1("(a([bc]))"); in main() local
Dassign.pass.cpp21 std::regex r1("(a([bc]))"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
Dcopy.pass.cpp21 std::regex r1("(a([bc]))"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.swap/
Dswap.pass.cpp21 std::regex r1("(a([bc]))"); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
Dfront_back.pass.cpp27 C::reference r1 = c.front(); in main() local
41 C::const_reference r1 = c.front(); in main() local
Dindexing.pass.cpp26 C::reference r1 = c[0]; in main() local
40 C::const_reference r1 = c[0]; in main() local
Dat.pass.cpp26 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/
Dref_2.pass.cpp22 std::reference_wrapper<int> r1 = std::ref(i); in main() local
Dcref_2.pass.cpp22 std::reference_wrapper<const int> r1 = std::cref(i); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
Dswap.pass.cpp57 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==/
Dtest.pass.cpp28 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/
Dop_lte.pass.cpp28 const std::move_iterator<It> r1(l); in test() local
Dop_neq.pass.cpp28 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/
Dreverse_iterator.pass.cpp28 std::reverse_iterator<It> r1 = r2; in test() local

12