Lines Matching full:ivar
1456 llvm::Value *BytesBetween = Builder.CreateSub(LHS, RHS, "ivar.offset");
1639 // generating write-barries API. It is currently a global, ivar,
1650 // If ivar is a structure pointer, assigning to field of
1651 // this struct follows gcc's behavior and makes it a non-ivar
1686 // a non-ivar write-barrier.
1719 // Using array syntax to assigning to what an ivar points to is not
1720 // same as assigning to the ivar itself. {id *Names;} Names[i] = 0;
1731 // We don't know if member is an 'ivar', but this flag is looked at
3157 const ObjCIvarDecl *Ivar) {
3158 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
3163 const ObjCIvarDecl *Ivar,
3166 Ivar, CVRQualifiers);