Home
last modified time | relevance | path

Searched defs:objc_runtime_hooks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-hooks.h37 struct objc_runtime_hooks struct
42 void (*initialize) (void);
43 const char *default_constant_string_class_name;
46 const char *tag_getclass;
49 tree (*super_superclassfield_ident) (void);
52 tree (*class_decl) (tree);
54 tree (*metaclass_decl) (tree);
56 tree (*category_decl) (tree);
58 tree (*protocol_decl) (tree);
60 tree (*string_decl) (tree, const char *, string_section);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-hooks.h37 struct objc_runtime_hooks struct
42 void (*initialize) (void);
43 const char *default_constant_string_class_name;
46 const char *tag_getclass;
49 tree (*super_superclassfield_ident) (void);
52 tree (*class_decl) (tree);
54 tree (*metaclass_decl) (tree);
56 tree (*category_decl) (tree);
58 tree (*protocol_decl) (tree);
60 tree (*string_decl) (tree, const char *, string_section);
[all …]