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

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 531 *MemRegionManager::getGlobalsRegion(const CodeTextRegion *CR) {
561 return getSubRegion<StringRegion>(Str, getGlobalsRegion());
569 sReg = getGlobalsRegion();
588 sReg = getGlobalsRegion(getFunctionTextRegion(FD));
594 sReg = getGlobalsRegion(BTR);
599 sReg = getGlobalsRegion();
641 sReg = getGlobalsRegion();
RegionStore.cpp 747 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 951 /// getGlobalsRegion - Retrieve the memory region associated with
953 const GlobalsSpaceRegion *getGlobalsRegion(const CodeTextRegion *R = 0);
    [all...]

Completed in 157 milliseconds