Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isAtomic

487                                  bool isAtomic, bool hasStrong) {
495 // sizeof (Type of Ivar), isAtomic, false);
506 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
563 bool isAtomic() const { return IsAtomic; }
574 unsigned IsAtomic : 1;
590 IsAtomic = prop->isAtomic();
615 } else if (CGM.getLangOpts().ObjCAutoRefCount && !IsAtomic) {
631 } else if (!IsAtomic) {
643 if (!IsAtomic) {
864 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
889 emitStructGetterCall(*this, ivar, strategy.isAtomic(),
972 // The fourth argument is the 'isAtomic' flag.
1122 .GetOptimizedPropertySetFunction(strategy.isAtomic(),
1161 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),