Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp465 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
H A DSemaOpenMP.cpp11782 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3957 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1587 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8843 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()