Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp660 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2162 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2778 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h4492 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp310 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
H A DCGBuiltin.cpp2211 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()