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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 6991 tree super_interface = NULL_TREE;
6994 super_interface = lookup_interface (super);
6996 if (!super_interface)
7005 if (TREE_UNAVAILABLE (super_interface))
7007 else if (TREE_DEPRECATED (super_interface))
6987 tree super_interface = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 6993 tree super_interface = NULL_TREE;
6996 super_interface = lookup_interface (super);
6998 if (!super_interface)
7007 if (TREE_UNAVAILABLE (super_interface))
7009 else if (TREE_DEPRECATED (super_interface))
6989 tree super_interface = NULL_TREE; local

Completed in 22 milliseconds