Searched refs:lookup_and_install_protocols (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c203 static tree lookup_and_install_protocols (tree, bool);
2834 TYPE_OBJC_PROTOCOL_LIST (type) = lookup_and_install_protocols
2882 lookup_and_install_protocols (tree protocols, bool definition_required) function
6940 = lookup_and_install_protocols (protocol_list, /* definition_required */ true);
6996 lookup_and_install_protocols
7007 = lookup_and_install_protocols
8211 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false);
8221 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c257 static tree lookup_and_install_protocols PROTO((tree));
1039 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
1089 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
1103 lookup_and_install_protocols (protocols)
6259 = lookup_and_install_protocols (protocol_list);
6281 = lookup_and_install_protocols (protocol_list);
6495 lookup_and_install_protocols (list);
1099 lookup_and_install_protocols (protocols) function

Completed in 174 milliseconds