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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 133 static tree lookup_property_in_list (tree, tree);
739 lookup_property_in_list (tree chain, tree property) function
757 if ((x = lookup_property_in_list (p, property)))
779 if ((x = lookup_property_in_list (inter, property)))
785 if ((x = lookup_property_in_list (category, property)))
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 134 static tree lookup_property_in_list (tree, tree);
741 lookup_property_in_list (tree chain, tree property) function
759 if ((x = lookup_property_in_list (p, property)))
781 if ((x = lookup_property_in_list (inter, property)))
787 if ((x = lookup_property_in_list (category, property)))

Completed in 76 milliseconds