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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 116 case MemRegion::AllocaRegionKind:
MemRegion.cpp 255 ID.AddInteger((unsigned) AllocaRegionKind);
870 case AllocaRegionKind:
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 85 AllocaRegionKind,
329 : SubRegion(superRegion, AllocaRegionKind), Cnt(cnt), Ex(ex) {}
347 return R->getKind() == AllocaRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 574 case MemRegion::AllocaRegionKind:
675 case MemRegion::AllocaRegionKind:
    [all...]

Completed in 18 milliseconds