Searched refs:error_type_p (Results 1 – 5 of 5) sorted by relevance
10271 error_type_p (const_tree type) in error_type_p() function10283 return error_type_p (TREE_TYPE (type)); in error_type_p()10287 if (error_type_p (TREE_TYPE (type))) in error_type_p()10290 if (error_type_p (TREE_VALUE (t))) in error_type_p()10296 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type)); in error_type_p()10314 return !error_type_p (from); in ptr_reasonably_similar()10316 return !error_type_p (to); in ptr_reasonably_similar()10336 return !error_type_p (to) && !error_type_p (from); in ptr_reasonably_similar()
7649 extern bool error_type_p (const_tree);
10878 error_type_p (const_tree type) in error_type_p() function10890 return error_type_p (TREE_TYPE (type)); in error_type_p()10894 if (error_type_p (TREE_TYPE (type))) in error_type_p()10897 if (error_type_p (TREE_VALUE (t))) in error_type_p()10903 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type)); in error_type_p()10921 return !error_type_p (from); in ptr_reasonably_similar()10923 return !error_type_p (to); in ptr_reasonably_similar()10943 return !error_type_p (to) && !error_type_p (from); in ptr_reasonably_similar()
8060 extern bool error_type_p (const_tree);
160 * typeck.c (error_type_p): New.