Home
last modified time | relevance | path

Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h473 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in ~LocalScope()
486 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in destroyLocals()
H A DEvalEmitter.cpp264 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp1177 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
H A DCGDecl.cpp516 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2323 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
H A DCGClass.cpp1651 CGF.emitDestroy(LV.getAddress(), field->getType(), destroyer, in Emit()
H A DCGObjC.cpp1658 CGF.emitDestroy(lvalue.getAddress(), ivar->getType(), destroyer, in Emit()
H A DCodeGenFunction.h2220 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
H A DCGOpenMPRuntime.cpp1710 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition()