Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-hooks.h46 const char *tag_getclass; member
H A Dobjc-gnu-runtime-abi-01.c152 rthooks->tag_getclass = TAG_GETCLASS; in objc_gnu_runtime_abi_01_init()
H A Dobjc-next-runtime-abi-01.c152 rthooks->tag_getclass = TAG_GETCLASS; in objc_next_runtime_abi_01_init()
H A Dobjc-next-runtime-abi-02.c256 rthooks->tag_getclass = TAG_GETCLASS; in objc_next_runtime_abi_02_init()
H A Dobjc-act.c5291 && !strcmp (IDENTIFIER_POINTER (DECL_NAME (exp)), runtime.tag_getclass) in receiver_is_class_object()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-hooks.h46 const char *tag_getclass; member
H A Dobjc-gnu-runtime-abi-01.cc152 rthooks->tag_getclass = TAG_GETCLASS; in objc_gnu_runtime_abi_01_init()
H A Dobjc-next-runtime-abi-01.cc153 rthooks->tag_getclass = TAG_GETCLASS; in objc_next_runtime_abi_01_init()
H A Dobjc-next-runtime-abi-02.cc258 rthooks->tag_getclass = TAG_GETCLASS; in objc_next_runtime_abi_02_init()
H A Dobjc-act.cc5370 && !strcmp (IDENTIFIER_POINTER (DECL_NAME (exp)), runtime.tag_getclass) in receiver_is_class_object()
H A DChangeLog1475 tag_getclass runtime hook instead of using TAG_GETCLASS.