Home
last modified time | relevance | path

Searched defs:_2 (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/boost/libs/mpl/doc/src/refmanual/
DPlaceholders.rst103 .. |_2| replace:: `_2`_ substdef in See also
109 .. _`_2`: `Placeholders`_ target in See also
/third_party/jerryscript/jerry-core/jrt/
Djrt.h37 #define JERRY_UNUSED_2(_1, _2) JERRY_UNUSED (_1), JERRY_UNUSED_1 (_2) argument
38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3) argument
39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4) argument
40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_4 (_2, _3, _4, _5) argument
42 #define JERRY_VA_ARGS_NUM_IMPL(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, .… argument
411 # define RR_WATCH_FMT_2(_1, _2) \ argument
414 # define RR_WATCH_FMT_3(_1, _2, _3) \ argument
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \ argument
420 # define RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \ argument
423 # define RR_WATCH_FMT_6(_1, _2, _3, _4, _5, _6) \ argument
426 # define RR_WATCH_FMT_7(_1, _2, _3, _4, _5, _6, _7) \ argument
429 # define RR_WATCH_FMT_8(_1, _2, _3, _4, _5, _6, _7, _8) \ argument
432 # define RR_WATCH_FMT_9(_1, _2, _3, _4, _5, _6, _7, _8, _9) \ argument
435 # define RR_WATCH_FMT_10(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10) \ argument
[all …]
/third_party/boost/libs/mpl/test/
Dnext.cpp23 typedef int_<2> _2; in MPL_TEST_CASE() typedef
Dbitwise.cpp21 typedef integral_c<unsigned int, 2> _2; typedef
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dsample8.cpp213 T2 const& _2 = T2() in context()
225 T2 const& _2 = T2(), in context()
238 T2 const& _2 = T2(), in context()
Dsample7.cpp212 T2 const& _2 = T2() in locals()
225 T2 const& _2 = T2(), in locals()
239 T2 const& _2 = T2(), in locals()
Dsample9.cpp249 T2 const& _2 = T2() in context()
261 T2 const& _2 = T2(), in context()
274 T2 const& _2 = T2(), in context()
/third_party/typescript/tests/baselines/reference/
DimportWithTrailingSlash.js34 var _2 = require("./"); variable
/third_party/boost/libs/fusion/test/algorithm/
Derase_key.cpp40 typedef boost::mpl::int_<2> _2; typedef
/third_party/boost/boost/lambda/
Dcore.hpp72 boost::lambda::placeholder2_type& BOOST_ATTRIBUTE_UNUSED _2 = free2; variable
/third_party/boost/boost/bind/
Dplaceholders.hpp35 inline boost::arg<2> _2() { return boost::arg<2>(); } in _2() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Ddrf.h65 #define NVVAL_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
70 #define NVDEF_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
76 #define NVVAL_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
82 #define NVVAL_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
89 #define NVDEF_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
98 #define NVVAL_MW_GET_(X,_1,_2,_3,_4,_5,IMPL,...) IMPL argument
108 #define NVVAL_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
116 #define NVDEF_MW_SET_(X,_1,_2,_3,_4,_5,_6,IMPL,...) IMPL argument
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dfunction_def.hpp21 qi::_2_type _2; in function() local
Dstatement_def.hpp21 qi::_2_type _2; in statement() local
Dexpression_def.hpp23 qi::_2_type _2; in expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dfunction_def.hpp21 qi::_2_type _2; in function() local
Dstatement_def.hpp21 qi::_2_type _2; in statement() local
Dexpression_def.hpp23 qi::_2_type _2; in expression() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc7/
Dstatement_def.hpp18 qi::_2_type _2; in statement() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/
Dfunction_def.hpp18 qi::_2_type _2; in function() local
Dstatement_def.hpp18 qi::_2_type _2; in statement() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/calc8/
Dstatement_def.hpp18 qi::_2_type _2; in statement() local
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dstatement_def.hpp18 qi::_2_type _2; in statement() local
Dfunction_def.hpp18 qi::_2_type _2; in function() local

12345