Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp469 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
H A DSemaOpenMP.cpp6466 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3426 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp1541 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp5619 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()