/third_party/boost/boost/parameter/aux_/preprocessor/ |
D | binary_seq_for_each.hpp | 9 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_0(macro, data) argument 16 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_1(macro, data) \ argument 25 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_2(macro, data) \ argument 34 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_3(macro, data) \ argument 43 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_4(macro, data) \ argument 52 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_5(macro, data) \ argument 61 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_6(macro, data) \ argument 70 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_7(macro, data) \ argument 79 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_8(macro, data) \ argument 94 #define BOOST_PARAMETER_AUX_PP_BINARY_SEQ_FOR_EACH_9(macro, data) \ argument [all …]
|
/third_party/boost/boost/preprocessor/seq/ |
D | for_each.hpp | 29 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data,… argument 31 # define BOOST_PP_SEQ_FOR_EACH(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) argument 32 # define BOOST_PP_SEQ_FOR_EACH_D(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, dat… argument 35 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, se… argument 36 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_EMPTY(macro, data, seq) argument 38 # define BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK(macro, data, seq) \ argument 56 # define BOOST_PP_SEQ_FOR_EACH_O_I(macro, data, seq, sz) \ argument 59 # define BOOST_PP_SEQ_FOR_EACH_O_I_DEC(macro, data, seq, sz) \ argument 83 # define BOOST_PP_SEQ_FOR_EACH_M_I(r, macro, data, seq, sz) macro(r, data, BOOST_PP_SEQ_HEAD(seq)) argument 88 # define BOOST_PP_SEQ_FOR_EACH_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_DETAIL_CHECK_R(r, ma… argument [all …]
|
D | for_each_i.hpp | 30 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, d… argument 32 # define BOOST_PP_SEQ_FOR_EACH_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) argument 33 # define BOOST_PP_SEQ_FOR_EACH_I_I(macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro,… argument 36 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EXEC(macro, data, seq) BOOST_PP_FOR((macro, data, … argument 37 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK_EMPTY(macro, data, seq) argument 39 # define BOOST_PP_SEQ_FOR_EACH_I_DETAIL_CHECK(macro, data, seq) \ argument 57 # define BOOST_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i, sz) \ argument 60 # define BOOST_PP_SEQ_FOR_EACH_I_O_I_DEC(macro, data, seq, i, sz) \ argument 85 # define BOOST_PP_SEQ_FOR_EACH_I_M_I(r, macro, data, seq, i, sz) macro(r, data, i, BOOST_PP_SEQ_HEA… argument 90 # define BOOST_PP_SEQ_FOR_EACH_I_R(r, macro, data, seq) BOOST_PP_SEQ_FOR_EACH_I_R_DETAIL_CHECK(r… argument [all …]
|
D | for_each_product.hpp | 26 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT(macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(BOOST_PP_FOR, m… argument 30 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_R(r, macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(BOOST_PP_F… argument 33 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(impl, macro, sets) impl((BOOST_PP_SEQ_HEAD(sets)(nil), … argument 35 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E(impl, macro, sets) BOOST_PP_SEQ_FOR_EACH_PRODUCT_E_I(im… argument 36 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_E_I(impl, macro, sets) impl((BOOST_PP_SEQ_HEAD(sets)(nil)… argument 41 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_P_I(cset, rset, res, macro) BOOST_PP_DEC(BOOST_PP_SEQ_SIZ… argument 48 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_O_I(cset, rset, res, macro) (BOOST_PP_SEQ_TAIL(cset), rse… argument 62 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_I_I(r, cset, rset, res, macro) macro(r, BOOST_PP_SEQ_TAIL(re… argument 70 # define BOOST_PP_SEQ_FOR_EACH_PRODUCT_H_I(cset, rset, res, macro) (BOOST_PP_SEQ_HEAD(rset)(nil), B… argument
|
/third_party/boost/boost/preprocessor/list/ |
D | for_each.hpp | 25 # define BOOST_PP_LIST_FOR_EACH(macro, data, list) BOOST_PP_LIST_FOR_EACH_I(BOOST_PP_LIST_FOR_EA… argument 27 # define BOOST_PP_LIST_FOR_EACH(macro, data, list) BOOST_PP_LIST_FOR_EACH_X(macro, data, list) argument 28 # define BOOST_PP_LIST_FOR_EACH_X(macro, data, list) BOOST_PP_LIST_FOR_EACH_I(BOOST_PP_LIST_FOR_… argument 43 # define BOOST_PP_LIST_FOR_EACH_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R(r, BOOST_PP_L… argument 45 # define BOOST_PP_LIST_FOR_EACH_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_R_X(r, macro, dat… argument 46 # define BOOST_PP_LIST_FOR_EACH_R_X(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R(r, BOOST_PP… argument
|
D | for_each_i.hpp | 27 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOST_… argument 29 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_LIST_FOR_EACH_I_I(macro, data, lis… argument 30 # define BOOST_PP_LIST_FOR_EACH_I_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOS… argument 59 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, list,… argument 61 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro,… argument 62 # define BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, lis… argument
|
D | for_each_product.hpp | 30 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(BOO… argument 32 # define BOOST_PP_LIST_FOR_EACH_PRODUCT(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(mac… argument 33 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_Q(macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_E(B… argument 39 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_… argument 41 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUCT_… argument 42 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_R_Q(r, macro, size, tuple) BOOST_PP_LIST_FOR_EACH_PRODUC… argument 46 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_E(impl, macro, size, lists) impl((BOOST_PP_LIST_FIRST(li… argument 48 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_E(impl, macro, size, lists) BOOST_PP_LIST_FOR_EACH_PRODU… argument 49 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_E_D(impl, macro, size, lists) impl((BOOST_PP_LIST_FIRST(… argument 54 # define BOOST_PP_LIST_FOR_EACH_PRODUCT_P_I(a, b, res, macro, size) BOOST_PP_LIST_IS_CONS(a) argument [all …]
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | function_dispatch_layer.hpp | 18 #define BOOST_PARAMETER_FUNCTION_DISPATCH_TEMPLATE_ARG(r, macro, arg) \ argument 27 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_DEFN(r, macro, arg) \ argument 34 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_FWD(r, macro, arg) \ argument 44 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_DEFN(r, macro, arg) \ argument 52 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_FWD(r, macro, arg) \ argument 65 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_REPEAT(macro, n, split_args) \ argument
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 77 for (const std::shared_ptr<Macro> ¯o : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 171 std::shared_ptr<Macro> macro = iter->second; in lex() local 246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() 291 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() 349 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 463 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
D | Macro.cpp | 34 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | MacroExpander.cpp | 86 for (const auto ¯o : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 177 std::shared_ptr<Macro> macro = iter->second; in lex() local 252 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() 297 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() 355 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 467 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
D | Macro.cpp | 42 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | MacroExpander.cpp | 77 for (const std::shared_ptr<Macro> ¯o : mExpander->mMacrosToReenable) in ~ScopedMacroReenabler() local 171 std::shared_ptr<Macro> macro = iter->second; in lex() local 246 bool MacroExpander::pushMacro(std::shared_ptr<Macro> macro, const Token &identifier) in pushMacro() 291 bool MacroExpander::expandMacro(const Macro ¯o, in expandMacro() 349 bool MacroExpander::collectMacroArgs(const Macro ¯o, in collectMacroArgs() 463 void MacroExpander::replaceMacroParams(const Macro ¯o, in replaceMacroParams()
|
D | Macro.cpp | 34 std::shared_ptr<Macro> macro = std::make_shared<Macro>(); in PredefineMacro() local
|
/third_party/boost/boost/numeric/odeint/util/ |
D | n_ary_helper.hpp | 67 #define BOOST_ODEINT_GEN_SCALE_SUM(macro) \ argument 69 #define BOOST_ODEINT_GEN_SCALE_SUM_(z, n, macro) \ argument 88 #define BOOST_ODEINT_GEN_FOR_EACH(macro) \ argument 90 #define BOOST_ODEINT_GEN_FOR_EACH_(z, n, macro) \ argument
|
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 48 #define PACK_CHANNELS(macro,order,channels) \ argument 56 #define PACK_ORDER(macro,order) \ argument 60 #define PACK_ALL(macro) \ argument
|
/third_party/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 56 macro section in Call / Macro Statements
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_1_017.cpp | 12 #define macro() end macro
|
D | t_1_019.cpp | 12 #define macro() expr_2 macro
|
D | t_1_018.cpp | 12 #define macro() expr_2 macro
|
D | t_1_012.cpp | 20 #define INVOKE(macro) macro ARGS argument
|
/third_party/boost/boost/typeof/ |
D | template_encoding.hpp | 86 #define BOOST_TYPEOF_SEQ_ENUM(seq,macro)\ argument 89 #define BOOST_TYPEOF_SEQ_ENUM_TRAILING(seq,macro)\ argument 95 #define BOOST_TYPEOF_SEQ_ENUM_1(seq,macro)\ argument 98 #define BOOST_TYPEOF_SEQ_ENUM_TRAILING_1(seq,macro)\ argument
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 460 macro_t *macro = entry ? entry->data : NULL; variable 466 macro_t *macro = entry ? entry->data : NULL; variable 1851 macro_t *macro; in _glcpp_parser_expand_function() local 1959 macro_t *macro; in _glcpp_parser_expand_node() local 2232 macro_t *macro, *previous; in _define_object_macro() local 2265 macro_t *macro, *previous; in _define_function_macro() local 2340 macro_t *macro = entry ? entry->data : NULL; in glcpp_parser_lex() local 2529 macro_t *macro = (macro_t *) data; in glcpp_parser_copy_defines() local
|
/third_party/python/Tools/scripts/ |
D | pep384_macrocheck.py | 137 def report(fname, nr, macro): argument
|
/third_party/boost/libs/wave/test/testwave/ |
D | collect_hooks_information.hpp | 151 Token const& macro, std::vector<Token> const& formal_args, in expanding_function_like_macro() 208 expanding_object_like_macro(Context const& ctx, Token const& macro, in expanding_object_like_macro() 415 defined_macro(Context const& ctx, Token const& macro, in defined_macro() 456 undefined_macro(Context const& ctx, Token const& macro) in undefined_macro()
|