reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
  142     assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  768     if (Ex->isGLValue() || Loc::isLocType(T) ||
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  303     if (Loc::isLocType(type))
  373     if (Loc::isLocType(Sym->getType()))
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  354     assert(!Loc::isLocType(sym->getType()));
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  314     assert(isValidTypeForSymbol(t) && !Loc::isLocType(t));
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1519   if (!Loc::isLocType(CE->getType()))
tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp
   35   DefinedSVal V = Loc::isLocType(Ty) ? getLocFromSymbol(State, Sym)
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  332            Loc::isLocType(Result->getType()) ||
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
 1132       if (Loc::isLocType(U->getType())) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
   67         assert(Loc::isLocType(T));
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  254     if (Loc::isLocType(T) || T->isIntegralOrEnumerationType())
  270   if (!T.isNull() && (T->isIntegralOrEnumerationType() || Loc::isLocType(T))) {
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  370         if (Loc::isLocType(SSE->getLHS()->getType())) {
  371           return Loc::isLocType(SSE->getRHS()->getType());
tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
   54     if (Loc::isLocType(SSE->getLHS()->getType()) &&
   55         Loc::isLocType(SSE->getRHS()->getType())) {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1119       else if (Loc::isLocType(VR->getValueType())) {
 2210   if (Loc::isLocType(T))
tools/clang/lib/StaticAnalyzer/Core/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))
  233   if (Loc::isLocType(T))
  368     if (Loc::isLocType(E->getType()))
  536     if (!Loc::isLocType(originalTy) &&
  561   if (castTy->isIntegralOrEnumerationType() && Loc::isLocType(originalTy))
  565   if (Loc::isLocType(castTy) && originalTy->isIntegralOrEnumerationType()) {
  579     assert(Loc::isLocType(castTy));
  614     if (!Loc::isLocType(castTy)) {
  641     assert(Loc::isLocType(originalTy) || originalTy->isFunctionType() ||
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
   75   bool isLocType = Loc::isLocType(castTy);
  138   if (Loc::isLocType(castTy) || castTy->isReferenceType())
 1265         return Loc::isLocType(S->getType()) ? (SVal)SVB.makeIntLocVal(*I)
 1287       if (Loc::isLocType(S->getLHS()->getType()) &&
 1293           assert(Loc::isLocType(Sym->getType()));
 1314       if (Loc::isLocType(S->getLHS()->getType()) !=
 1315           Loc::isLocType(S->getRHS()->getType()))
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
  351   if (Loc::isLocType(T))