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

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 421 bool SymbolReaper::isLiveRegion(const MemRegion *MR) {
462 KnownLive = isLiveRegion(cast<SymbolRegionValue>(sym)->getRegion());
471 KnownLive = isLiveRegion(cast<SymbolExtent>(sym)->getRegion());
475 isLiveRegion(cast<SymbolMetadata>(sym)->getRegion());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 595 bool isLiveRegion(const MemRegion *region);
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 120 if (!SR.isLiveRegion(I->first)) {
    [all...]

Completed in 241 milliseconds