Home
last modified time | relevance | path

Searched refs:GenMoveConstructor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp723 struct GenMoveConstructor : GenBinaryFunc<GenMoveConstructor, true> { struct
724 GenMoveConstructor(ASTContext &Ctx) in GenMoveConstructor() function
725 : GenBinaryFunc<GenMoveConstructor, true>(Ctx) {} in GenMoveConstructor()
930 callSpecialFunction(GenMoveConstructor(getContext()), FuncName, QT, in callCStructMoveConstructor()
977 GenMoveConstructor(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructMoveConstructor()