Home
last modified time | relevance | path

Searched defs:objc_static_instances (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/
H A Dmodule-abi-8.h31 struct objc_static_instances struct
33 char *class_name;
35 id instances[1];
37 id instances[0];
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/
H A Dmodule-abi-8.h31 struct objc_static_instances struct
33 char *class_name;
35 id instances[1];
37 id instances[0];
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h426 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h440 #define objc_static_instances objc_global_trees[OCTI_STATIC_NST] macro