Searched refs:split_args (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | split_args.hpp | 30 #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)
|
D | specification.hpp | 76 #define BOOST_PARAMETER_SPECIFICATION(tag_ns, base, split_args, is_const) \ argument 90 BOOST_PARAMETER_SPECIFICATION_ELEM_R, tag_ns, split_args \
|
D | function_dispatch_layer.hpp | 65 #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/ |
D | run-test.py | 14 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/ |
D | warnings_test.py | 31 from meson.mesonlib import split_args 33 from shlex import split as split_args unknown 54 return split_args(wrapper) + [runner]
|
D | optimization_test.py | 37 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/ |
D | glcpp_test.py | 35 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/ |
D | gen_llvm_ir_macros.py | 152 split_args = arg.split('=') 153 arg_name = split_args[0].rsplit(None, 1)[-1]
|