Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLocalVarsChecker.cpp60 if (BO->isAssignmentOp()) { in VisitBinaryOperator()
96 if (OCE->isAssignmentOp()) { in VisitCXXOperatorCallExpr()
226 if (BO->isAssignmentOp()) { in checkASTDecl()
H A DRawPtrRefCallArgsChecker.cpp270 if (MemberOp->isAssignmentOp()) in shouldSkipCall()
H A DRetainPtrCtorAdoptChecker.cpp354 if (!BO->isAssignmentOp()) in visitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp167 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DDeadStoresChecker.cpp326 if (!B->isAssignmentOp()) return; // Skip non-assignments. in observeStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp88 if (Assign->isAssignmentOp()) { in parseAssignment()
H A DBugReporterVisitors.cpp113 } else if (B->isAssignmentOp()) { in getDerefExpr()
330 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
884 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
1527 if (BO->isAssignmentOp()) in VisitNode()
3029 if (BinaryOperator::isAssignmentOp(Op)) { in VisitTrueTest()
H A DExprEngineC.cpp80 if (!B->isAssignmentOp()) { in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCXXExpr.cpp101 if (oce->isAssignmentOp()) { in emitCXXMemberOrOperatorMemberCallExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp432 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
894 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
1002 assert(BinaryOperator::isAssignmentOp(opcode)); in buildAssignmentOperation()
H A DSemaOpenACC.cpp1215 if (!BO->isAssignmentOp()) in checkForInit()
H A DSemaExprCXX.cpp7417 } else if (!BO->isAssignmentOp()) in MaybeDecrementCount()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp444 if (BO->isAssignmentOp()) { in VisitBinaryOperator()
H A DLiveVariables.cpp376 if (B->isAssignmentOp()) { in VisitBinaryOperator()
H A DThreadSafety.cpp638 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
2110 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DCFG.cpp2723 if (B->isAssignmentOp()) { in VisitBinaryOperator()
5199 if (E->isAssignmentOp()) { in VisitBinaryOperatorForTemporaryDtors()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp606 if (E->isAssignmentOp()) in ClassifyBinaryOp()
H A DExpr.cpp2703 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
2878 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
3748 if (cast<BinaryOperator>(this)->isAssignmentOp()) in HasSideEffects()
4162 if (BinOp->isAssignmentOp() && BinOp->getLHS()) in getSourceBitField()
H A DExprConstant.cpp8343 if (OCE && OCE->isAssignmentOp()) { in handleCallExpr()
14397 if (E->isAssignmentOp()) { in EvaluateComparisonBinaryOperator()
14744 if (E->isAssignmentOp()) { in VisitBinaryOperator()
15484 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
15822 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
16217 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h118 static bool isAssignmentOp(OverloadedOperatorKind Opc) { in isAssignmentOp() function
125 bool isAssignmentOp() const { return isAssignmentOp(getOperator()); } in isAssignmentOp() function
332 bool isAssignmentOp() const { return false; } in isAssignmentOp() function
H A DExpr.h4102 static bool isAssignmentOp(Opcode Opc) { in isAssignmentOp() function
4105 bool isAssignmentOp() const { return isAssignmentOp(getOpcode()); } in isAssignmentOp() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp269 if (OCE->isAssignmentOp()) { in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExprAgg.cpp1286 if (op->isAssignmentOp() || op->isPtrMemOp()) in isBlockVarRef()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5988 return Node.isAssignmentOp(); in AST_POLYMORPHIC_MATCHER()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp4989 OCE && OCE->isAssignmentOp()) { in VisitCallExpr()

12