HomeSort by relevance Sort by last modified time
    Searched refs:isLocType (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 29 if (Loc::isLocType(type))
46 assert(!Loc::isLocType(type));
53 assert(!Loc::isLocType(type));
81 if (Loc::isLocType(T))
97 if (Loc::isLocType(T))
113 if (Loc::isLocType(type))
128 if (Loc::isLocType(type))
144 if (Loc::isLocType(T))
220 if (castTy->isIntegerType() && Loc::isLocType(originalTy))
224 if (Loc::isLocType(castTy) && originalTy->isIntegerType())
    [all...]
SimpleConstraintManager.cpp 263 assert(T->isIntegerType() || Loc::isLocType(T));
266 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
SimpleSValBuilder.cpp 62 bool isLocType = Loc::isLocType(castTy);
65 if (isLocType)
96 if (!isLocType && !castTy->isIntegerType())
101 Loc::isLocType(castTy));
104 if (isLocType)
118 if (Loc::isLocType(castTy) || castTy->isReferenceType())
134 Loc::isLocType(castTy));
    [all...]
ObjCMessage.cpp 139 if (Loc::isLocType(argT) || argT->isIntegerType())
BasicValueFactory.cpp 105 T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T));
BasicStore.cpp 256 if (TyR->isBoundable() && Loc::isLocType(TyR->getValueType()))
478 if (Loc::isLocType(T))
SymbolManager.cpp 238 if (Loc::isLocType(T))
GRState.cpp 205 if (Loc::isLocType(T) || T->isIntegerType())
ExprEngine.cpp     [all...]
BugReporter.cpp 451 if (Loc::isLocType(VD->getType())) {
    [all...]
RegionStore.cpp     [all...]
CFRefCount.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 109 assert(T->isIntegerType() || Loc::isLocType(T));
112 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
134 assert(T->isIntegerType() || Loc::isLocType(T));
136 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
141 assert(T->isIntegerType() || Loc::isLocType(T));
143 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
SValBuilder.h 195 if (Loc::isLocType(type))
SVals.h 266 static inline bool isLocType(QualType T) {
GRState.h 700 if (Ex->isLValue() || Loc::isLocType(T) || T->isIntegerType())

Completed in 134 milliseconds