Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp632 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2085 return destroyARCStrongPrecise; in getDestroyer()
H A DCGObjC.cpp2754 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
H A DCodeGenFunction.h4277 static Destroyer destroyARCStrongPrecise;
H A DCGExpr.cpp313 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
H A DCGBuiltin.cpp1847 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()