Home
last modified time | relevance | path

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

/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Dsplit_args.hpp30 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_required(split_args, arg) \ argument
31 BOOST_PARAMETER_FUNCTION_SPLIT_ARG_required(split_args, arg)
43 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG_deduced_optional(split_args, arg) \ argument
44 BOOST_PARAMETER_FUNCTION_SPLIT_ARG_optional(split_args, arg)
50 #define BOOST_PARAMETER_FUNCTION_SPLIT_ARG(s, split_args, arg) \ argument
54 )(split_args, arg)
Dspecification.hpp76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument
90 BOOST_PARAMETER_SPECIFICATION_ELEM_R, tag_ns, split_args \
Dfunction_dispatch_layer.hpp65 #define BOOST_PARAMETER_FUNCTION_DISPATCH_ARG_REPEAT(macro, n, split_args) \ argument
69 , BOOST_PARAMETER_SPLIT_ARG_REQ_SEQ(split_args) \
75 n, BOOST_PARAMETER_SPLIT_ARG_OPT_SEQ(split_args) \
/third_party/mesa3d/src/intel/tools/tests/
Drun-test.py14 from meson.mesonlib import split_args
16 from shlex import split as split_args unknown
30 i965_asm = split_args(wrapper) + [args.i965_asm]
/third_party/mesa3d/src/compiler/glsl/tests/
Dwarnings_test.py31 from meson.mesonlib import split_args
33 from shlex import split as split_args unknown
54 return split_args(wrapper) + [runner]
Doptimization_test.py37 from meson.mesonlib import split_args
39 from shlex import split as split_args unknown
70 return split_args(wrapper) + [runner]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py35 from meson.mesonlib import split_args
37 from shlex import split as split_args unknown
224 args.glcpp = split_args(wrapper) + [args.glcpp]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_ir_macros.py152 split_args = arg.split('=')
153 arg_name = split_args[0].rsplit(None, 1)[-1]