HomeSort by: relevance | last modified time | path
    Searched defs:eff_type (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
dbxout.cc 3482 tree eff_type;
3520 of DECL_ARG_TYPE (parms) for the eff_type, so that gcc
3531 eff_type = DECL_ARG_TYPE (parms);
3543 eff_type = TREE_TYPE (parms);
3580 eff_type = TREE_TYPE (parms);
3602 eff_type = TREE_TYPE (parms);
3623 eff_type = TREE_TYPE (parms);
3655 dbxout_type (eff_type, 0);
3470 tree eff_type; local
  /src/external/gpl3/gcc/dist/gcc/config/sh/
sh.cc 7668 tree eff_type;
7708 eff_type = type;
7709 while (TREE_CODE (eff_type) == RECORD_TYPE
7710 && (member = find_sole_member (eff_type))
7717 if (TYPE_MODE (eff_type) == TYPE_MODE (field_type))
7718 eff_type = field_type;
7721 gcc_assert ((TYPE_ALIGN (eff_type)
7723 || (TYPE_ALIGN (eff_type)
7732 pass_as_float = ((SCALAR_FLOAT_TYPE_P (eff_type) && size <= 8)
7733 || (TREE_CODE (eff_type) == COMPLEX_TYP
7657 tree eff_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 7668 tree eff_type;
7708 eff_type = type;
7709 while (TREE_CODE (eff_type) == RECORD_TYPE
7710 && (member = find_sole_member (eff_type))
7717 if (TYPE_MODE (eff_type) == TYPE_MODE (field_type))
7718 eff_type = field_type;
7721 gcc_assert ((TYPE_ALIGN (eff_type)
7723 || (TYPE_ALIGN (eff_type)
7732 pass_as_float = ((TREE_CODE (eff_type) == REAL_TYPE && size <= 8)
7733 || (TREE_CODE (eff_type) == COMPLEX_TYP
7657 tree eff_type; local
    [all...]

Completed in 24 milliseconds