Home
last modified time | relevance | path

Searched refs:lookup_and_install_protocols (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c200 static tree lookup_and_install_protocols PARAMS ((tree));
938 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
987 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
1027 lookup_and_install_protocols (protocols) in lookup_and_install_protocols() function
6234 = lookup_and_install_protocols (protocol_list);
6256 = lookup_and_install_protocols (protocol_list);
6493 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
6503 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c218 static tree lookup_and_install_protocols (tree);
1384 TYPE_OBJC_PROTOCOL_LIST (type) = lookup_and_install_protocols (protocols); in objc_get_protocol_qualified_type()
1426 lookup_and_install_protocols (tree protocols) in lookup_and_install_protocols() function
7559 = lookup_and_install_protocols (protocol_list); in start_class()
7581 = lookup_and_install_protocols (protocol_list); in start_class()
7789 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list); in start_protocol()
7799 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list); in start_protocol()
H A DChangeLog46 * objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.63467 * objc-act.c (get_object_ref, lookup_and_install_protocols,