HomeSort by relevance Sort by last modified time
    Searched refs:_1 (Results 1 - 25 of 55) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 50 std::bind(f_void_1, _1)(i);
64 std::bind(fp, _1)(i);
79 std::bind(a0, _1)(i);
94 std::bind(fp, _1)(a);
98 std::bind(fp, _1)(ap);
117 std::bind(fp, _1)(a);
121 std::bind(fp, _1)(ap);
165 assert(std::bind(f_int_1, _1)(i) == 3);
172 assert(std::bind(fp, _1)(i) == 4);
178 assert(std::bind(A_int_1(), _1)(i) == 3)
    [all...]
invoke_rvalue.pass.cpp 49 std::bind(f_void_1, _1)(2);
61 std::bind(fp, _1)(3);
74 std::bind(a0, _1)(4);
87 std::bind(fp, _1)(A_void_1());
91 std::bind(fp, _1)(&a);
108 std::bind(fp, _1)(A_void_1());
112 std::bind(fp, _1)(&a);
154 assert(std::bind(f_int_1, _1)(2) == 3);
160 assert(std::bind(fp, _1)(3) == 4);
165 assert(std::bind(A_int_1(), _1)(4) == 3)
    [all...]
nested.pass.cpp 46 using std::placeholders::_1;
48 auto g = std::bind(power(), 2, _1);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
placeholders.hpp 29 typedef arg<1> _1; typedef
34 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_1)
37 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /external/clang/test/Modules/
normal-module-map.cpp 39 @import nested_umbrella._1;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 30 static inline boost::arg<1> _1() { return boost::arg<1>(); } function in namespace:__anon35116
43 static boost::arg<1> _1;
55 boost::arg<1> _1;
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 26 test(std::placeholders::_1);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 39 test<2> _1 = (foo)(a); local
65 a _1 = A::a();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 158 template <class Iterator = mpl::_1>
172 struct iterator_traversal<mpl::_1>
180 : iterator_traversal<mpl::_1>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 27 test<1>(std::placeholders::_1);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 406 typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domain_error_type;
407 typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_error_type;
408 typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type overflow_error_type;
409 typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type underflow_error_type;
410 typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denorm_error_type;
411 typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::type evaluation_error_type;
412 typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type rounding_error_type;
413 typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_result_error<> >::type indeterminate_result_error_type;
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_type
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 87 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1);
  /external/markdown/markdown/extensions/
headerid.py 145 """ Ensure ID is unique. Append '_1', '_2'... if not """
  /frameworks/base/cmds/interrupter/
interrupter.h 76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N
  /external/stlport/stlport/
functional 85 using ::_1;
  /ndk/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
functional 85 using ::_1;
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 96 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes,
syscall-x86-darwin.S 90 L_$0_1: /* Even though we can't take a signal until the

Completed in 1404 milliseconds

1 2 3