Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Dtor

575     // kmpc_ctor ctor, kmpc_cctor cctor, kmpc_dtor dtor);
1076 llvm::Value *CopyCtor, llvm::Value *Dtor, SourceLocation Loc) {
1082 // Call __kmpc_threadprivate_register(&loc, &var, ctor, cctor/*NULL*/, dtor)
1087 Ctor, CopyCtor, Dtor};
1104 llvm::Value *Ctor = nullptr, *CopyCtor = nullptr, *Dtor = nullptr;
1162 Dtor = Fn;
1165 if (!Ctor && !Dtor)
1181 if (Dtor == nullptr) {
1184 Dtor = llvm::Constant::getNullValue(DtorTy);
1197 emitThreadPrivateVarInit(InitCGF, VDAddr, Ctor, CopyCtor, Dtor, Loc);
1201 emitThreadPrivateVarInit(*CGF, VDAddr, Ctor, CopyCtor, Dtor, Loc);