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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 509 tree unaligned_type = build_variant_type_copy (type); local
510 SET_TYPE_ALIGN (unaligned_type, 1 * BITS_PER_UNIT);
511 TYPE_USER_ALIGN (unaligned_type) = 1;
512 result = convert (type, build_vconvert (unaligned_type, exp));

Completed in 24 milliseconds