Home
last modified time | relevance | path

Searched refs:isAssignmentOp (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp129 if (MemberOp->isAssignmentOp()) in shouldSkipCall()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp86 if (Assign->isAssignmentOp()) { in parseAssignment()
H A DBugReporterVisitors.cpp300 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
890 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
1410 if (BO->isAssignmentOp()) in VisitNode()
2783 if (BinaryOperator::isAssignmentOp(Op)) { in VisitTrueTest()
H A DExprEngineC.cpp79 if (!B->isAssignmentOp()) { in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp167 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DMallocOverflowSecurityChecker.cpp238 if (E->isAssignmentOp()) in VisitBinaryOperator()
H A DDeadStoresChecker.cpp330 if (!B->isAssignmentOp()) return; // Skip non-assignments. in observeStmt()
H A DCheckSecuritySyntaxOnly.cpp233 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() || in getIncrementedVar()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp427 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
888 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
996 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
H A DSemaChecking.cpp13108 if (BO->isAssignmentOp()) in AnalyzeImplicitConversions()
13683 if (Mod && BO->isAssignmentOp()) in getObject()
H A DSemaExprCXX.cpp7841 } else if (!BO->isAssignmentOp()) in MaybeDecrementCount()
H A DTreeTransform.h14562 if (BinaryOperator::isAssignmentOp(Opc)) in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp14628 BinaryOperator::isAssignmentOp(Opc)) in BuildBinOp()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp333 if (B->isAssignmentOp()) { in VisitBinaryOperator()
H A DThreadSafety.cpp633 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
2003 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DCFG.cpp2531 if (B->isAssignmentOp()) { in VisitBinaryOperator()
4813 if (E->isAssignmentOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp562 if (E->isAssignmentOp()) in ClassifyBinaryOp()
H A DExpr.cpp2556 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
3545 if (cast<BinaryOperator>(this)->isAssignmentOp()) in HasSideEffects()
3947 if (BinOp->isAssignmentOp() && BinOp->getLHS()) in getSourceBitField()
H A DExprConstant.cpp7593 if (OCE && OCE->isAssignmentOp()) { in handleCallExpr()
12573 if (E->isAssignmentOp()) { in EvaluateComparisonBinaryOperator()
12879 if (E->isAssignmentOp()) { in VisitBinaryOperator()
13493 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
13772 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
14059 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h117 static bool isAssignmentOp(OverloadedOperatorKind Opc) { in isAssignmentOp() function
124 bool isAssignmentOp() const { return isAssignmentOp(getOperator()); } in isAssignmentOp() function
331 bool isAssignmentOp() const { return false; } in isAssignmentOp() function
H A DExpr.h3931 static bool isAssignmentOp(Opcode Opc) { in isAssignmentOp() function
3934 bool isAssignmentOp() const { return isAssignmentOp(getOpcode()); } in isAssignmentOp() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1115 if (op->isAssignmentOp() || op->isPtrMemOp()) in isBlockVarRef()
H A DCGExprCXX.cpp259 if (OCE->isAssignmentOp()) { in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp5236 if (OCE->isAssignmentOp()) in EmitCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5478 return Node.isAssignmentOp(); in AST_POLYMORPHIC_MATCHER()