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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c202 static tree lookup_and_install_protocols PARAMS ((tree));
942 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
991 TYPE_PROTOCOL_LIST (t) = lookup_and_install_protocols (protocols);
1031 lookup_and_install_protocols (protocols)
6251 = lookup_and_install_protocols (protocol_list);
6273 = lookup_and_install_protocols (protocol_list);
6510 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
6520 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
1027 lookup_and_install_protocols (protocols) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c219 static tree lookup_and_install_protocols (tree);
1387 TYPE_OBJC_PROTOCOL_LIST (type) = lookup_and_install_protocols (protocols);
1429 lookup_and_install_protocols (tree protocols)
7576 = lookup_and_install_protocols (protocol_list);
7598 = lookup_and_install_protocols (protocol_list);
7806 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
7816 PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list);
1426 lookup_and_install_protocols (tree protocols) function

Completed in 138 milliseconds