Searched refs:isLocType (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp33 if (Loc::isLocType(type))
50 assert(!Loc::isLocType(type));
58 assert(!Loc::isLocType(type));
65 assert(!Loc::isLocType(type));
72 assert(!Loc::isLocType(toTy));
103 if (Loc::isLocType(T))
134 if (Loc::isLocType(type))
150 if (Loc::isLocType(type))
161 assert(Loc::isLocType(T));
177 if (Loc::isLocType(typ
[all...]
H A DConstraintManager.cpp31 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
H A DSimpleConstraintManager.cpp55 if (Loc::isLocType(SSE->getLHS()->getType())) {
56 assert(Loc::isLocType(SSE->getRHS()->getType()));
194 assert(Loc::isLocType(SSE->getLHS()->getType()));
195 assert(Loc::isLocType(SSE->getRHS()->getType()));
H A DSimpleSValBuilder.cpp70 bool isLocType = Loc::isLocType(castTy); local
73 if (isLocType)
95 if (!isLocType)
112 if (!isLocType && !castTy->isIntegralOrEnumerationType())
118 if (isLocType)
132 if (Loc::isLocType(castTy) || castTy->isReferenceType())
H A DExprEngineObjC.cpp114 assert(Loc::isLocType(T));
H A DSymbolManager.cpp340 if (Loc::isLocType(T))
H A DExprEngineC.cpp916 if (Loc::isLocType(U->getType())) {
H A DProgramState.cpp265 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType())
H A DExprEngine.cpp185 assert(!V.getAs<Loc>() || Loc::isLocType(Result->getType()) ||
198 if (!Loc::isLocType(Result->getType())) {
H A DRegionStore.cpp1016 else if (Loc::isLocType(VR->getValueType())) {
1931 if (Loc::isLocType(T))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h96 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T));
H A DSValBuilder.h256 if (Loc::isLocType(type))
H A DSVals.h291 static inline bool isLocType(QualType T) { function in class:clang::ento::Loc
H A DProgramState.h706 if (Ex->isGLValue() || Loc::isLocType(T) ||

Completed in 152 milliseconds