Home
last modified time | relevance | path

Searched refs:_5 (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.hel/
Dintegral_constant.pass.cpp19 typedef std::integral_constant<int, 5> _5; in main() typedef
20 static_assert(_5::value == 5, ""); in main()
21 static_assert((std::is_same<_5::value_type, int>::value), ""); in main()
22 static_assert((std::is_same<_5::type, _5>::value), ""); in main()
24 static_assert((_5() == 5), ""); in main()
26 assert(_5() == 5); in main()
30 static_assert ( _5{}() == 5, "" ); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dplaceholders.hpp81 typedef arg<5> _5; typedef
86 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(_5)
89 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::_5;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dplaceholders.hpp34 static inline boost::arg<5> _5() { return boost::arg<5>(); } in _5() function
47 static boost::arg<5> _5;
59 boost::arg<5> _5;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dbind.cpp21 __ph<5> _5; variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp30 test(std::placeholders::_5); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp31 test<5>(std::placeholders::_5); in main()
/ndk/sources/cxx-stl/stlport/stlport/
Dfunctional89 using ::_5;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__functional_031879 extern __ph<5> _5;
Dfunctional1835 _LIBCPP_FUNC_VIS extern __ph<5> _5;