Searched refs:hasStrong (Results 1 – 3 of 3) sorted by relevance
41 + (id)__new:(const id [])objects :(NSUInteger)count :(BOOL)hasObjects :(BOOL)hasStrong :(BOOL)trans…45 newArray->_doHardRetain = (hasObjects && hasStrong);46 newArray->_doWeakAccess = (objc_collectingEnabled() && !hasStrong);48 newArray->_hasStrongReferences = hasStrong;
236 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local253 hasStrong = true; in checkAllAtProps()260 if (hasWeak && hasStrong) in checkAllAtProps()
570 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument590 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()