Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp54 if (Loc::isLocType(SSE->getLHS()->getType()) && in assumeSym()
55 Loc::isLocType(SSE->getRHS()->getType())) { in assumeSym()
H A DProgramState.cpp267 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType()) in getSValAsScalarOrLoc()
283 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) { in getSVal()
H A DSymbolManager.cpp352 if (Loc::isLocType(T)) in canSymbolicate()
H A DRangeConstraintManager.cpp1280 Loc::isLocType(ActualType)) { in inferAs()
2831 if (Loc::isLocType(SSE->getLHS()->getType())) { in canReasonAbout()
2832 return Loc::isLocType(SSE->getRHS()->getType()); in canReasonAbout()
H A DRegionStore.cpp1098 else if (Loc::isLocType(VR->getValueType())) { in VisitCluster()
2404 if (Loc::isLocType(T)) in setImplicitDefaultValue()
H A DExprEngineC.cpp1130 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
H A DExprEngine.cpp344 Loc::isLocType(Result->getType()) || in createTemporaryRegionIfNeeded()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h315 if (Loc::isLocType(type)) in makeIntVal()
401 if (Loc::isLocType(Sym->getType())) in makeSymbolVal()
H A DSVals.h259 static bool isLocType(QualType T) { in isLocType() function
281 assert(!Loc::isLocType(Sym->getType())); in SymbolVal()
H A DSymbolManager.h344 assert(!Loc::isLocType(T) && "unary symbol should be nonloc"); in UnarySymExpr()
389 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t)); in BinarySymExpr()
H A DBasicValueFactory.h155 if (T->isIntegralOrEnumerationType() || Loc::isLocType(T)) { in getAPSIntType()
H A DProgramState.h804 if (Ex->isGLValue() || Loc::isLocType(T) || in getSValAsScalarOrLoc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp1762 if (!Loc::isLocType(CE->getType())) in MallocMemAux()