Searched refs:GenMoveAssignment (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 772 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()
|