Searched refs:ret_type (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCasting.h126 typedef To& ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
129 typedef const To &ret_type; // Normal case, return Ty& typedef in struct:llvm::cast_retty_impl
133 typedef To* ret_type; // Pointer arg case, return Ty* typedef in struct:llvm::cast_retty_impl
137 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
141 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef in struct:llvm::cast_retty_impl
150 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
156 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef in struct:llvm::cast_retty_wrap
162 typename simplify_type<From>::SimpleType>::ret_type ret_typ typedef in struct:llvm::cast_retty
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dgen_rpc.awk188 ret_type[rvars] = $2;
191 if (ret_type[rvars] == "LIST" || ret_type[rvars] == "DBT") {
194 if (ret_type[rvars] == "LIST") {
203 ret_type[rvars] = $2;
210 if (ret_type[rvars] == "LIST" || ret_type[rvars] == "DBT") {
214 if (ret_type[nvars] == "LIST") {
278 if (ret_type[i] == "ID") {
281 if (ret_type[
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/RPC/
H A DProcedure.pm32 my ($ret_type, $args);
35 $ret_type = $1 if (defined $1);
39 unless ($ret_type =~ /^Private|Public|Arr|Obj|Bit|Bool|Num|Str|Nil|None/) {
43 if ($ret_type ne 'Private' and defined $args) {
47 $Procedure->{$pkg}{$code}{return_type} = $ret_type;
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/RPC/
H A DProcedure.pm32 my ($ret_type, $args);
35 $ret_type = $1 if (defined $1);
39 unless ($ret_type =~ /^Private|Public|Arr|Obj|Bit|Bool|Num|Str|Nil|None/) {
43 if ($ret_type ne 'Private' and defined $args) {
47 $Procedure->{$pkg}{$code}{return_type} = $ret_type;
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/Legacy/
H A DProcedure.pm32 my ($ret_type, $args);
35 $ret_type = $1 if (defined $1);
39 unless ($ret_type =~ /^Private|Public|Arr|Obj|Bit|Bool|Num|Str|Nil|None/) {
43 if ($ret_type ne 'Private' and defined $args) {
47 $Procedure->{$pkg}{$code}{return_type} = $ret_type;
/macosx-10.9.5/ruby-104/ruby/ext/fiddle/
H A Dfunction.c51 rb_fiddle_new_function(VALUE address, VALUE arg_types, VALUE ret_type) argument
57 argv[2] = ret_type;
80 VALUE ptr, args, ret_type, abi, kwds; local
83 rb_scan_args(argc, argv, "31:", &ptr, &args, &ret_type, &abi, &kwds);
90 rb_iv_set(self, "@return_type", ret_type);
109 INT2FFI_TYPE(NUM2INT(ret_type)),
253 * call-seq: new(ptr, args, ret_type, abi = DEFAULT)
258 * * +ret_type+ is the return type of the function
H A Dfiddle.h140 VALUE rb_fiddle_new_function(VALUE address, VALUE arg_types, VALUE ret_type);
H A Dpointer.c341 VALUE ret_type; local
349 ret_type = INT2NUM(TYPE_VOID);
353 return rb_fiddle_new_function(address, arg_types, ret_type);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A Dlibffi.m232 ffi_type * ret_type;
475 ret_type = ffi_type_for_octype(ret_octype);
476 if (ret_type != &ffi_type_void) {
483 int cif_ret_status = ffi_prep_cif(&cif, FFI_DEFAULT_ABI, expected_argc + argc_delta, ret_type, arg_types);
519 if (ret_type != &ffi_type_void) {
/macosx-10.9.5/swig-10/Source/Modules/
H A Dphp.cxx1705 SwigType *ret_type = i.item; local
1709 Printf(mangled, "%s", SwigType_manglestr(ret_type));
1716 mangled = NewString(SwigType_manglestr(ret_type));

Completed in 291 milliseconds