Home
last modified time | relevance | path

Searched refs:fundecl (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc7046 m68k_return_pops_args (tree fundecl, tree funtype, poly_int64 size) in m68k_return_pops_args() argument
7049 && (!fundecl in m68k_return_pops_args()
7050 || TREE_CODE (fundecl) != IDENTIFIER_NODE) in m68k_return_pops_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/vax/
Dvax.cc2316 vax_return_pops_args (tree fundecl ATTRIBUTE_UNUSED, in vax_return_pops_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in2467 @defmac FIRST_PARM_OFFSET (@var{fundecl})
2476 @defmac STACK_DYNAMIC_OFFSET (@var{fundecl})
2599 @defmac ARG_POINTER_CFA_OFFSET (@var{fundecl})
2607 @code{FIRST_PARM_OFFSET (fundecl) + crtl->args.pretend_args_size},
2618 @defmac FRAME_POINTER_CFA_OFFSET (@var{fundecl})
2633 @defmac CFA_FRAME_BASE_OFFSET (@var{fundecl})
5164 @defmac ASM_OUTPUT_POOL_PROLOGUE (@var{file}, @var{funname}, @var{fundecl}, @var{size})
5168 be required, it can be obtained via @var{fundecl}. @var{size}
5204 @defmac ASM_OUTPUT_POOL_EPILOGUE (@var{file} @var{funname} @var{fundecl} @var{size})
5208 obtain it via @var{fundecl}. @var{size} is the size, in bytes, of the
Dtm.texi3166 @defmac FIRST_PARM_OFFSET (@var{fundecl})
3175 @defmac STACK_DYNAMIC_OFFSET (@var{fundecl})
3329 @defmac ARG_POINTER_CFA_OFFSET (@var{fundecl})
3337 @code{FIRST_PARM_OFFSET (fundecl) + crtl->args.pretend_args_size},
3348 @defmac FRAME_POINTER_CFA_OFFSET (@var{fundecl})
3363 @defmac CFA_FRAME_BASE_OFFSET (@var{fundecl})
4011 @deftypefn {Target Hook} poly_int64 TARGET_RETURN_POPS_ARGS (tree @var{fundecl}, tree @var{funtype}…
4016 @var{fundecl} is a C variable whose value is a tree node that describes
4027 When a call to a library function is being considered, @var{fundecl}
8287 @defmac ASM_OUTPUT_POOL_PROLOGUE (@var{file}, @var{funname}, @var{fundecl}, @var{size})
[all …]
Dgccint.info35426 The default value for this macro is 'FIRST_PARM_OFFSET (fundecl) +
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc1321 ix86_return_pops_args (tree fundecl, tree funtype, poly_int64 size) in ix86_return_pops_args() argument
1337 if (aggregate_value_p (TREE_TYPE (funtype), fundecl) in ix86_return_pops_args()
1340 int nregs = ix86_function_regparm (funtype, fundecl); in ix86_return_pops_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarget.def5276 @var{fundecl} is a C variable whose value is a tree node that describes\n\
5287 When a call to a library function is being considered, @var{fundecl}\n\
5307 poly_int64, (tree fundecl, tree funtype, poly_int64 size),
DChangeLog-20059959 DECL_IN_SYSTEM_HEADER on NULL fundecl.
14388 * c-typeck.c (build_function_call): Set fundecl = function again.
DChangeLog-20115038 * config/alpha/alpha.c (alpha_write_linkage): Remove fundecl
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc12518 s390_return_in_memory (const_tree type, const_tree fundecl ATTRIBUTE_UNUSED) in s390_return_in_memory()