Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp550 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
1435 return destroyARCStrongPrecise; in getDestroyer()
DCodeGenFunction.h3008 static Destroyer destroyARCStrongPrecise; variable
DCGObjC.cpp2357 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
DCGExpr.cpp238 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp625 ? CodeGenFunction::destroyARCStrongPrecise in EmitAutoVarWithLifetime()
2079 return destroyARCStrongPrecise; in getDestroyer()
DCGObjC.cpp2715 void CodeGenFunction::destroyARCStrongPrecise(CodeGenFunction &CGF, in destroyARCStrongPrecise() function in CodeGenFunction
DCodeGenFunction.h4205 static Destroyer destroyARCStrongPrecise;
DCGExpr.cpp311 Destroy = Precise ? &CodeGenFunction::destroyARCStrongPrecise in pushTemporaryCleanup()
DCGBuiltin.cpp1803 CodeGenFunction::destroyARCStrongPrecise, in emitBuiltinOSLogFormat()