Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp457 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
H A DSemaOpenMP.cpp6195 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/aosp_15_r20/external/clang/include/clang/AST/
H A DExpr.h3033 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp936 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DExpr.h4008 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DExpr.h3986 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DExpr.h3980 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DExpr.h3980 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp4993 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()