Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h180 extern void *objc_get_current_scope (void);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h172 extern void *objc_get_current_scope (void);
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc9008 UOBJC_SUPER_scope = objc_get_current_scope (); in get_super_receiver()
9079 && UOBJC_SUPER_scope == objc_get_current_scope ()) in objc_clear_super_receiver()
H A DChangeLog4156 (get_super_receiver): Call objc_get_current_scope() instead of
4246 objc_get_current_scope() instead of get_current_scope().
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c8881 UOBJC_SUPER_scope = objc_get_current_scope (); in get_super_receiver()
8952 && UOBJC_SUPER_scope == objc_get_current_scope ()) in objc_clear_super_receiver()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c930 objc_get_current_scope (void) in objc_get_current_scope() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc939 objc_get_current_scope (void) in objc_get_current_scope() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c447 objc_get_current_scope (void) in objc_get_current_scope() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc456 objc_get_current_scope (void) in objc_get_current_scope() function
H A DChangeLog-20042215 * decl.c (objc_get_current_scope, objc_mark_locals_volatile):
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200415910 (get_current_scope): Rename to objc_get_current_scope.
15911 * c-decl.c (get_current_scope): Rename to objc_get_current_scope.