Home
last modified time | relevance | path

Searched refs:LazyAllocate (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp699 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager
709 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager
749 return LazyAllocate(SystemGlobals); in getGlobalsRegion()
751 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()
753 return LazyAllocate(InternalGlobals); in getGlobalsRegion()
767 return LazyAllocate(heap); in getHeapRegion()
771 return LazyAllocate(unknown); in getUnknownRegion()
775 return LazyAllocate(code); in getCodeRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1297 const REG* LazyAllocate(REG*& region);
1300 const REG* LazyAllocate(REG*& region, ARG a);