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.cpp703 struct GenMoveConstructor : GenBinaryFunc<GenMoveConstructor, true> { struct
704 GenMoveConstructor(ASTContext &Ctx) in GenMoveConstructor() function
705 : GenBinaryFunc<GenMoveConstructor, true>(Ctx) {} in GenMoveConstructor()
910 callSpecialFunction(GenMoveConstructor(getContext()), FuncName, QT, in callCStructMoveConstructor()
957 GenMoveConstructor(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructMoveConstructor()