Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/
H A Dgen_tcg_funcs.py84 ret_type = hex_common.helper_ret_type(tag, regs).call_arg
85 if ret_type != "void":
86 declared.append(ret_type)
H A Dgen_helper_protos.py36 ret_type = hex_common.helper_ret_type(tag, regs).proto_arg
37 declared.append(ret_type)
/openbmc/qemu/tests/qtest/
H A Dqmp-cmd-test.c189 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 Dcoroutine-example.cpp17 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 Dtest-qapi.py72 arg_type, ret_type, gen, success_response, boxed, argument
76 ret_type and ret_type.name))
/openbmc/qemu/target/ppc/
H A Dinternal.h35 #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 Dqapidoc.py260 rtype = self.entity.ret_type
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c2919 #define BIT_INSV(name, posfilter, ret_type) \ argument
2942 return (target_long)(ret_type)temp; \