Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c354 #define OBJC_LOOKUP_NO_SUPER 2 /* Do not examine superclasses. */ macro
6833 int no_superclasses = (flags & OBJC_LOOKUP_NO_SUPER); in lookup_method_static()
8623 | OBJC_LOOKUP_NO_SUPER)); in really_start_method()
H A DChangeLog342 (OBJC_LOOKUP_NO_SUPER): Add.