Lines Matching refs:Ivar
2151 llvm::Value *BytesBetween = Builder.CreateSub(LHS, RHS, "ivar.offset");
2332 // generating write-barries API. It is currently a global, ivar,
2343 // If ivar is a structure pointer, assigning to field of
2344 // this struct follows gcc's behavior and makes it a non-ivar
2379 // a non-ivar write-barrier.
2412 // Using array syntax to assigning to what an ivar points to is not
2413 // same as assigning to the ivar itself. {id *Names;} Names[i] = 0;
2424 // We don't know if member is an 'ivar', but this flag is looked at
5076 const ObjCIvarDecl *Ivar) {
5077 return CGM.getObjCRuntime().EmitIvarOffset(*this, Interface, Ivar);
5082 const ObjCIvarDecl *Ivar,
5085 Ivar, CVRQualifiers);