HomeSort by: relevance | last modified time | path
    Searched refs:isLocType (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ConstraintManager.cpp 35 DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
SValBuilder.cpp 53 if (Loc::isLocType(type))
73 assert(!Loc::isLocType(type));
81 assert(!Loc::isLocType(type));
88 assert(!Loc::isLocType(type));
95 assert(!Loc::isLocType(toTy));
129 if (Loc::isLocType(T))
166 if (Loc::isLocType(type))
184 if (Loc::isLocType(type))
195 assert(Loc::isLocType(T));
214 if (Loc::isLocType(type)
    [all...]
RangedConstraintManager.cpp 47 if (Loc::isLocType(SSE->getLHS()->getType()) &&
48 Loc::isLocType(SSE->getRHS()->getType())) {
ExprEngineObjC.cpp 65 assert(Loc::isLocType(T));
SimpleSValBuilder.cpp 1150 return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I)
1172 if (Loc::isLocType(S->getLHS()->getType()) &&
1178 assert(Loc::isLocType(Sym->getType()));
1199 if (Loc::isLocType(S->getLHS()->getType()) !=
1200 Loc::isLocType(S->getRHS()->getType()))
ProgramState.cpp 259 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType())
275 if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) {
SymbolManager.cpp 336 if (Loc::isLocType(T))
RangeConstraintManager.cpp 877 Loc::isLocType(ActualType)) {
1985 if (Loc::isLocType(SSE->getLHS()->getType())) {
1986 return Loc::isLocType(SSE->getRHS()->getType());
RegionStore.cpp 1110 else if (Loc::isLocType(VR->getValueType())) {
2167 if (Loc::isLocType(T))
ExprEngineC.cpp 1150 if (Loc::isLocType(U->getType())) {
ExprEngine.cpp 332 Loc::isLocType(Result->getType()) ||
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 317 if (Loc::isLocType(type))
387 if (Loc::isLocType(Sym->getType()))
SVals.h 323 static bool isLocType(QualType T) {
348 assert(!Loc::isLocType(sym->getType()));
BasicValueFactory.h 148 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T));
SymbolManager.h 324 assert(isValidTypeForSymbol(t) && !Loc::isLocType(t));
ProgramState.h 776 if (Ex->isGLValue() || Loc::isLocType(T) ||
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 1524 if (!Loc::isLocType(CE->getType()))

Completed in 110 milliseconds