Home
last modified time | relevance | path

Searched refs:decode_type (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtypeof_impl.hpp58 typedef typename decode_type<typename V::begin>::type type;
166 …typedef typename boost::type_of::decode_type<_typeof_fraction_iter<boost::mpl::size_t<0> > >::type…
176 …typedef typename boost::type_of::decode_type<_typeof_fraction_iter<boost::mpl::size_t<0> > >::type…
182 … typedef boost::type_of::decode_type<_typeof_fraction_iter<boost::mpl::size_t<0> > >::type type;\
H A Dmodifiers.hpp28 typedef boost::type_of::decode_type<Iter> d1;\
106 typedef boost::type_of::decode_type<typename Iter::next> d;\
H A Dencode_decode.hpp54 struct decode_type : BOOST_TYPEOF_ENCODE_NS_QUALIFIER::decode_type_impl< struct
H A Dencode_decode_params.hpp14 typedef boost::type_of::decode_type<iter##n> decode##n; \
H A Dtype_template_param.hpp28 typedef boost::type_of::decode_type< BOOST_PP_CAT(iter, n) > BOOST_PP_CAT(d, n);\
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.c604 enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK; in table_iter()
636 enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK; in table_test_fn()
737 enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK; in coverage_start_fn()
851 enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK; in coverage_add()
/OK3568_Linux_fs/kernel/arch/arm/probes/
H A Ddecode.h227 enum decode_type { enum
H A Ddecode.c446 enum decode_type type = h->type_regs.bits & DECODE_TYPE_MASK; in probes_decode_insn()