Searched refs:return_type (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c921 AST_type_n_t *return_type; /* type node to return */
924 return_type = type_node_ptr;
934 return_type->iid_is_name = attributes->iid_is_name;
962 if (return_type->name == NAMETABLE_NIL_ID)
965 AST_SET_UNALIGN(return_type);
967 AST_SET_SMALL(return_type);
969 AST_SET_STRING0(return_type);
971 AST_SET_V1_ENUM(return_type);
978 if (return_type->kind == AST_disc_union_k
979 && return_type
920 AST_type_n_t *return_type; /* type node to return */ local
1184 AST_type_n_t *return_type; /* type node to return */ local
1384 AST_type_n_t *return_type; /* type node to return */ local
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DProcedure.pm21 my $procedure = $Procedure->{$pkg}{$code} || { return_type => undef, argument_type => undef };
24 return_type => $procedure->{return_type},
47 $Procedure->{$pkg}{$code}{return_type} = $ret_type;
H A DServer.pm317 return if ($procedure->{return_type} and $procedure->{return_type} eq 'Private');
/macosx-10.10.1/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_method.rb53 assert_equal("VOID", @m_open.return_type)
54 assert_equal("Folder", @m_namespace.return_type)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c194 debug_type return_type; member in struct:debug_function_type
254 debug_type return_type; member in struct:debug_method_type
370 debug_type return_type; member in struct:debug_function
770 debug_type return_type, bfd_boolean global,
780 if (return_type == NULL)
792 f->return_type = return_type;
1417 f->return_type = type;
1576 debug_make_method_type (void *handle, debug_type return_type,
1584 if (return_type
767 debug_record_function(void *handle, const char *name, debug_type return_type, bfd_boolean global, bfd_vma addr) argument
1574 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
[all...]
H A Dieee.c1020 debug_type return_type; local
1031 return_type = ieee_builtin_type (info, block_start, typindx);
1032 if (return_type == DEBUG_TYPE_NULL)
1041 return_type = info->types.types[typindx].type;
1042 if (debug_get_type_kind (info->dhandle, return_type)
1044 return_type = debug_get_return_type (info->dhandle,
1045 return_type);
1051 if (! debug_record_function (info->dhandle, namcopy, return_type,
1113 debug_type return_type; local
1117 return_type
2945 debug_type return_type; local
[all...]
H A Dstabs.c1433 debug_type return_type; local
1436 return_type = parse_stab_type (dhandle, info, (const char *) NULL,
1438 if (return_type == DEBUG_TYPE_NULL)
1446 dtype = debug_make_method_type (dhandle, return_type,
1453 debug_type return_type; local
1471 return_type = parse_stab_type (dhandle, info, (const char *) NULL,
1473 if (return_type == DEBUG_TYPE_NULL)
1517 dtype = debug_make_method_type (dhandle, return_type, domain, args,
2738 debug_type class_type, return_type; local
2743 return_type
2815 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
[all...]
H A Dwrstabs.c1146 char *domain, *return_type, *buf;
1207 return_type = stab_pop_type (info);
1209 len = strlen (domain) + strlen (return_type) + 10;
1215 sprintf (buf, "#%s,%s", domain, return_type);
1217 free (return_type);
1144 char *domain, *return_type, *buf; local
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecItemDb.c142 CFTypeRef SecDbItemCopyResult(SecDbItemRef item, ReturnTypeMask return_type, CFErrorRef *error) {
145 if (return_type == 0) {
148 } else if (return_type == kSecReturnDataMask) {
155 } else if (return_type == kSecReturnPersistentRefMask) {
160 if (return_type & kSecReturnRefMask) {
163 CFOptionFlags mask = (((return_type & kSecReturnDataMask || return_type & kSecReturnRefMask) ? kSecDbReturnDataFlag : 0) |
164 ((return_type & kSecReturnAttributesMask || return_type & kSecReturnRefMask) ? kSecDbReturnAttrFlag : 0));
176 if (return_type
[all...]
H A DSecItemDb.h78 CFTypeRef SecDbItemCopyResult(SecDbItemRef item, ReturnTypeMask return_type, CFErrorRef *error);
/macosx-10.10.1/swig-12/Source/Modules/
H A Dcsharp.cxx1247 String *return_type = Copy(tm); local
1261 Printf(enum_code, " %s static readonly %s %s = new %s(\"%s\", %s);\n", methodmods, return_type, symname, return_type, symname, value);
1264 Printf(enum_code, " %s static readonly %s %s = new %s(\"%s\");\n", methodmods, return_type, symname, return_type, symname);
1272 Printf(enum_code, " %s %s %s %s = %s;\n", methodmods, const_readonly, return_type, symname, value);
1306 String *return_type = NewString(""); local
1335 Printf(return_type, "%s", tm);
1359 Printf(constants_code, " %s %s %s %s = ", methodmods, (const_feature_flag ? "const" : "static readonly"), return_type, itemname);
1372 Printf(constants_code, "(%s)%s.%s();\n", return_type, imclass_nam
1899 String *return_type = NewString(""); local
2525 String *return_type = NewString(""); local
[all...]
H A Djava.cxx1299 String *return_type = Copy(tm); local
1310 Printf(enum_code, " %s final static %s %s = new %s(\"%s\", %s);\n", methodmods, return_type, symname, return_type, symname, value);
1313 Printf(enum_code, " %s final static %s %s = new %s(\"%s\");\n", methodmods, return_type, symname, return_type, symname);
1320 Printf(enum_code, " %s final static %s %s = %s;\n", methodmods, return_type, symname, value);
1354 String *return_type = NewString(""); local
1380 Printf(return_type, "%s", tm);
1400 Printf(constants_code, " %s final static %s %s = ", methodmods, return_type, itemname);
1413 Printf(constants_code, "%s.swigToEnum(%s.%s());\n", return_type, imclass_nam
1911 String *return_type = NewString(""); local
2432 String *return_type = NewString(""); local
[all...]
H A Doctave.cxx1130 String *return_type; local
1157 return_type = Copy(type);
1162 SwigType_push(return_type, t);
1220 String *cres = SwigType_lstr(return_type, "c_result");
1319 Setattr(n, "type", return_type);
1337 SwigType_str(return_type, 0), SwigType_namestr(c_classname), SwigType_namestr(name));
1364 String *rettype = SwigType_str(return_type, 0);
1365 if (!SwigType_isreference(return_type)) {
1400 Delete(return_type);
H A Docaml.cxx1400 String *return_type; local
1428 return_type = Copy(type);
1433 SwigType_push(return_type, t);
1459 Wrapper_add_localv(w, "c_result", SwigType_lstr(return_type, "c_result"), NIL);
1622 * from the decl field to construct return_type. but the typemap
1627 Setattr(n, "type", return_type);
1664 * is an enum type. return_type here is "int". gcc complains
1671 if (!SwigType_isreference(return_type)) {
1672 Printf(w->code, "CAMLreturn_type((%s)c_result);\n", SwigType_lstr(return_type, ""));
1707 Delete(return_type);
[all...]
H A Dphp.cxx2371 String *return_type; local
2398 return_type = Copy(type);
2402 SwigType_push(return_type, t);
2460 String *cres = SwigType_lstr(return_type, "c_result");
2584 * from the decl field to construct return_type. but the typemap
2589 Setattr(n, "type", return_type);
2609 "Unable to use return type %s in director method %s::%s (skipping method).\n", SwigType_str(return_type, 0), SwigType_namestr(c_classname),
2636 String *rettype = SwigType_str(return_type, 0);
2637 if (!SwigType_isreference(return_type)) {
2678 Delete(return_type);
[all...]
H A Dcffi.cxx373 SwigType *return_type = Swig_cparse_type(raw_return_type); local
374 SwigType *resolved = SwigType_typedef_resolve_all(return_type);
451 String *signature = SwigType_str(return_type, name_and_parms);
H A Dpython.cxx3591 String *return_type; local
3618 return_type = Copy(type);
3623 SwigType_push(return_type, t);
3681 String *cres = SwigType_lstr(return_type, "c_result");
3944 * from the decl field to construct return_type. but the typemap
3949 Setattr(n, "type", return_type);
3977 "Unable to use return type %s in director method %s::%s (skipping method).\n", SwigType_str(return_type, 0), SwigType_namestr(c_classname),
4014 String *rettype = SwigType_str(return_type, 0);
4015 if (!SwigType_isreference(return_type)) {
4052 Delete(return_type);
[all...]
H A Druby.cxx2971 String *return_type; local
3005 return_type = Copy(type);
3010 SwigType_push(return_type, t);
3071 Wrapper_add_localv(w, "c_result", SwigType_lstr(return_type, "c_result"), NIL);
3241 * which have to be retrieved from the decl field to construct return_type. But the typemap
3245 Setattr(n, "type", return_type);
3265 "Unable to use return type %s in director method %s::%s (skipping method).\n", SwigType_str(return_type, 0),
3296 String *rettype = SwigType_str(return_type, 0);
3297 if (!SwigType_isreference(return_type)) {
3334 Delete(return_type);
[all...]
H A Dallegrocl.cxx2582 SwigType *return_type = Swig_cparse_type(raw_return_type); local
2583 SwigType *resolved = SwigType_typedef_resolve_all(return_type);
2591 SwigType_str(SwigType_strip_qualifiers(return_type),0));
2593 SwigType_lstr(SwigType_ltype(return_type), "lresult"),
2682 String *signature = SwigType_str(return_type, name_and_parms);
2709 SwigType_str(SwigType_strip_qualifiers(return_type),0));
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Dolegen.rb104 str += method.return_type
/macosx-10.10.1/swig-12/Source/Swig/
H A Dcwrap.c741 * return_type function_name(parms) code
744 static String *extension_code(const String *function_name, ParmList *parms, SwigType *return_type, const String *code, int cplusplus, const String *self) { argument
747 String *rt_sig = SwigType_str(return_type, sig);
767 int Swig_add_extension_code(Node *n, const String *function_name, ParmList *parms, SwigType *return_type, const String *code, int cplusplus, const String *self) { argument
768 String *body = extension_code(function_name, parms, return_type, code, cplusplus, self);
H A Dswig.h339 extern int Swig_add_extension_code(Node *n, const String *function_name, ParmList *parms, SwigType *return_type, const String *code, int cplusplus, const String *self);
/macosx-10.10.1/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.cpp1397 #define IMPLEMENT_APPLESMARTBATTERY_INT_GETTER(methodName, pspropSYM, return_type) \
1398 return_type CLASS::methodName(void) { \
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dcplus-dem.c1435 string return_type; local
1438 success = do_type (work, mangled, &return_type);
1439 APPEND_BLANK (&return_type);
1441 string_prepends (declp, &return_type);
1442 string_delete (&return_type);
H A Dcp-demangle.c2020 struct demangle_component *return_type; local
2034 return_type = NULL;
2049 return_type = type;
2076 return d_make_comp (di, DEMANGLE_COMPONENT_FUNCTION_TYPE, return_type, tl);

Completed in 320 milliseconds

12