Searched refs:funcdecl (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | target.h | 718 tree funcdecl, tree val);
|
H A D | targhooks.c | 357 tree funcdecl ATTRIBUTE_UNUSED, in hook_invalid_arg_for_unprototyped_fn()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/ |
H A D | cris.c | 2638 cris_asm_output_mi_thunk (stream, thunkdecl, delta, vcall_offset, funcdecl) in cris_asm_output_mi_thunk() argument 2643 tree funcdecl; 2660 const char *name = XSTR (XEXP (DECL_RTL (funcdecl), 0), 0); 2684 assemble_name (stream, XSTR (XEXP (DECL_RTL (funcdecl), 0), 0));
|
/openbsd/gnu/gcc/gcc/config/cris/ |
H A D | cris.c | 2218 tree funcdecl) in cris_asm_output_mi_thunk() argument 2231 const char *name = XSTR (XEXP (DECL_RTL (funcdecl), 0), 0); in cris_asm_output_mi_thunk() 2241 assemble_name (stream, XSTR (XEXP (DECL_RTL (funcdecl), 0), 0)); in cris_asm_output_mi_thunk()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 19520 invalid_arg_for_unprototyped_fn (tree typelist, tree funcdecl, tree val) in invalid_arg_for_unprototyped_fn() argument 19525 && (funcdecl == NULL_TREE in invalid_arg_for_unprototyped_fn() 19526 || (TREE_CODE (funcdecl) == FUNCTION_DECL in invalid_arg_for_unprototyped_fn() 19527 && DECL_BUILT_IN_CLASS (funcdecl) != BUILT_IN_MD))) in invalid_arg_for_unprototyped_fn()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | tm.texi | 9941 … *TARGET_INVALID_ARG_FOR_UNPROTOTYPED_FN (tree @var{typelist}, tree @var{funcdecl}, tree @var{val}) 9943 illegal to pass argument @var{val} to function @var{funcdecl}
|