Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp432 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
HDSemaOpenMP.cpp3981 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3051 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp928 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp4719 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()