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

  /src/external/gpl3/gcc.old/dist/gcc/
generic-match-head.cc 50 types_match (tree t1, tree t2) function
generic-match-head.cc 50 types_match (tree t1, tree t2) function
gimple-match-head.cc 1157 types_match (tree t1, tree t2) function
gimple-match-head.cc 1157 types_match (tree t1, tree t2) function
  /src/external/gpl3/gcc/dist/gcc/
generic-match-head.cc 52 types_match (tree t1, tree t2) function
generic-match-head.cc 52 types_match (tree t1, tree t2) function
gimple-match-head.cc 72 types_match (tree t1, tree t2) function
gimple-match-head.cc 72 types_match (tree t1, tree t2) function
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1090 bool types_match = rq1 == rq2;
1092 if (types_match)
1096 types_match = compparms (p1, p2);
1102 if (types_match && flag_concepts)
1103 types_match = function_requirements_equivalent_p (newdecl, olddecl);
1105 return types_match;
1118 int types_match;
1172 types_match = self_promoting_args_p (p1);
1177 types_match =
1185 types_match = 0
1085 bool types_match = rq1 == rq2; local
1113 int types_match; local
1657 int types_match = 0; local
    [all...]
decl.cc 1090 bool types_match = rq1 == rq2;
1092 if (types_match)
1096 types_match = compparms (p1, p2);
1102 if (types_match && flag_concepts)
1103 types_match = function_requirements_equivalent_p (newdecl, olddecl);
1105 return types_match;
1118 int types_match;
1172 types_match = self_promoting_args_p (p1);
1177 types_match =
1185 types_match = 0
1085 bool types_match = rq1 == rq2; local
1113 int types_match; local
1657 int types_match = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 995 int types_match;
1049 types_match = self_promoting_args_p (p1);
1054 types_match =
1062 types_match = 0;
1067 if (types_match && flag_concepts)
1068 types_match = function_requirements_equivalent_p (newdecl, olddecl);
1073 if (types_match
1099 types_match = same_type_p (TREE_TYPE (newres), TREE_TYPE (oldres));
1101 types_match = decls_match (newres, oldres);
1118 types_match = TREE_TYPE (olddecl) == error_mark_node
990 int types_match; local
1531 int types_match = 0; local
    [all...]
decl.cc 995 int types_match;
1049 types_match = self_promoting_args_p (p1);
1054 types_match =
1062 types_match = 0;
1067 if (types_match && flag_concepts)
1068 types_match = function_requirements_equivalent_p (newdecl, olddecl);
1073 if (types_match
1099 types_match = same_type_p (TREE_TYPE (newres), TREE_TYPE (oldres));
1101 types_match = decls_match (newres, oldres);
1118 types_match = TREE_TYPE (olddecl) == error_mark_node
990 int types_match; local
1531 int types_match = 0; local
    [all...]

Completed in 98 milliseconds