Home
last modified time | relevance | path

Searched refs:destroyARCStrongPrecise (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp649 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2258 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2822 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h4971 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp366 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
H A DCGBuiltin.cpp2259 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()