Home
last modified time | relevance | path

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

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