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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h300 this->Ctx->emitDestroy(*Idx, SourceInfo{});
H A DEvalEmitter.cpp234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { function in class:EvalEmitter
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp873 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
H A DCGDecl.cpp479 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
2108 /// emitDestroy - Immediately perform the destruction of the given
2119 void CodeGenFunction::emitDestroy(Address addr, QualType type, function in class:CodeGenFunction
H A DCGClass.cpp1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer,
H A DCGObjC.cpp1534 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer,
H A DCodeGenFunction.h1920 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
H A DCGOpenMPRuntime.cpp1796 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy,
1938 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)),

Completed in 157 milliseconds