Home
last modified time | relevance | path

Searched refs:prototype_p (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1451 int prototype_p; member
1592 (CUM).prototype_p = (FNTYPE) && TYPE_ARG_TYPES (FNTYPE); \
1713 && ((NAMED) || ! (CUM).prototype_p)) \
1727 if (TARGET_SHCOMPACT && ! (CUM).prototype_p) \
1809 && ((NAMED) || ! (CUM).prototype_p) \
1811 ? ((! (CUM).prototype_p && TARGET_SHMEDIA) \
/openbsd/gnu/gcc/gcc/config/sparc/
H A Dsparc.h1536 int prototype_p; /* nonzero if a prototype is present */ member
H A Dsparc.c4411 cum->prototype_p = fntype && TYPE_ARG_TYPES (fntype); in init_cumulative_args()
5134 if (cum->prototype_p || cum->libcall_p) in function_arg()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c7270 && (named || ! ca->prototype_p) in sh_function_arg()
7273 if (! ca->prototype_p && TARGET_SHMEDIA) in sh_function_arg()
7378 && (named || ! ca->prototype_p)) in sh_function_arg_advance()
7392 if (TARGET_SHCOMPACT && ! ca->prototype_p) in sh_function_arg_advance()
10265 pcum->prototype_p = TYPE_ARG_TYPES (fntype) ? TRUE : FALSE; in sh_init_cumulative_args()
10281 pcum->prototype_p = FALSE; in sh_init_cumulative_args()
H A Dsh.h1657 int prototype_p; member
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.h1743 int prototype_p; /* nonzero if a prototype is present */ member
H A Dsparc.c4407 cum->prototype_p = fntype && TYPE_ARG_TYPES (fntype);
4970 if (cum->prototype_p || cum->libcall_p)