Searched refs:similar_type_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4345 if (similar_type_p (optype, type))
4351 && similar_type_p (type, TREE_TYPE (optype)))
4356 && similar_type_p (type, TREE_TYPE (optype))
4368 && similar_type_p (type, TREE_TYPE (optype))
4488 if (similar_type_p (optype, type))
4512 && similar_type_p (type, TREE_TYPE (TREE_TYPE (subtype))))
4582 gcc_assert (!similar_type_p
H A Dcall.c1572 return (similar_type_p (t1, t2)
7828 gcc_assert (similar_type_p (type, next_conversion (convs)->type));
H A Dtypeck.c1113 : !similar_type_p (TREE_TYPE (t1), TREE_TYPE (t2)))
1605 similar_type_p (tree type1, tree type2)
1603 similar_type_p (tree type1, tree type2) function
H A Dcp-tree.h7566 extern bool similar_type_p (tree, tree);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5104 if (off == 0 && similar_type_p (optype, type))
5107 && similar_type_p (type, TREE_TYPE (optype)))
5118 && similar_type_p (type, TREE_TYPE (optype))
5266 if (similar_type_p (optype, type))
5299 && similar_type_p (type, TREE_TYPE (TREE_TYPE (subtype))))
5369 gcc_assert (!similar_type_p
H A Dtypeck.cc1141 : !similar_type_p (TREE_TYPE (t1), TREE_TYPE (t2)))
1602 similar_type_p (tree type1, tree type2)
1600 similar_type_p (tree type1, tree type2) function
H A Dcall.cc1584 return (similar_type_p (t1, t2)
8296 gcc_assert (similar_type_p (type, next_conversion (convs)->type));
H A Dcp-tree.h7975 extern bool similar_type_p (tree, tree);

Completed in 411 milliseconds