Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp884 const REG *MemRegionManager::LazyAllocate(REG*& region) { in LazyAllocate() function in MemRegionManager
893 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { in LazyAllocate() function in MemRegionManager
930 return LazyAllocate(SystemGlobals); in getGlobalsRegion()
932 return LazyAllocate(ImmutableGlobals); in getGlobalsRegion()
934 return LazyAllocate(InternalGlobals); in getGlobalsRegion()
947 return LazyAllocate(heap); in getHeapRegion()
951 return LazyAllocate(unknown); in getUnknownRegion()
955 return LazyAllocate(code); in getCodeRegion()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDMemRegion.h1610 const REG* LazyAllocate(REG*& region);
1613 const REG* LazyAllocate(REG*& region, ARG a);