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

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 32 if (Loc::isLocType(type))
49 assert(!Loc::isLocType(type));
57 assert(!Loc::isLocType(type));
65 assert(!Loc::isLocType(type));
72 assert(!Loc::isLocType(toTy));
103 if (Loc::isLocType(T))
129 if (Loc::isLocType(type))
146 if (Loc::isLocType(type))
161 if (Loc::isLocType(type))
177 if (Loc::isLocType(T)
    [all...]
SimpleSValBuilder.cpp 69 bool isLocType = Loc::isLocType(castTy);
72 if (isLocType)
94 if (!isLocType)
105 if (!isLocType && !castTy->isIntegerType())
110 Loc::isLocType(castTy));
113 if (isLocType)
127 if (Loc::isLocType(castTy) || castTy->isReferenceType())
143 Loc::isLocType(castTy));
    [all...]
SimpleConstraintManager.cpp 267 assert(T->isIntegerType() || Loc::isLocType(T));
270 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
BasicValueFactory.cpp 105 T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T));
ExprEngineObjC.cpp 114 assert(Loc::isLocType(T));
ExprEngineC.cpp 523 if (Loc::isLocType(T) || T->isIntegerType()) {
780 if (Loc::isLocType(U->getType())) {
SymbolManager.cpp 355 if (Loc::isLocType(T))
ProgramState.cpp 222 if (Loc::isLocType(T) || T->isIntegerType())
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 102 assert(T->isIntegerType() || Loc::isLocType(T));
105 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
127 assert(T->isIntegerType() || Loc::isLocType(T));
129 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
134 assert(T->isIntegerType() || Loc::isLocType(T));
136 = T->isUnsignedIntegerOrEnumerationType() || Loc::isLocType(T);
SValBuilder.h 246 if (Loc::isLocType(type))
SVals.h 252 static inline bool isLocType(QualType T) {
ProgramState.h 675 if (Ex->isLValue() || Loc::isLocType(T) || T->isIntegerType())

Completed in 276 milliseconds