Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp772 struct GenMoveAssignment : GenBinaryFunc<GenMoveAssignment, true> { struct
773 GenMoveAssignment(ASTContext &Ctx) in GenMoveAssignment() function
774 : GenBinaryFunc<GenMoveAssignment, true>(Ctx) {} in GenMoveAssignment()
931 callSpecialFunction(GenMoveAssignment(getContext()), FuncName, QT, IsVolatile, in callCStructMoveAssignmentOperator()
988 GenMoveAssignment(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructMoveAssignmentOperator()