Home
last modified time | relevance | path

Searched refs:lookup_property_in_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc134 static tree lookup_property_in_list (tree, tree);
741 lookup_property_in_list (tree chain, tree property) in lookup_property_in_list() function
759 if ((x = lookup_property_in_list (p, property))) in lookup_property_in_protocol_list()
781 if ((x = lookup_property_in_list (inter, property))) in lookup_property()
787 if ((x = lookup_property_in_list (category, property))) in lookup_property()
H A DChangeLog2361 (lookup_property_in_list): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c134 static tree lookup_property_in_list (tree, tree);
738 lookup_property_in_list (tree chain, tree property) in lookup_property_in_list() function
756 if ((x = lookup_property_in_list (p, property))) in lookup_property_in_protocol_list()
778 if ((x = lookup_property_in_list (inter, property))) in lookup_property()
784 if ((x = lookup_property_in_list (category, property))) in lookup_property()