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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 283 static inline bool isLocType(QualType T) {
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 70 bool isLocType = Loc::isLocType(castTy);
73 if (isLocType)
95 if (!isLocType)
112 if (!isLocType && !castTy->isIntegerType())
118 if (isLocType)
132 if (Loc::isLocType(castTy) || castTy->isReferenceType())
    [all...]

Completed in 22 milliseconds