Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGNonTrivialStruct.cpp713 struct GenMoveConstructor : GenBinaryFunc<GenMoveConstructor, true> { struct
714 GenMoveConstructor(ASTContext &Ctx) in GenMoveConstructor() function
715 : GenBinaryFunc<GenMoveConstructor, true>(Ctx) {} in GenMoveConstructor()
921 callSpecialFunction(GenMoveConstructor(getContext()), FuncName, QT, in callCStructMoveConstructor()
968 GenMoveConstructor(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructMoveConstructor()