Searched refs:lookup_and_install_protocols (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 177 static tree lookup_and_install_protocols (tree, bool); 2968 TYPE_OBJC_PROTOCOL_LIST (type) = lookup_and_install_protocols in objc_get_protocol_qualified_type() 3016 lookup_and_install_protocols (tree protocols, bool definition_required) in lookup_and_install_protocols() function 7103 = lookup_and_install_protocols (protocol_list, /* definition_required */ true); in start_class() 7167 lookup_and_install_protocols in start_class() 7178 = lookup_and_install_protocols in start_class() 8394 … PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false); in start_protocol() 8404 … PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false); in start_protocol()
|
H A D | ChangeLog | 1599 (lookup_and_install_protocols): Added definition_required argument. 1602 lookup_and_install_protocols. 1603 (start_class): Updated calls to lookup_and_install_protocols; pass 1605 (start_protocol): Updated calls to lookup_and_install_protocols. 1820 (lookup_and_install_protocols): Same change. 2295 * objc-act.c (lookup_and_install_protocols): Return NULL if passed 3064 lookup_and_install_protocols, objc_build_string_object, 3378 * objc-act.c (lookup_and_install_protocols): Skip error_mark_nodes.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 177 static tree lookup_and_install_protocols (tree, bool); 2892 TYPE_OBJC_PROTOCOL_LIST (type) = lookup_and_install_protocols in objc_get_protocol_qualified_type() 2940 lookup_and_install_protocols (tree protocols, bool definition_required) in lookup_and_install_protocols() function 7009 = lookup_and_install_protocols (protocol_list, /* definition_required */ true); in start_class() 7067 lookup_and_install_protocols in start_class() 7078 = lookup_and_install_protocols in start_class() 8282 … PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false); in start_protocol() 8292 … PROTOCOL_LIST (protocol) = lookup_and_install_protocols (list, /* definition_required */ false); in start_protocol()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 3467 * objc-act.c (get_object_ref, lookup_and_install_protocols,
|
H A D | ChangeLog-2003 | 7741 (lookup_and_install_protocols): Remove nonexistent protocols from
|