Home
last modified time | relevance | path

Searched refs:_1 (Results 1 – 16 of 16) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp49 std::bind(f_void_1, _1)(2); in test_void_1()
61 std::bind(fp, _1)(3); in test_void_1()
74 std::bind(a0, _1)(4); in test_void_1()
87 std::bind(fp, _1)(A_void_1()); in test_void_1()
91 std::bind(fp, _1)(&a); in test_void_1()
108 std::bind(fp, _1)(A_void_1()); in test_void_1()
112 std::bind(fp, _1)(&a); in test_void_1()
154 assert(std::bind(f_int_1, _1)(2) == 3); in test_int_1()
160 assert(std::bind(fp, _1)(3) == 4); in test_int_1()
165 assert(std::bind(A_int_1(), _1)(4) == 3); in test_int_1()
[all …]
Dinvoke_lvalue.pass.cpp50 std::bind(f_void_1, _1)(i); in test_void_1()
64 std::bind(fp, _1)(i); in test_void_1()
79 std::bind(a0, _1)(i); in test_void_1()
94 std::bind(fp, _1)(a); in test_void_1()
98 std::bind(fp, _1)(ap); in test_void_1()
117 std::bind(fp, _1)(a); in test_void_1()
121 std::bind(fp, _1)(ap); in test_void_1()
165 assert(std::bind(f_int_1, _1)(i) == 3); in test_int_1()
172 assert(std::bind(fp, _1)(i) == 4); in test_int_1()
178 assert(std::bind(A_int_1(), _1)(i) == 3); in test_int_1()
[all …]
Dnested.pass.cpp46 using std::placeholders::_1; in main()
48 auto g = std::bind(power(), 2, _1); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dplaceholders.hpp29 typedef arg<1> _1; typedef
34 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_1)
37 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_1;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp406 …typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domai…
407 …typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_erro…
408 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type o…
409 …typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type…
410 …typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denor…
411 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::ty…
412 …typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type r…
413 …typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_…
418 …typedef typename detail::find_arg<arg_list, is_digits10<mpl::_1>, digits10<> >::type digits10_type;
419 …typedef typename detail::find_arg<arg_list, is_digits2<mpl::_1>, digits2<> >::type bits_precision_…
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dplaceholders.hpp30 static inline boost::arg<1> _1() { return boost::arg<1>(); } in _1() function
43 static boost::arg<1> _1;
55 boost::arg<1> _1;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_categories.hpp158 template <class Iterator = mpl::_1>
172 struct iterator_traversal<mpl::_1>
180 : iterator_traversal<mpl::_1>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dbind.cpp17 __ph<1> _1; variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp26 test(std::placeholders::_1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp27 test<1>(std::placeholders::_1); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()
/ndk/sources/cxx-stl/stlport/stlport/
Dfunctional85 using ::_1;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_main.ipp135 …std::find_if( filters.begin(), filters.end(), bind( &single_filter::pass, _1, boost::ref(tu) ) ) !…
/ndk/sources/android/support/src/stdio/
Dstrtod.c569 # define _1 0 in ULtod() macro
578 L[_1] = bits[0]; in ULtod()
584 L[_1] = bits[0]; in ULtod()
590 L[_1] = 0; in ULtod()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfunctional220 extern unspecified _1;
1831 _LIBCPP_FUNC_VIS extern __ph<1> _1;
D__functional_031875 extern __ph<1> _1;