Searched refs:function_type (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
H A D | debug.c | 2572 return (*fns->function_type) (fhandle, is, in debug_write_type()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | debug.h | 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member
|
H A D | debug.c | 2573 return (*fns->function_type) (fhandle, is, in debug_write_type()
|
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | i386.h | 2534 enum function_type enum 2597 ENUM_BITFIELD(function_type) func_type : 2;
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraphunit.c | 521 const char *function_type = ((gimple_has_body_p (fndecl)) in add_new_function() local 530 function_type, in add_new_function()
|
H A D | tree.def | 253 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.def | 242 DEFTREECODE (FUNCTION_TYPE, "function_type", tcc_type, 0)
|