HomeSort by: relevance | last modified time | path
    Searched refs:emitDestroy (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 300 this->Ctx->emitDestroy(*Idx, SourceInfo{});
EvalEmitter.cpp 234 bool EvalEmitter::emitDestroy(uint32_t I, const SourceInfo &Info) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 867 emitDestroy(addr, type, destroyer, useEHCleanupForArray);
CGDecl.cpp 488 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
2166 /// emitDestroy - Immediately perform the destruction of the given
2177 void CodeGenFunction::emitDestroy(Address addr, QualType type,
CGClass.cpp 1652 CGF.emitDestroy(LV.getAddress(CGF), field->getType(), destroyer,
CGObjC.cpp 1605 CGF.emitDestroy(lvalue.getAddress(CGF), ivar->getType(), destroyer,
CodeGenFunction.h 2003 void emitDestroy(Address addr, QualType type, Destroyer *destroyer,
CGOpenMPRuntime.cpp 1836 DtorCGF.emitDestroy(Address(ArgVal, VDAddr.getAlignment()), ASTTy,
1978 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)),

Completed in 83 milliseconds