Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp74 if (B->isCompoundAssignmentOp()) { in checkBind()
H A DDeadStoresChecker.cpp296 if (B->isCompoundAssignmentOp()) in isIncrement()
H A DCheckSecuritySyntaxOnly.cpp233 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() || in getIncrementedVar()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp386 if (BO->isCompoundAssignmentOp()) in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3936 static bool isCompoundAssignmentOp(Opcode Opc) { in isCompoundAssignmentOp() function
3939 bool isCompoundAssignmentOp() const { in isCompoundAssignmentOp() function
3940 return isCompoundAssignmentOp(getOpcode()); in isCompoundAssignmentOp()
3943 assert(isCompoundAssignmentOp(Opc)); in getOpForCompoundAssignment()
4060 assert(isCompoundAssignmentOp() && in CompoundAssignOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp113 assert (B->isCompoundAssignmentOp()); in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4482 assert(!isCompoundAssignmentOp() && in BinaryOperator()
4499 assert(isCompoundAssignmentOp() && in BinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1536 if (BinaryOperator::isCompoundAssignmentOp(Opcode)) in EmitBinOpCheck()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp13514 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in CreateOverloadedBinOp()
H A DSemaDeclCXX.cpp3840 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DTreeTransform.h10921 if (E->isCompoundAssignmentOp()) in TransformBinaryOperator()
H A DSemaDecl.cpp11622 if (E->isCompoundAssignmentOp()) { in VisitBinaryOperator()
H A DSemaExpr.cpp14715 if (BinaryOperator::isCompoundAssignmentOp(Opc)) in BuildBinOp()