Searched refs:ivars (Results 1 – 25 of 111) sorted by relevance
12345
4 When processing @synthesize, treat ivars in a class extension the same as ivars in the class @inter…5 and treat ivars in a superclass extension the same as ivars in the superclass @interface.6 In particular, when searching for an ivar to back an @synthesize, do look at ivars in the class's o…7 extension but ignore any ivars in superclass class extensions.
3 // Allow injection of ivars into implementation's implicit class.
1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class -Wobjc-interface-ivars %s
3 // Make sure we generate debug symbols for ivars added by a class extension.12 // poking into pi for primary class ivars.23 // poking into pg for ivars for class extension
3 // Debug symbols for private ivars. This test ensures that we are4 // generating debug info for ivars added by the implementation.
4 // Allow injection of ivars into implementation's implicit class.
116 // GC layout strings aren't capable of expressing __strong ivars at132 // Hilariously, anonymous unions and structs that appear directly as ivars
8 // Public ivars have default visibility12 // Private and package ivars should have hidden linkage.
33 OBJC2_64BIT_EXE: ivars 0x050 OBJC2_64BIT_EXE: ivars 0x085 OBJC2_64BIT_EXE: ivars 0x0122 OBJC2_64BIT_EXE: ivars 0x0167 OBJC2_64BIT_OBJ: ivars 0x0204 OBJC2_64BIT_OBJ: ivars 0x0281 OBJC2_32BIT_EXE: ivars 0x6694335 OBJC2_32BIT_EXE: ivars 0x0399 OBJC2_32BIT_EXE: ivars 0x67ec433 OBJC2_32BIT_EXE: ivars 0x0[all …]
32 OBJC2_64BIT_EXE: ivars 0x049 OBJC2_64BIT_EXE: ivars 0x084 OBJC2_64BIT_EXE: ivars 0x0121 OBJC2_64BIT_EXE: ivars 0x0166 OBJC2_64BIT_OBJ: ivars 0x0203 OBJC2_64BIT_OBJ: ivars 0x0280 OBJC2_32BIT_EXE: ivars 0x6694334 OBJC2_32BIT_EXE: ivars 0x0398 OBJC2_32BIT_EXE: ivars 0x67ec432 OBJC2_32BIT_EXE: ivars 0x0[all …]
1 OBJC_SOURCES := ivars-in-blocks.m main.m
1 #import "ivars-in-blocks.h"
69 // <rdar://problem/7254495> - ivars referenced by lexically nested functions99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
12 objc-ivars: [ NSConstantArray._count ]
12 objc-ivars: [ NSBlockPredicate._block ]
5 int32_t value_one; // ivars needed to make 32-bit happy