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;
238 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local255 hasStrong = true; in checkAllAtProps()262 if (hasWeak && hasStrong) in checkAllAtProps()
518 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument538 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()