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.cpp664 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2193 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2776 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h4790 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp324 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
H A DCGBuiltin.cpp2221 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()