Searched refs:sp2 (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | bool_trait_def.hpp | 114 #define BOOST_TT_AUX_BOOL_TRAIT_SPEC2(trait,sp1,sp2,C) \ argument 115 template<> struct trait< sp1,sp2 > \ 120 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(2,trait,(sp1,sp2)) \ 132 #define BOOST_TT_AUX_BOOL_TRAIT_IMPL_SPEC2(trait,sp1,sp2,C) \ argument 133 template<> struct trait##_impl< sp1,sp2 > \ 158 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_1(param,trait,sp1,sp2,C) \ argument 159 template< param > struct trait< sp1,sp2 > \ 164 BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(2,trait,(sp1,sp2)) \ 168 #define BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC2_2(param1,param2,trait,sp1,sp2,C) \ argument 169 template< param1, param2 > struct trait< sp1,sp2 > \ [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | unwind1.cpp | 22 void *sp2 = __builtin_alloca (0); in main() local 24 return (sp1 != sp2); in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | unwind1.cpp | 22 void *sp2 = __builtin_alloca (0); in main() local 24 return (sp1 != sp2); in main()
|