Searched refs:type_arg_types (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcalls.c3603 tree type_arg_types;
3843 into their real and imaginary parts. Munge the type_arg_types
3856 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype));
3859 type_arg_types = TYPE_ARG_TYPES (funtype);
3894 if (type_arg_types != 0)
3896 = (list_length (type_arg_types)
3930 if (type_arg_types != 0
3933 else if (type_arg_types != 0
3602 tree type_arg_types; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcalls.cc2594 tree type_arg_types;
2835 into their real and imaginary parts. Munge the type_arg_types
2848 type_arg_types = split_complex_types (TYPE_ARG_TYPES (funtype));
2851 type_arg_types = TYPE_ARG_TYPES (funtype);
2886 if (type_arg_types != 0)
2888 = (list_length (type_arg_types)
2922 if (type_arg_types != 0
2925 else if (type_arg_types != 0
2593 tree type_arg_types; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c22170 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl));
22171 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE);
22173 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0;
22130 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl)); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23283 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl)); local
23284 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE);
23286 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc23456 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl));
23457 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE);
23459 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc26879 tree type_arg_types = TYPE_ARG_TYPES (TREE_TYPE (node->decl));
26880 bool decl_arg_p = (node->definition || type_arg_types == NULL_TREE);
26882 for (t = (decl_arg_p ? DECL_ARGUMENTS (node->decl) : type_arg_types), i = 0;

Completed in 318 milliseconds