Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp432 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3057 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp900 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4714 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()