Searched refs:in_struct_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c481 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p) argument
510 if (arg_p && type_size > 16 && !in_struct_p)
519 in an array type. That's why we do not set in_struct_p to
521 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc517 s390_check_type_for_vector_abi (const_tree type, bool arg_p, bool in_struct_p) argument
546 if (arg_p && type_size > 16 && !in_struct_p)
555 in an array type. That's why we do not set in_struct_p to
557 s390_check_type_for_vector_abi (TREE_TYPE (type), arg_p, in_struct_p); local

Completed in 162 milliseconds