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

  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1560 tree t_new_type = build_variant_type_copy (m_inner); local
1562 SET_TYPE_ALIGN (t_new_type, alignment_in_bytes * BITS_PER_UNIT);
1563 TYPE_USER_ALIGN (t_new_type) = 1;
1565 return new type (t_new_type);
1575 tree t_new_type = build_vector_type (m_inner, num_units); local
1576 return new type (t_new_type);
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1725 tree t_new_type = build_variant_type_copy (m_inner); local
1727 SET_TYPE_ALIGN (t_new_type, alignment_in_bytes * BITS_PER_UNIT);
1728 TYPE_USER_ALIGN (t_new_type) = 1;
1730 return new type (t_new_type);
1740 tree t_new_type = build_vector_type (m_inner, num_units); local
1741 return new type (t_new_type);

Completed in 28 milliseconds