HomeSort by: relevance | last modified time | path
    Searched defs:error_type_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 11539 error_type_p (const_tree type)
11551 return error_type_p (TREE_TYPE (type));
11555 if (error_type_p (TREE_TYPE (type)))
11558 if (error_type_p (TREE_VALUE (t)))
11564 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type));
11582 return !error_type_p (from);
11584 return !error_type_p (to);
11604 return !error_type_p (to) && !error_type_p (from);
11524 error_type_p (const_tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 10914 error_type_p (const_tree type)
10926 return error_type_p (TREE_TYPE (type));
10930 if (error_type_p (TREE_TYPE (type)))
10933 if (error_type_p (TREE_VALUE (t)))
10939 return error_type_p (TYPE_PTRMEMFUNC_FN_TYPE (type));
10957 return !error_type_p (from);
10959 return !error_type_p (to);
10979 return !error_type_p (to) && !error_type_p (from);
10898 error_type_p (const_tree type) function

Completed in 31 milliseconds