Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dinit.c58 static struct objc_list *unclaimed_proto_list = 0; /* !T:MUTEX */ variable
745 if (unclaimed_proto_list && objc_getClass ("Protocol")) in __objc_exec_class()
747 list_mapcar (unclaimed_proto_list, in __objc_exec_class()
749 list_free (unclaimed_proto_list); in __objc_exec_class()
750 unclaimed_proto_list = 0; in __objc_exec_class()
1018 unclaimed_proto_list = list_cons (protos, unclaimed_proto_list); in __objc_init_protocols()