Home
last modified time | relevance | path

Searched refs:error_type_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c8090 error_type_p (const_tree type) in error_type_p() function
8102 return error_type_p (TREE_TYPE (type)); in error_type_p()
8106 if (error_type_p (TREE_TYPE (type))) in error_type_p()
8109 if (error_type_p (TREE_VALUE (t))) in error_type_p()
8115 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type)); in error_type_p()
8133 return !error_type_p (from); in ptr_reasonably_similar()
8135 return !error_type_p (to); in ptr_reasonably_similar()
8155 return !error_type_p (to) && !error_type_p (from); in ptr_reasonably_similar()
H A Dcp-tree.h5837 extern bool error_type_p (const_tree);
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c9527 error_type_p (const_tree type) in error_type_p() function
9539 return error_type_p (TREE_TYPE (type)); in error_type_p()
9543 if (error_type_p (TREE_TYPE (type))) in error_type_p()
9546 if (error_type_p (TREE_VALUE (t))) in error_type_p()
9552 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type)); in error_type_p()
9570 return !error_type_p (from); in ptr_reasonably_similar()
9572 return !error_type_p (to); in ptr_reasonably_similar()
9592 return !error_type_p (to) && !error_type_p (from); in ptr_reasonably_similar()
H A Dcp-tree.h7282 extern bool error_type_p (const_tree);