Searched refs:emitDestroy (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/AST/Interp/ |
| D | EvalEmitter.cpp | 249 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) { in emitDestroy() function in EvalEmitter
|
| D | ByteCodeExprGen.h | 316 this->Ctx->emitDestroy(*Idx, SourceInfo{}); in emitDestruction()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGDeclCXX.cpp | 1136 emitDestroy(addr, type, destroyer, useEHCleanupForArray); in generateDestroyHelper()
|
| D | CGDecl.cpp | 508 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit() 2196 void CodeGenFunction::emitDestroy(Address addr, QualType type, in emitDestroy() function in CodeGenFunction
|
| D | CGClass.cpp | 1648 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer, in Emit()
|
| D | CGObjC.cpp | 1664 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer, in Emit()
|
| D | CodeGenFunction.h | 2063 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
|
| D | CGOpenMPRuntime.cpp | 1781 DtorCGF.emitDestroy( in emitThreadPrivateVarDefinition() 1939 DtorCGF.emitDestroy(Address(AddrInAS0, Addr->getValueType(), in emitDeclareTargetVarDefinition()
|