Searched refs:getConditionType (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 133 SVB.getConditionType()); in Find() 155 SVB.getConditionType()); in Find()
|
| H A D | Iterator.cpp | 279 nonloc::ConcreteInt(Max), SVB.getConditionType()); in assumeNoOverflow() 289 nonloc::ConcreteInt(Min), SVB.getConditionType()); in assumeNoOverflow() 309 SVB.evalBinOp(State, Opc, NL1, NL2, SVB.getConditionType()); in compare()
|
| H A D | ArrayBoundCheckerV2.cpp | 156 svalBuilder.getConditionType()); in checkLocation() 195 svalBuilder.getConditionType()); in checkLocation()
|
| H A D | CStringChecker.cpp | 526 QualType cmpTy = svalBuilder.getConditionType(); in CheckOverlap() 740 QualType cmpTy = svalBuilder.getConditionType(); in checkAdditionOverflow() 1170 State, BO_GE, NewStrLen, SizeVal, svalBuilder.getConditionType()); in memsetAux() 1477 QualType cmpTy = C.getSValBuilder().getConditionType(); in evalstrLengthCommon() 1644 QualType cmpTy = svalBuilder.getConditionType(); in evalStrcpyCommon() 2125 svalBuilder.getConditionType()); in evalStrcmpCommon()
|
| H A D | IteratorModeling.cpp | 800 nonloc::SymbolVal(Sym2), SVB.getConditionType()); in relateSymbols()
|
| H A D | BasicObjCFoundationChecks.cpp | 930 SvalBuilder.getConditionType()); in assumeCollectionNonEmpty()
|
| H A D | StdLibraryFunctionsChecker.cpp | 446 SVB.evalBinOp(State, Op, ErrnoSVal, ZeroVal, SVB.getConditionType()) in apply() 947 QualType CondT = SVB.getConditionType(); in apply()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerContext.cpp | 139 Bldr.getConditionType()); in evalComparison()
|
| H A D | SimpleSValBuilder.cpp | 224 nonloc::ConcreteInt(Bound), SVB.getConditionType()); in isInRelation() 295 ResultTy = SVB.getConditionType(); in doRearrangeUnchecked() 372 if (ResultTy != SVB.getConditionType()) in tryRearrange() 621 resultTy == getConditionType()); in evalBinOpNN() 624 getConditionType())); in evalBinOpNN()
|
| H A D | SValBuilder.cpp | 540 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType()); in evalEQ() 608 QualType CmpTy = getConditionType(); in evalIntegralCast()
|
| H A D | ExprEngine.cpp | 264 svalBuilder.getConditionType()); in getInitialState()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 141 QualType getConditionType() const { in getConditionType() function
|