Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp238 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local
255 hasStrong = true; in checkAllAtProps()
262 if (hasWeak && hasStrong) in checkAllAtProps()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp536 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument
556 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()