Home
last modified time | relevance | path

Searched refs:arg_short (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/c-interop/
H A Dtypecodes-scalar-basic-c.c10 CFI_cdesc_t *arg_short,
68 CFI_cdesc_t *arg_short, in ctest_int1() argument
74 check (arg_short, sizeof (short), CFI_type_short); in ctest_int1()
H A Dtypecodes-array-basic-c.c10 CFI_cdesc_t *arg_short,
68 CFI_cdesc_t *arg_short, in ctest_int1() argument
74 check (arg_short, sizeof (short), CFI_type_short); in ctest_int1()
H A Dtypecodes-array-basic.f9030 subroutine ctest_int1 (arg_int, arg_short, arg_long, arg_long_long, &
34 integer(C_SHORT) :: arg_short(:) local
H A Dtypecodes-scalar-basic.f9031 subroutine ctest_int1 (arg_int, arg_short, arg_long, arg_long_long, &
35 integer(C_SHORT), pointer :: arg_short local
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dsubr.c1231 short arg_short = (short) va_arg (args, int); in format_cmdline() local
1232 b->data = Xasprintf (buf, arg_short); in format_cmdline()