Searched refs:arg_id (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
D | pyparser.py | 23 arg_id = operator.attrgetter('arg') variable 30 arg_id = operator.attrgetter('id') variable 123 arg_id(arg) for arg in self._expand_tuples(node.args.args) 204 argnames = [arg_id(arg) for arg in node.args.args] 212 kwargnames = [arg_id(arg) for arg in node.args.kwonlyargs]
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 119 DWORD arg_id, in ProtocolMessage() 129 id(arg_id), in ProtocolMessage()
|
/external/fmtlib/doc/ |
D | syntax.rst | 18 replacement_field: "{" [`arg_id`] [":" `format_spec`] "}" 19 arg_id: `integer` | `identifier` 26 In less formal terms, the replacement field can start with an *arg_id* 29 The *arg_id* is optionally followed by a *format_spec*, which is preceded 79 width: `integer` | "{" `arg_id` "}" 80 precision: `integer` | "{" `arg_id` "}"
|
/external/python/cpython2/Python/ |
D | ast.c | 621 PyObject *arg_id; in compiler_complex_args() local 631 arg_id = NEW_IDENTIFIER(child); in compiler_complex_args() 632 if (!arg_id) in compiler_complex_args() 634 arg = Name(arg_id, Store, LINENO(child), child->n_col_offset, in compiler_complex_args()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 1322 unsigned arg_id = w[4 + i]; in vtn_handle_function_call() local 1323 struct vtn_value *arg = vtn_untyped_value(b, arg_id); in vtn_handle_function_call() 1328 struct vtn_ssa_value *arg_ssa = vtn_ssa_value(b, arg_id); in vtn_handle_function_call()
|