Home
last modified time | relevance | path

Searched defs:CopyCtor (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstructorInitCheck.cpp37 const auto *CopyCtor = Result.Nodes.getNodeAs<CXXConstructorDecl>("ctor"); in check() local
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp26 class CopyCtor { // expected-note 2{{because no constructor can be used to copy an object of type '… class
27 CopyCtor(CopyCtor &cc) { abort(); } in CopyCtor() function in CopyCtor
/llvm-project/clang/test/CXX/drs/
H A Dcwg16xx.cpp278 namespace CopyCtor { namespace
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp1141 std::string CopyCtor = "Other(const Other&) = default;"; in TEST_F() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp4215 CopyCtor = llvm::Constant::getNullValue(CGM.Int8PtrTy); in getCatchableType() local
H A DCGOpenMPRuntime.cpp1621 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
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp616 namespace CopyCtor { global() namespace