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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 124 static bool objc_derived_from_p (tree, tree);
125 #define DERIVED_FROM_P(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD)
2777 objc_derived_from_p (tree parent, tree child) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 125 static bool objc_derived_from_p (tree, tree);
126 #define DERIVED_FROM_P(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD)
2779 objc_derived_from_p (tree parent, tree child) function

Completed in 23 milliseconds