Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp641 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager
651 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager
691 return LazyAllocate(SystemGlobals); in getGlobalsRegion()
693 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()
695 return LazyAllocate(InternalGlobals); in getGlobalsRegion()
709 return LazyAllocate(heap); in getHeapRegion()
713 return LazyAllocate(unknown); in getUnknownRegion()
717 return LazyAllocate(code); in getCodeRegion()
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h1303 const REG* LazyAllocate(REG*& region);
1306 const REG* LazyAllocate(REG*& region, ARG a);