Home
last modified time | relevance | path

Searched refs:NArgs (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/python/
Dinit.hpp298 template <class ClassT, class CallPoliciesT, class Signature, class NArgs>
302 , NArgs in def_init_aux() argument
310 , detail::make_keyword_range_constructor<Signature,NArgs>( in def_init_aux()
335 template <class ClassT, class CallPoliciesT, class Signature, class NArgs>
340 , NArgs in apply()
344 detail::def_init_aux(cl, args, NArgs(), policies, doc, keywords); in apply()
349 typedef typename mpl::prior<NArgs>::type next_nargs; in apply()
368 template <class ClassT, class CallPoliciesT, class Signature, class NArgs>
373 , NArgs in apply()
377 detail::def_init_aux(cl, args, NArgs(), policies, doc, keywords); in apply()
/third_party/boost/boost/histogram/detail/
Dargument_traits.hpp48 template <std::size_t NArgs, std::size_t Start, int WeightPos, int SamplePos,
51 using nargs = mp11::mp_size_t<NArgs>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp385 unsigned NArgs = opers.getNumCallArgs(); in recordPatchPoint() local
386 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i) in recordPatchPoint()