Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp233 bool hasWeak = false, hasStrong = false; in checkAllAtProps() local
250 hasStrong = true; in checkAllAtProps()
257 if (hasWeak && hasStrong) in checkAllAtProps()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp745 bool isAtomic, bool hasStrong) { in emitStructGetterCall() argument
765 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()