Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaPseudoObject.cpp467 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
HDSemaOpenMP.cpp11447 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h4006 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.cpp1739 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp8929 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()