Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp465 BinaryOperator::getOpForCompoundAssignment(opcode); in buildAssignmentOperation()
H A DSemaOpenMP.cpp11521 Op = BinaryOperator::getOpForCompoundAssignment( in checkStatement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4113 static Opcode getOpForCompoundAssignment(Opcode Opc) { in getOpForCompoundAssignment() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1374 ? BinaryOperator::getOpForCompoundAssignment(E->getOpcode()) in VisitVectorBinOp()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1819 Opcode = BinaryOperator::getOpForCompoundAssignment(Opcode); in EmitBinOpCheck()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp9350 CAO->getOpForCompoundAssignment(CAO->getOpcode()), RHS); in VisitCompoundAssignOperator()