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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 112 case MemRegion::BlockDataRegionKind:
MemRegion.cpp 354 ID.AddInteger(MemRegion::BlockDataRegionKind);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 90 BlockDataRegionKind,
486 : SubRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc), ReferencedVars(0) {}
529 return R->getKind() == BlockDataRegionKind;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 394 case MemRegion::BlockDataRegionKind:
CStringChecker.cpp 788 case MemRegion::BlockDataRegionKind:
    [all...]

Completed in 19 milliseconds