Home
last modified time | relevance | path

Searched refs:isLocType (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp53 if (Loc::isLocType(type)) in makeZeroVal()
73 assert(!Loc::isLocType(type)); in makeNonLoc()
81 assert(!Loc::isLocType(type)); in makeNonLoc()
88 assert(!Loc::isLocType(type)); in makeNonLoc()
95 assert(!Loc::isLocType(toTy)); in makeNonLoc()
129 if (Loc::isLocType(T)) in getRegionValueSymbolVal()
166 if (Loc::isLocType(type)) in conjureSymbolVal()
184 if (Loc::isLocType(type)) in conjureSymbolVal()
195 assert(Loc::isLocType(T)); in getConjuredHeapSymbolVal()
214 if (Loc::isLocType(type)) in getMetadataSymbolVal()
[all …]
H A DRangedConstraintManager.cpp47 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()
48 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
H A DConstraintManager.cpp35 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
H A DSimpleSValBuilder.cpp1150 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I) in simplifySVal()
1172 if (Loc::isLocType(S->getLHS()->getType()) && in simplifySVal()
1178 assert(Loc::isLocType(Sym->getType())); in simplifySVal()
1199 if (Loc::isLocType(S->getLHS()->getType()) != in simplifySVal()
1200 Loc::isLocType(S->getRHS()->getType())) in simplifySVal()
H A DProgramState.cpp259 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()
275 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
H A DExprEngineObjC.cpp65 assert(Loc::isLocType(T)); in populateObjCForDestinationSet()
H A DSymbolManager.cpp336 if (Loc::isLocType(T)) in canSymbolicate()
H A DRangeConstraintManager.cpp877 Loc::isLocType(ActualType)) { in inferAs()
1985 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()
1986 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
H A DRegionStore.cpp1110 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()
2167 if (Loc::isLocType(T)) in setImplicitDefaultValue()
H A DExprEngineC.cpp1150 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
H A DExprEngine.cpp332 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h317 if (Loc::isLocType(type)) in makeIntVal()
387 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
H A DSVals.h323 static bool isLocType(QualType T) { in isLocType() function
348 assert(!Loc::isLocType(sym->getType())); in SymbolVal()
H A DBasicValueFactory.h148 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T)); in getAPSIntType()
H A DSymbolManager.h324 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
H A DProgramState.h776 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1524 if (!Loc::isLocType(CE->getType())) in MallocMemAux()