Home
last modified time | relevance | path

Searched refs:hasStrong (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm41 + (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;
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp238 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local
255 hasStrong = true; in checkAllAtProps()
262 if (hasWeak && hasStrong) in checkAllAtProps()
/external/clang/lib/CodeGen/
DCGObjC.cpp518 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument
538 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()