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

123456

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates61 $METHOD = ($INTRO_PART . $VIRTUAL_PART . "(?<return_type>" . $RETURN_PART . ")"
161 my ($decl, $name, $return_type, @argtypes) = @_;
163 print $return_type;
166 if ($return_type !~ m,\*$,) {
210 my ($name, $return_type, @argtypes) = @_;
212 write_function_header (1, $name, $return_type, @argtypes);
217 my ($name, $return_type, @argtypes) = @_;
220 $return_type, @argtypes);
223 if ($return_type ne 'void') {
239 my ($content, $style, $name, $return_type,
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmake-target-delegates.py67 + "(?P<return_type>"
156 def write_function_header(f, decl, name, return_type, argtypes):
157 print(return_type, file=f, end="")
159 if not return_type.endswith("*"):
183 def write_declaration(f, name, return_type, argtypes):
184 write_function_header(f, True, name, return_type, argtypes)
188 def write_delegator(f, name, return_type, argtypes):
190 f, False, "target_ops::" + name, return_type, argtypes
193 if return_type != "void":
202 def write_tdefault(f, content, style, name, return_type, argtype
334 return_type = entries[name]["return_type"] variable
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-finishbreakpoint.c46 PyObject *return_type; member in struct:finish_breakpoint_object
48 NULL if return_type is NULL. */
84 Py_XDECREF (self_bpfinish->return_type);
102 if (!self_finishbp->return_type)
110 type_object_to_type (self_finishbp->return_type);
242 self_bpfinish->return_type = NULL;
261 self_bpfinish->return_type = type_to_type_object (ret_type);
277 if (self_bpfinish->return_type == NULL || self_bpfinish->function_value == NULL)
280 Py_XDECREF (self_bpfinish->return_type);
283 self_bpfinish->return_type
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut03-sum-of-squares.cc42 gccjit::type return_type = the_type; local
49 return_type,
H A Dtut03-sum-of-squares.c43 gcc_jit_type *return_type = the_type; local
51 return_type,
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut03-sum-of-squares.cc42 gccjit::type return_type = the_type; local
49 return_type,
H A Dtut03-sum-of-squares.c43 gcc_jit_type *return_type = the_type; local
51 return_type,
/netbsd-current/usr.bin/rpcgen/
H A Drpc_sample.c59 static void return_type(proc_list *);
199 return_type(proc);
213 return_type(proc);
232 return_type(proc_list *plist) function
/netbsd-current/external/mit/isl/dist/interface/
H A Dpython.cc217 QualType return_type = fn->getReturnType(); local
222 if (is_isl_stat(return_type) || is_isl_bool(return_type))
249 if (is_isl_stat(return_type))
261 if (is_isl_stat(return_type) || is_isl_bool(return_type))
265 if (is_isl_stat(return_type)) {
267 } else if (is_isl_bool(return_type)) {
271 print_copy(return_type);
392 QualType return_type local
[all...]
H A Dgenerator.cc96 QualType type, return_type; local
109 return_type = fd->getReturnType();
110 return return_type == type;
147 QualType return_type = fd->getReturnType(); local
148 const Type *type = return_type.getTypePtr();
154 if (!is_isl_type(return_type))
227 QualType return_type = fn_type->getReturnType(); local
228 const EnumType *enum_type = return_type->getAs<EnumType>();
H A Dplain_cpp.cc1476 QualType return_type = method.fd->getReturnType(); local
1492 check_neg = is_isl_neg_error(return_type);
1493 check_null = is_isl_type(return_type);
1526 return type_printer()->return_type(method);
1598 QualType return_type = method.fd->getReturnType(); local
1602 if (is_isl_type(return_type) ||
1603 (generator.checked && is_isl_neg_error(return_type))) {
1611 } else if (is_isl_stat(return_type)) {
1613 } else if (is_string(return_type)) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h201 // return type by 'function_type' and 'return_type'.
668 typedef typename ::testing::internal::Function<F>::Result return_type;\
672 virtual return_type Perform(const args_type& args) {\
673 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
680 return_type gmock_PerformImpl(const args_type& args, \
729 typedef typename ::testing::internal::Function<F>::Result return_type;\
733 virtual return_type Perform(const args_type& args) {\
734 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
741 return_type gmock_PerformImpl(const args_type& args, \
778 typedef typename ::testing::internal::Function<F>::Result return_type;\
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c458 tree return_type)
477 tree mem_type = build_aligned_type (return_type,
498 return build_constructor_va (return_type, 2,
871 tree target_builtin_decl, b_arg_chain, return_type; local
1013 return_type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][0]];
1056 return s390_expand_overloaded_builtin (loc, ob_fcode, arglist, return_type);
1060 if (VOID_TYPE_P (return_type))
1064 return fully_fold_convert (return_type,
455 s390_expand_overloaded_builtin(location_t loc, unsigned fcode, vec<tree, va_gc> *arglist, tree return_type) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc480 tree return_type)
500 tree mem_type = build_aligned_type (return_type,
521 return build_constructor_va (return_type, 2,
894 tree target_builtin_decl, b_arg_chain, return_type; local
1036 return_type = s390_builtin_types[s390_builtin_ov_types[last_match_fntype_index][0]];
1079 return s390_expand_overloaded_builtin (loc, ob_fcode, arglist, return_type);
1083 if (VOID_TYPE_P (return_type))
1087 return fully_fold_convert (return_type,
477 s390_expand_overloaded_builtin(location_t loc, unsigned fcode, vec<tree, va_gc> *arglist, tree return_type) argument
/netbsd-current/tests/lib/libcurses/slave/
H A Dcommands.c105 write_to_director_type(data_enum_t return_type) argument
107 write_to_director_int(return_type);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c148 tree return_type = get_aka_type (TREE_TYPE (type)); local
164 if (type_ok_p && return_type == TREE_TYPE (type))
171 result = build_function_type (return_type, args);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc148 tree return_type = get_aka_type (TREE_TYPE (type)); local
164 if (type_ok_p && return_type == TREE_TYPE (type))
171 result = build_function_type (return_type, args);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dnet.h63 async_result<decay_t<_CompletionToken>, _Signature, void>::return_type;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddebug.c193 debug_type return_type; member in struct:debug_function_type
253 debug_type return_type; member in struct:debug_method_type
369 debug_type return_type; member in struct:debug_function
767 debug_type return_type, bfd_boolean global,
777 if (return_type == NULL)
789 f->return_type = return_type;
1414 f->return_type = type;
1573 debug_make_method_type (void *handle, debug_type return_type,
1581 if (return_type
764 debug_record_function(void *handle, const char *name, debug_type return_type, bfd_boolean global, bfd_vma addr) argument
1571 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c193 debug_type return_type; member in struct:debug_function_type
253 debug_type return_type; member in struct:debug_method_type
369 debug_type return_type; member in struct:debug_function
767 debug_type return_type, bool global,
777 if (return_type == NULL)
789 f->return_type = return_type;
1414 f->return_type = type;
1573 debug_make_method_type (void *handle, debug_type return_type,
1581 if (return_type
764 debug_record_function(void *handle, const char *name, debug_type return_type, bool global, bfd_vma addr) argument
1571 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bool varargs) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddebug.c198 debug_type return_type; member in struct:debug_function_type
258 debug_type return_type; member in struct:debug_method_type
374 debug_type return_type; member in struct:debug_function
783 debug_type return_type, bool global,
793 if (return_type == NULL)
804 f->return_type = return_type;
1417 f->return_type = type;
1572 debug_make_method_type (void *handle, debug_type return_type,
1580 if (return_type
780 debug_record_function(void *handle, const char *name, debug_type return_type, bool global, bfd_vma addr) argument
1570 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bool varargs) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc215 build_libcall_decl (const char *name, d_libcall_type return_type, argument
244 tree tret = build_ctype (get_libcall_type (return_type));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc220 build_libcall_decl (const char *name, d_libcall_type return_type, argument
249 tree tret = build_ctype (get_libcall_type (return_type));
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.cc145 tree return_type = gimple_call_return_type (call_stmt); local
162 return_type, fn,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c86 make_fndecl (tree return_type, argument
93 fn_type = build_varargs_function_type_array (return_type,
97 fn_type = build_function_type_array (return_type,

Completed in 397 milliseconds

123456