Searched refs:types_match (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | generic-match-head.cc | 50 types_match (tree t1, tree t2) in types_match() function
|
| D | match.pd | 525 (if (types_match (type, float_type_node)) 527 (if (types_match (type, double_type_node)) 529 (if (types_match (type, long_double_type_node)) 1679 || types_match (@0, @1)) 1716 && types_match (type, @0)) 1928 && types_match (@0, @1)) 2662 (if (types_match (type, @0)) 2693 (if (types_match (type, @0)) 2712 (if (types_match (type, @0)) 2775 && types_match (TREE_TYPE (@0), TREE_TYPE (@1)) [all …]
|
| D | gimple-match-head.cc | 1151 types_match (tree t1, tree t2) in types_match() function
|
| D | ChangeLog-2015 | 32894 * generic-match-head.c (types_match): Handle non-types. 32895 * gimple-match-head.c (types_match): Likewise. 32896 * match.pd: Remove unnecessary TREE_TYPE for types_match. 33926 * generic-match-head.c: (types_match, single_use): New functions. 33927 * gimple-match-head.c: (types_match, single_use): New functions. 34179 * generic-match-head.c: (types_match, single_use): New functions. 34180 * gimple-match-head.c: (types_match, single_use): New functions. 34219 * generic-match-head.c: (types_match, single_use): New functions. 34220 * gimple-match-head.c: (types_match, single_use): New functions.
|
| D | ChangeLog | 10306 * match.pd (cond_expr_convert_p): Add types_match check when
|
| D | ChangeLog-2016 | 11334 with types_match for GIMPLE code gen to handle type mismatched
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl.cc | 990 int types_match; in decls_match() local 1044 types_match = self_promoting_args_p (p1); in decls_match() 1049 types_match = in decls_match() 1057 types_match = 0; in decls_match() 1062 if (types_match && flag_concepts) in decls_match() 1063 types_match = function_requirements_equivalent_p (newdecl, olddecl); in decls_match() 1068 if (types_match in decls_match() 1094 types_match = same_type_p (TREE_TYPE (newres), TREE_TYPE (oldres)); in decls_match() 1096 types_match = decls_match (newres, oldres); in decls_match() 1113 types_match = TREE_TYPE (olddecl) == error_mark_node; in decls_match() [all …]
|