Searched refs:parm_kind (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c9470 auto_vec<enum tgmath_parm_kind> parm_kind (nargs + 1);
9572 parm_kind.quick_push (this_kind);
9588 if (parm_kind[j] == max_variation)
9662 if ((parm_kind[0] == tgmath_complex && ret != exp_type)
9663 || (parm_kind[0] == tgmath_real && ret != exp_real_type))
9677 if ((parm_kind[argpos] == tgmath_complex
9679 || (parm_kind[argpos] == tgmath_real
9712 if (parm_kind[j] == tgmath_fixed)
9809 if (parm_kind[0] == tgmath_fixed
9821 if (parm_kind[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc9467 auto_vec<enum tgmath_parm_kind> parm_kind (nargs + 1);
9569 parm_kind.quick_push (this_kind);
9585 if (parm_kind[j] == max_variation)
9659 if ((parm_kind[0] == tgmath_complex && ret != exp_type)
9660 || (parm_kind[0] == tgmath_real && ret != exp_real_type))
9674 if ((parm_kind[argpos] == tgmath_complex
9676 || (parm_kind[argpos] == tgmath_real
9709 if (parm_kind[j] == tgmath_fixed)
9806 if (parm_kind[0] == tgmath_fixed
9818 if (parm_kind[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c5578 int parm_kind; local
5680 parm_kind = MISSING;
5804 parm_kind = ELEMENTAL;
6270 parm_kind = SCALAR_POINTER;
6599 switch (parm_kind)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc6010 int parm_kind; local
6112 parm_kind = MISSING;
6236 parm_kind = ELEMENTAL;
6701 parm_kind = SCALAR_POINTER;
7071 switch (parm_kind)

Completed in 197 milliseconds