Home
last modified time | relevance | path

Searched refs:isCompoundAssignmentOp (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp74 if (B->isCompoundAssignmentOp()) { in checkBind()
H A DDeadStoresChecker.cpp293 if (B->isCompoundAssignmentOp()) in isIncrement()
H A DCheckSecuritySyntaxOnly.cpp233 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() || in getIncrementedVar()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp386 if (BO->isCompoundAssignmentOp()) in VisitBinaryOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3947 static bool isCompoundAssignmentOp(Opcode Opc) { in isCompoundAssignmentOp() function
3950 bool isCompoundAssignmentOp() const { in isCompoundAssignmentOp() function
3951 return isCompoundAssignmentOp(getOpcode()); in isCompoundAssignmentOp()
3954 assert(isCompoundAssignmentOp(Opc)); in getOpForCompoundAssignment()
4071 assert(isCompoundAssignmentOp() && in CompoundAssignOperator()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp112 assert (B->isCompoundAssignmentOp()); in VisitBinaryOperator()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4508 assert(!isCompoundAssignmentOp() && in BinaryOperator()
4525 assert(isCompoundAssignmentOp() && in BinaryOperator()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp1549 if (BinaryOperator::isCompoundAssignmentOp(Opcode)) in EmitBinOpCheck()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp8087 IsCompoundAssign = BO->isCompoundAssignmentOp(); in MaybeDecrementCount()
H A DSemaOverload.cpp13685 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in CreateOverloadedBinOp()
H A DSemaDeclCXX.cpp3888 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DTreeTransform.h11188 if (E->isCompoundAssignmentOp()) in TransformBinaryOperator()
H A DSemaDecl.cpp12119 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaExpr.cpp15475 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in BuildBinOp()