Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaPseudoObject.cpp460 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
H A DSemaOpenMP.cpp11394 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3953 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1550 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp8542 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()