Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp643 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager
653 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager
693 return LazyAllocate(SystemGlobals); in getGlobalsRegion()
695 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()
697 return LazyAllocate(InternalGlobals); in getGlobalsRegion()
711 return LazyAllocate(heap); in getHeapRegion()
715 return LazyAllocate(unknown); in getUnknownRegion()
719 return LazyAllocate(code); in getCodeRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1301 const REG* LazyAllocate(REG*& region);
1304 const REG* LazyAllocate(REG*& region, ARG a);