HomeSort by: relevance | last modified time | path
    Searched refs:desttype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 950 tree desttype local
983 && !(desttype
984 && AGGREGATE_TYPE_P (desttype)
985 && TYPE_REVERSE_STORAGE_ORDER (desttype)))
1013 tree desttype = type; local
1040 desttype = build_aligned_type (type, dest_align);
1042 = gimple_build_assign (fold_build2 (MEM_REF, desttype,
1170 if (!desttype
1171 || (AGGREGATE_TYPE_P (desttype)
1172 && TYPE_REVERSE_STORAGE_ORDER (desttype)))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 947 tree desttype local
980 && !(desttype
981 && AGGREGATE_TYPE_P (desttype)
982 && TYPE_REVERSE_STORAGE_ORDER (desttype)))
1013 tree desttype = type; local
1040 desttype = build_aligned_type (type, dest_align);
1042 = gimple_build_assign (fold_build2 (MEM_REF, desttype,
1170 if (!desttype
1171 || (AGGREGATE_TYPE_P (desttype)
1172 && TYPE_REVERSE_STORAGE_ORDER (desttype)))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 10836 tree desttype = TREE_TYPE (TREE_TYPE (dest)); local
10838 if (!desttype || !COMPLETE_TYPE_P (desttype) || !CLASS_TYPE_P (desttype))
10850 bool special = same_type_ignoring_top_level_qualifiers_p (ctx, desttype);
10855 && !first_non_trivial_field (desttype))
10860 bool trivial = trivial_type_p (desttype);
10867 bool trivassign = has_trivial_copy_assign_p (desttype, true, &hasassign);
10869 /* Set to true if DESTTYPE has an accessible default and copy ctor,
10875 bool trivcopy = has_trivial_copy_p (desttype, true, hasctors)
11068 inform (location_of (desttype), "%#qT declared here", desttype); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10155 tree desttype = TREE_TYPE (TREE_TYPE (dest)); local
10157 if (!desttype || !COMPLETE_TYPE_P (desttype) || !CLASS_TYPE_P (desttype))
10169 bool special = same_type_ignoring_top_level_qualifiers_p (ctx, desttype);
10174 && !first_non_trivial_field (desttype))
10179 bool trivial = trivial_type_p (desttype);
10186 bool trivassign = has_trivial_copy_assign_p (desttype, true, &hasassign);
10188 /* Set to true if DESTTYPE has an accessible default and copy ctor,
10194 bool trivcopy = has_trivial_copy_p (desttype, true, hasctors)
10387 inform (location_of (desttype), "%#qT declared here", desttype); local
    [all...]

Completed in 31 milliseconds