Searched refs:GenMoveAssignment (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGNonTrivialStruct.cpp | 776 struct GenMoveAssignment : GenBinaryFunc<GenMoveAssignment, true> { struct 777 GenMoveAssignment(ASTContext &Ctx) in GenMoveAssignment() function 778 : GenBinaryFunc<GenMoveAssignment, true>(Ctx) {} in GenMoveAssignment() 935 callSpecialFunction(GenMoveAssignment(getContext()), FuncName, QT, IsVolatile, in callCStructMoveAssignmentOperator() 992 GenMoveAssignment(Ctx), FuncName, QT, IsVolatile, in getNonTrivialCStructMoveAssignmentOperator()
|