Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsAtomic

570                                  bool isAtomic, bool hasStrong) {
578 // sizeof (Type of Ivar), isAtomic, false);
589 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
644 bool isAtomic() const { return IsAtomic; }
655 unsigned IsAtomic : 1;
671 IsAtomic = prop->isAtomic();
696 } else if (CGM.getLangOpts().ObjCAutoRefCount && !IsAtomic) {
712 } else if (!IsAtomic) {
724 if (!IsAtomic) {
950 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
979 emitStructGetterCall(*this, ivar, strategy.isAtomic(),
1064 // The fourth argument is the 'isAtomic' flag.
1206 .GetOptimizedPropertySetFunction(strategy.isAtomic(),
1244 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),