Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp128 if (MemberOp->isAssignmentOp()) in shouldSkipCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp87 if (Assign->isAssignmentOp()) { in parseAssignment()
H A DBugReporterVisitors.cpp330 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
973 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
1571 if (BO->isAssignmentOp()) in VisitNode()
3058 if (BinaryOperator::isAssignmentOp(Op)) { in VisitTrueTest()
H A DExprEngineC.cpp79 if (!B->isAssignmentOp()) { in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp167 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DMallocOverflowSecurityChecker.cpp240 if (E->isAssignmentOp()) in VisitBinaryOperator()
H A DDeadStoresChecker.cpp327 if (!B->isAssignmentOp()) return; // Skip non-assignments. in observeStmt()
H A DCheckSecuritySyntaxOnly.cpp231 if (!(B->isAssignmentOp() || B->isCompoundAssignmentOp() || in getIncrementedVar()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp432 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
893 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
1001 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
H A DSemaExprCXX.cpp8166 } else if (!BO->isAssignmentOp()) in MaybeDecrementCount()
H A DSemaChecking.cpp16275 if (BO->isAssignmentOp()) in AnalyzeImplicitConversions()
16871 if (Mod && BO->isAssignmentOp()) in getObject()
H A DTreeTransform.h15312 if (BinaryOperator::isAssignmentOp(Opc)) in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp16144 BinaryOperator::isAssignmentOp(Opc)) in BuildBinOp()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp339 if (B->isAssignmentOp()) { in VisitBinaryOperator()
H A DThreadSafety.cpp628 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
1973 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DCFG.cpp2628 if (B->isAssignmentOp()) { in VisitBinaryOperator()
5093 if (E->isAssignmentOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp577 if (E->isAssignmentOp()) in ClassifyBinaryOp()
H A DExpr.cpp2650 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
2825 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
3661 if (cast<BinaryOperator>(this)->isAssignmentOp()) in HasSideEffects()
4060 if (BinOp->isAssignmentOp() && BinOp->getLHS()) in getSourceBitField()
H A DExprConstant.cpp7940 if (OCE && OCE->isAssignmentOp()) { in handleCallExpr()
13208 if (E->isAssignmentOp()) { in EvaluateComparisonBinaryOperator()
13550 if (E->isAssignmentOp()) { in VisitBinaryOperator()
14239 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
14561 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
14848 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h116 static bool isAssignmentOp(OverloadedOperatorKind Opc) { in isAssignmentOp() function
123 bool isAssignmentOp() const { return isAssignmentOp(getOperator()); } in isAssignmentOp() function
330 bool isAssignmentOp() const { return false; } in isAssignmentOp() function
H A DExpr.h3946 static bool isAssignmentOp(Opcode Opc) { in isAssignmentOp() function
3949 bool isAssignmentOp() const { return isAssignmentOp(getOpcode()); } in isAssignmentOp() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1139 if (op->isAssignmentOp() || op->isPtrMemOp()) in isBlockVarRef()
H A DCGExprCXX.cpp266 if (OCE->isAssignmentOp()) { in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp5851 if (OCE->isAssignmentOp()) in EmitCall()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5918 return Node.isAssignmentOp(); in AST_POLYMORPHIC_MATCHER()