HomeSort by relevance Sort by last modified time
    Searched refs:isLocType (Results 1 - 14 of 14) 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))
225 if (castTy->isIntegerType() && Loc::isLocType(originalTy))
229 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...]
BasicValueFactory.cpp 105 T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T));
ExprEngineObjC.cpp 112 assert(Loc::isLocType(T));
SymbolManager.cpp 244 if (Loc::isLocType(T))
ExprEngineC.cpp 451 if (Loc::isLocType(T) || T->isIntegerType()) {
724 if (Loc::isLocType(U->getType())) {
ProgramState.cpp 197 if (Loc::isLocType(T) || T->isIntegerType())
BugReporter.cpp 438 if (Loc::isLocType(VD->getType())) {
    [all...]
RegionStore.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 196 if (Loc::isLocType(type))
SVals.h 262 static inline bool isLocType(QualType T) {
ProgramState.h 695 if (Ex->isLValue() || Loc::isLocType(T) || T->isIntegerType())

Completed in 78 milliseconds