Searched refs:ret_type (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_tcg_funcs.py | 84 ret_type = hex_common.helper_ret_type(tag, regs).call_arg 85 if ret_type != "void": 86 declared.append(ret_type)
|
| H A D | gen_helper_protos.py | 36 ret_type = hex_common.helper_ret_type(tag, regs).proto_arg 37 declared.append(ret_type)
|
| /openbmc/qemu/tests/qtest/ |
| H A D | qmp-cmd-test.c | 189 SchemaInfo *si, *arg_type, *ret_type; in add_query_tests() 208 ret_type = qmp_schema_lookup(schema, si->u.command.ret_type); in add_query_tests() 209 if (ret_type->meta_type == SCHEMA_META_TYPE_OBJECT in add_query_tests() 210 && !ret_type->u.object.members) { in add_query_tests() 187 SchemaInfo *si, *arg_type, *ret_type; add_query_tests() local
|
| /openbmc/sdbusplus/example/ |
| H A D | coroutine-example.cpp | 17 using ret_type = std::vector<std::tuple<std::string, std::string>>; in startup() typedef 19 co_await systemd.call<ret_type>(ctx, "ListUnitFiles")) in startup()
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | test-qapi.py | 72 arg_type, ret_type, gen, success_response, boxed, argument 76 ret_type and ret_type.name))
|
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 35 #define FUNC_MASK(name, ret_type, size, max_val) \ argument 36 static inline ret_type name(uint##size##_t start, \ 39 ret_type ret, max_bit = size - 1; \
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 260 rtype = self.entity.ret_type
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | dsp_helper.c | 2919 #define BIT_INSV(name, posfilter, ret_type) \ argument 2942 return (target_long)(ret_type)temp; \
|