Searched defs:CopyCtor (Results 1 – 7 of 7) sorted by relevance
37 const auto *CopyCtor = Result.Nodes.getNodeAs<CXXConstructorDecl>("ctor"); in check() local
26 class CopyCtor { // expected-note 2{{because no constructor can be used to copy an object of type '… class27 CopyCtor(CopyCtor &cc) { abort(); } in CopyCtor() function in CopyCtor
278 namespace CopyCtor { namespace
1141 std::string CopyCtor = "Other(const Other&) = default;"; in TEST_F() local
4215 CopyCtor = llvm::Constant::getNullValue(CGM.Int8PtrTy); in getCatchableType() local
1621 emitThreadPrivateVarInit(CodeGenFunction & CGF,Address VDAddr,llvm::Value * Ctor,llvm::Value * CopyCtor,llvm::Value * Dtor,SourceLocation Loc) emitThreadPrivateVarInit() argument 1651 llvm::Value *Ctor = nullptr, *CopyCtor = nullptr, *Dtor = nullptr; emitThreadPrivateVarDefinition() local
616 namespace CopyCtor { global() namespace