Searched refs:isLocType (Results 1 - 12 of 12) 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))
127 if (Loc::isLocType(type))
143 if (Loc::isLocType(type))
154 assert(Loc::isLocType(T));
170 if (Loc::isLocType(typ
[all...]
H A DConstraintManager.cpp38 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
H A DSimpleSValBuilder.cpp70 bool isLocType = Loc::isLocType(castTy); local
73 if (isLocType)
95 if (!isLocType)
106 if (!isLocType && !castTy->isIntegerType())
112 if (isLocType)
126 if (Loc::isLocType(castTy) || castTy->isReferenceType())
H A DExprEngineObjC.cpp114 assert(Loc::isLocType(T));
H A DSymbolManager.cpp358 if (Loc::isLocType(T))
H A DExprEngineC.cpp877 if (Loc::isLocType(U->getType())) {
H A DProgramState.cpp211 if (Loc::isLocType(T) || T->isIntegerType())
H A DRegionStore.cpp706 else if (Loc::isLocType(VR->getValueType())) {
1607 if (Loc::isLocType(T))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h95 assert(T->isIntegerType() || Loc::isLocType(T));
H A DSValBuilder.h250 if (Loc::isLocType(type))
H A DSVals.h248 static inline bool isLocType(QualType T) { function in class:clang::ento::Loc
H A DProgramState.h684 if (Ex->isGLValue() || Loc::isLocType(T) || T->isIntegerType())

Completed in 523 milliseconds