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

  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 130 static bool target_incomplete_p (tree);
877 target_incomplete_p (tree type)
902 return target_incomplete_p (TREE_TYPE (type));
907 (target_incomplete_p (TYPE_PTRMEM_POINTED_TO_TYPE (type))
1035 bool incomplete = target_incomplete_p (to);
1076 bool incomplete = target_incomplete_p (to);
875 target_incomplete_p (tree type) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 130 static bool target_incomplete_p (tree);
873 target_incomplete_p (tree type)
898 return target_incomplete_p (TREE_TYPE (type));
903 (target_incomplete_p (TYPE_PTRMEM_POINTED_TO_TYPE (type))
1031 bool incomplete = target_incomplete_p (to);
1072 bool incomplete = target_incomplete_p (to);
871 target_incomplete_p (tree type) function

Completed in 15 milliseconds