| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-object-run.c | 103 /* Create a copy of FUNC_TYPE that is independent of OBJFILE. */ 106 create_copied_type_recursive (objfile *objfile, type *func_type) 110 return copy_type_recursive (func_type, copied_types); 133 struct type *func_type = func_sym->type (); local 137 /* OBJFILE may disappear while FUNC_TYPE is still in use as a 140 func_type = create_copied_type_recursive (objfile, func_type); 142 gdb_assert (func_type->code () == TYPE_CODE_FUNC); 143 func_val = value_from_pointer (lookup_pointer_type (func_type), 146 vargs = XALLOCAVEC (struct value *, func_type->num_fields ()) [all...] |
| compile-object-load.c | 518 struct type *func_type = func_sym->type (); local 522 if (func_type->num_fields () == 0) 525 regsp_type = check_typedef (func_type->field (0).type ()); 606 struct type *func_type; local 656 func_type = func_sym->type (); 657 if (func_type->code () != TYPE_CODE_FUNC) 660 func_type->code (), GCC_FE_WRAPPER_FUNCTION, 684 if (func_type->num_fields () != expect_parameters) 687 func_type->num_fields (), GCC_FE_WRAPPER_FUNCTION, 689 if (!types_deeply_equal (expect_return_type, func_type->target_type ()) [all...] |
| compile-cplus-types.c | 668 gcc_type func_type = compile_cplus_convert_func (instance, method_type, true); local 683 (class_type, func_type, quals.raw (), rquals.raw ());
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| observable.h | 85 typedef std::function<void (T...)> func_type; typedef in class:gdb::observers::observable 90 observer (const struct token *token, func_type func, const char *name, 96 func_type func; 117 void attach (const func_type &f, const char *name, 133 void attach (const func_type &f, const token &t, const char *name, 228 void attach (const func_type &f, const token *t, const char *name,
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-object-run.c | 103 /* Create a copy of FUNC_TYPE that is independent of OBJFILE. */ 106 create_copied_type_recursive (objfile *objfile, type *func_type) 109 func_type = copy_type_recursive (func_type, copied_types.get ()); 110 return func_type; 133 struct type *func_type = func_sym->type (); local 137 /* OBJFILE may disappear while FUNC_TYPE is still in use as a 140 func_type = create_copied_type_recursive (objfile, func_type); 142 gdb_assert (func_type->code () == TYPE_CODE_FUNC) [all...] |
| compile-object-load.c | 518 struct type *func_type = func_sym->type (); local 522 if (func_type->num_fields () == 0) 525 regsp_type = check_typedef (func_type->field (0).type ()); 606 struct type *func_type; local 657 func_type = func_sym->type (); 658 if (func_type->code () != TYPE_CODE_FUNC) 661 func_type->code (), GCC_FE_WRAPPER_FUNCTION, 685 if (func_type->num_fields () != expect_parameters) 688 func_type->num_fields (), GCC_FE_WRAPPER_FUNCTION, 690 if (!types_deeply_equal (expect_return_type, func_type->target_type ()) [all...] |
| compile-cplus-types.c | 668 gcc_type func_type = compile_cplus_convert_func (instance, method_type, true); local 683 (class_type, func_type, quals.raw (), rquals.raw ());
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| observable.h | 85 typedef std::function<void (T...)> func_type; typedef in class:gdb::observers::observable 90 observer (const struct token *token, func_type func, const char *name, 96 func_type func; 117 void attach (const func_type &f, const char *name, 133 void attach (const func_type &f, const token &t, const char *name, 228 void attach (const func_type &f, const token *t, const char *name,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ppc-sysv-tdep.c | 680 do_ppc_sysv_return_value (struct gdbarch *gdbarch, struct type *func_type, 687 int opencl_abi = func_type? ppc_sysv_use_opencl_abi (func_type) : 0; 1995 struct type *func_type = function ? function->type () : NULL; local 1996 int opencl_abi = func_type? ppc_sysv_use_opencl_abi (func_type) : 0;
|
| or1k-tdep.c | 642 struct type *func_type = function->type (); 670 if (func_type->has_varargs () && argnum >= func_type->num_fields ()) 640 struct type *func_type = function->type (); local
|
| rx-tdep.c | 672 struct type *func_type = function->type (); local 675 while (func_type->code () == TYPE_CODE_PTR) 676 func_type = func_type->target_type (); 679 gdb_assert (func_type->code () == TYPE_CODE_FUNC 680 || func_type->code () == TYPE_CODE_METHOD); 693 if (func_type->has_varargs ()) 694 num_register_candidate_args = func_type->num_fields () - 1; 711 struct type *return_type = func_type->target_type (); 714 || func_type->code () == TYPE_CODE_UNION) [all...] |
| tic6x-tdep.c | 867 struct type *func_type = function->type (); local 883 func_type = check_typedef (func_type); 884 if (func_type->code () == TYPE_CODE_PTR) 885 func_type = check_typedef (func_type->target_type ()); 887 gdb_assert (func_type->code () == TYPE_CODE_FUNC 888 || func_type->code () == TYPE_CODE_METHOD); 892 if (func_type->has_varargs ()) 893 first_arg_on_stack = func_type->num_fields () - 1 [all...] |
| msp430-tdep.c | 660 struct type *func_type = function->type (); local 663 while (func_type->code () == TYPE_CODE_PTR) 664 func_type = func_type->target_type (); 667 gdb_assert (func_type->code () == TYPE_CODE_FUNC 668 || func_type->code () == TYPE_CODE_METHOD);
|
| nds32-tdep.c | 1434 struct type *func_type = function->type (); 1498 if (abi_use_fpr && func_type->has_varargs () 1499 && i >= func_type->num_fields ()) 1812 nds32_return_value (struct gdbarch *gdbarch, struct value *func_type, 1429 struct type *func_type = function->type (); local
|
| sh-tdep.c | 87 sh_is_renesas_calling_convention (struct type *func_type) 91 if (func_type) 93 func_type = check_typedef (func_type); 95 if (func_type->code () == TYPE_CODE_PTR) 96 func_type = check_typedef (func_type->target_type ()); 98 if (func_type->code () == TYPE_CODE_FUNC 99 && TYPE_CALLING_CONVENTION (func_type) == DW_CC_GNU_renesas_sh) 928 sh_next_flt_argreg (struct gdbarch *gdbarch, int len, struct type *func_type) 1033 struct type *func_type = function->type (); local 1175 struct type *func_type = function->type (); local 1367 struct type *func_type = function ? function->type () : NULL; local 1384 struct type *func_type = function ? function->type () : NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ppc-sysv-tdep.c | 680 do_ppc_sysv_return_value (struct gdbarch *gdbarch, struct type *func_type, 687 int opencl_abi = func_type? ppc_sysv_use_opencl_abi (func_type) : 0; 1995 struct type *func_type = function ? function->type () : NULL; local 1996 int opencl_abi = func_type? ppc_sysv_use_opencl_abi (func_type) : 0;
|
| loongarch-tdep.c | 665 struct type *func_type = check_typedef (function->type ()); local 666 bool varargs = (func_type->has_varargs () && i >= func_type->num_fields ());
|
| or1k-tdep.c | 642 struct type *func_type = function->type (); 670 if (func_type->has_varargs () && argnum >= func_type->num_fields ()) 640 struct type *func_type = function->type (); local
|
| rx-tdep.c | 672 struct type *func_type = function->type (); local 675 while (func_type->code () == TYPE_CODE_PTR) 676 func_type = func_type->target_type (); 679 gdb_assert (func_type->code () == TYPE_CODE_FUNC 680 || func_type->code () == TYPE_CODE_METHOD); 693 if (func_type->has_varargs ()) 694 num_register_candidate_args = func_type->num_fields () - 1; 711 struct type *return_type = func_type->target_type (); 714 || func_type->code () == TYPE_CODE_UNION) [all...] |
| tic6x-tdep.c | 867 struct type *func_type = function->type (); local 883 func_type = check_typedef (func_type); 884 if (func_type->code () == TYPE_CODE_PTR) 885 func_type = check_typedef (func_type->target_type ()); 887 gdb_assert (func_type->code () == TYPE_CODE_FUNC 888 || func_type->code () == TYPE_CODE_METHOD); 892 if (func_type->has_varargs ()) 893 first_arg_on_stack = func_type->num_fields () - 1 [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-atm.c | 435 uint8_t cell_type, func_type, payload, clp; local 446 func_type = GET_U_1((p + ATM_HDR_LEN_NOHEC + hec)) & 0x0f; 469 ND_PRINT(", func-type unknown (%u)", func_type); 472 tok2str(oam_functype_str, "none", func_type), 473 func_type); 477 switch (cell_type << 4 | func_type) {
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 163 tree func_type = NULL_TREE; local 171 func_type = build_function_type_list (const_ptr_type_node, 180 func_type); 184 func_type = build_function_type_list (const_ptr_type_node, 191 func_type);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| vtable-class-hierarchy.cc | 163 tree func_type = NULL_TREE; local 171 func_type = build_function_type_list (const_ptr_type_node, 180 func_type); 184 func_type = build_function_type_list (const_ptr_type_node, 191 func_type);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| ctf-ptype.c | 226 typedef int (*func_type) (int (*) (int, float), float); typedef 235 func_type v_func_type;
|
| ptype.c | 242 typedef int (*func_type) (int (*) (int, float), float); typedef 251 func_type v_func_type; 255 .stabs "func_type:t(0,100)=*(0,101)=g(0,1)(0,102)=*(0,103)=g(0,1)(0,1)(0,14)#(0,14)#",128,0,234,0
|