Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp129 if (MemberOp->isAssignmentOp()) in shouldSkipCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp86 if (Assign->isAssignmentOp()) { in parseAssignment()
H A DBugReporterVisitors.cpp299 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf( in wasRegionOfInterestModifiedAt()
889 if (BO->isAssignmentOp() && RegionOfInterest->isSubRegionOf(R)) { in matchAssignment()
1448 if (BO->isAssignmentOp()) in VisitNode()
2561 if (BinaryOperator::isAssignmentOp(Op)) { in VisitTrueTest()
H A DExprEngineC.cpp79 if (!B->isAssignmentOp()) { in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp12836 if (BO->isAssignmentOp()) in AnalyzeImplicitConversions()
13411 if (Mod && BO->isAssignmentOp()) in getObject()
H A DTreeTransform.h14493 if (BinaryOperator::isAssignmentOp(Opc)) in RebuildCXXOperatorCallExpr()
H A DSemaExpr.cpp14507 BinaryOperator::isAssignmentOp(Opc)) in BuildBinOp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp333 if (B->isAssignmentOp()) { in VisitBinaryOperator()
H A DThreadSafety.cpp633 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
2001 if (!BO->isAssignmentOp()) in VisitBinaryOperator()
H A DCFG.cpp2524 if (B->isAssignmentOp()) { in VisitBinaryOperator()
4806 if (E->isAssignmentOp()) { in VisitBinaryOperatorForTemporaryDtors()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp553 if (E->isAssignmentOp()) in ClassifyBinaryOp()
H A DExpr.cpp2484 if (BO->isAssignmentOp()) in isUnusedResultAWarning()
3472 if (cast<BinaryOperator>(this)->isAssignmentOp()) in HasSideEffects()
3875 if (BinOp->isAssignmentOp() && BinOp->getLHS()) in getSourceBitField()
H A DExprConstant.cpp7590 if (OCE && OCE->isAssignmentOp()) { in handleCallExpr()
12538 if (E->isAssignmentOp()) { in EvaluateComparisonBinaryOperator()
12844 if (E->isAssignmentOp()) { in VisitBinaryOperator()
13458 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
13734 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
14021 if (E->isPtrMemOp() || E->isAssignmentOp() || E->getOpcode() == BO_Comma) in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/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.h3864 static bool isAssignmentOp(Opcode Opc) { in isAssignmentOp() function
3867 bool isAssignmentOp() const { return isAssignmentOp(getOpcode()); } in isAssignmentOp() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1111 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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5466 return Node.isAssignmentOp(); in AST_POLYMORPHIC_MATCHER()