Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/tools/widl/
H A Dclient.c57 type_t *rettype = type_function_get_rettype(func->type); in write_client_func_decl() local
60 write_type_decl_left(client, rettype); in write_client_func_decl()
H A Dtypelib_struct.h501 WORD rettype; /* return type VT_?? or offset to ret type */ member
H A Dwrite_sltg.c223 short rettype; /* return type VT_?? or offset to ret type */ member
1330 func_desc.rettype = base_offset + sizeof(func_desc) + ret_desc_offset; in add_func_desc()
1337 func_desc.rettype = *(short *)ret_data.data; in add_func_desc()
H A Dtypegen.c4977 type_t *rettype = type_function_get_rettype( func->type ); in write_client_call_routine() local
4978 int has_ret = !is_void( rettype ); in write_client_call_routine()
5027 write_type_decl_left(file, rettype); in write_client_call_routine()
/reactos/dll/win32/oleaut32/
H A Dtypelib.h491 WORD rettype; /* return type VT_?? or offset to ret type */ member
H A Dtypelib.c4270 pType = &pFunc->rettype; in SLTG_DoFuncs()
4272 pType = (WORD*)(pBlk + pFunc->rettype); in SLTG_DoFuncs()
/reactos/dll/win32/dbghelp/
H A Dtype.c386 sym->rettype = ret_type; in symt_new_function_signature()
791 … X(DWORD) = symt_ptr2index(module, ((const struct symt_function_signature*)type)->rettype); in symt_get_info()
H A Ddbghelp_private.h288 struct symt* rettype; member
H A Dmsc.c1081 sym->rettype = codeview_fetch_type(ctp, ret_type, FALSE); in codeview_add_func_signature_args()