Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSValBuilder.cpp33 if (Loc::isLocType(type)) in makeZeroVal()
50 assert(!Loc::isLocType(type)); in makeNonLoc()
58 assert(!Loc::isLocType(type)); in makeNonLoc()
65 assert(!Loc::isLocType(type)); in makeNonLoc()
72 assert(!Loc::isLocType(toTy)); in makeNonLoc()
103 if (Loc::isLocType(T)) in getRegionValueSymbolVal()
127 if (Loc::isLocType(type)) in conjureSymbolVal()
143 if (Loc::isLocType(type)) in conjureSymbolVal()
154 assert(Loc::isLocType(T)); in getConjuredHeapSymbolVal()
170 if (Loc::isLocType(type)) in getMetadataSymbolVal()
[all …]
DSimpleSValBuilder.cpp70 bool isLocType = Loc::isLocType(castTy); in evalCastFromNonLoc() local
73 if (isLocType) in evalCastFromNonLoc()
95 if (!isLocType) in evalCastFromNonLoc()
112 if (!isLocType && !castTy->isIntegerType()) in evalCastFromNonLoc()
118 if (isLocType) in evalCastFromNonLoc()
132 if (Loc::isLocType(castTy) || castTy->isReferenceType()) in evalCastFromLoc()
DConstraintManager.cpp31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym) in checkNull()
DExprEngineObjC.cpp114 assert(Loc::isLocType(T)); in VisitObjCForCollectionStmt()
DSymbolManager.cpp340 if (Loc::isLocType(T)) in canSymbolicate()
DProgramState.cpp221 if (Loc::isLocType(T) || T->isIntegerType()) in getSValAsScalarOrLoc()
DRegionStore.cpp944 else if (Loc::isLocType(VR->getValueType())) { in VisitBaseRegion()
1827 if (Loc::isLocType(T)) in setImplicitDefaultValue()
DExprEngineC.cpp907 if (Loc::isLocType(U->getType())) { in VisitIncrementDecrementOperator()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h96 assert(T->isIntegerType() || Loc::isLocType(T)); in getAPSIntType()
DSValBuilder.h249 if (Loc::isLocType(type)) in makeIntVal()
DSVals.h283 static inline bool isLocType(QualType T) { in isLocType() function
DProgramState.h701 if (Ex->isGLValue() || Loc::isLocType(T) || T->isIntegerType()) in getSValAsScalarOrLoc()