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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp721 const REG *MemRegionManager::LazyAllocate(REG*& region) { function in class:MemRegionManager
731 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { function in class:MemRegionManager
771 return LazyAllocate(SystemGlobals);
773 return LazyAllocate(ImmutableGlobals);
775 return LazyAllocate(InternalGlobals);
789 return LazyAllocate(heap);
793 return LazyAllocate(unknown);
797 return LazyAllocate(code);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1426 const REG* LazyAllocate(REG*& region);
1429 const REG* LazyAllocate(REG*& region, ARG a);

Completed in 106 milliseconds