Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c10271 error_type_p (const_tree type) in error_type_p() function
10283 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()
H A Dcp-tree.h7649 extern bool error_type_p (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc10878 error_type_p (const_tree type) in error_type_p() function
10890 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()
H A Dcp-tree.h8060 extern bool error_type_p (const_tree);
H A DChangeLog-2009160 * typeck.c (error_type_p): New.