Searched refs:types_match (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dc-decl.c1517 int types_match = comptypes (TREE_TYPE (newdecl), TREE_TYPE (olddecl));
1530 types_match = 0;
1577 if (types_match && TREE_CODE (newdecl) == PARM_DECL
1606 else if (!types_match)
1631 types_match = comptypes (newtype, trytype);
1632 if (types_match)
1652 types_match = comptypes (newtype, trytype);
1653 if (types_match)
1661 if (!types_match)
1679 else if (!types_match)
1509 int types_match = comptypes (TREE_TYPE (newdecl), TREE_TYPE (olddecl)); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl.c993 int types_match;
1052 types_match = self_promoting_args_p (p1);
1065 types_match = self_promoting_args_p (p2);
1070 types_match =
1078 types_match = 0;
1083 if (types_match
1120 types_match = same_type_p (TREE_TYPE (DECL_TEMPLATE_RESULT (olddecl)),
1123 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
1141 types_match = TREE_TYPE (olddecl) == error_mark_node;
1143 types_match
988 int types_match; local
1302 int olddecl_friend = 0, types_match = 0, hidden_friend = 0; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c3013 int types_match;
3063 types_match = self_promoting_args_p (p1);
3070 types_match = self_promoting_args_p (p2);
3074 types_match = compparms (p1, p2);
3077 types_match = 0;
3086 types_match = 1;
3088 types_match = decls_match (DECL_TEMPLATE_RESULT (olddecl),
3094 types_match = TREE_TYPE (olddecl) == error_mark_node;
3096 types_match = TREE_TYPE (newdecl) == NULL_TREE;
3098 types_match
3005 int types_match; local
3157 int olddecl_friend = 0, types_match = 0; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c13868 int types_match = 1;
13879 types_match = 0;
13889 if (types_match && TREE_CODE (newdecl) == PARM_DECL
13904 else if (!types_match)
13929 types_match = 1;
13930 if (types_match)
13936 if (!types_match)
13946 else if (!types_match)
13961 if (types_match)
14100 && (!types_match || new_is_definitio
13866 int types_match = 1; local
[all...]

Completed in 293 milliseconds