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

/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp632 const REG *MemRegionManager::LazyAllocate(REG*& region) { function in class:MemRegionManager
642 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) { function in class:MemRegionManager
682 return LazyAllocate(SystemGlobals);
684 return LazyAllocate(ImmutableGlobals);
686 return LazyAllocate(InternalGlobals);
700 return LazyAllocate(heap);
704 return LazyAllocate(unknown);
708 return LazyAllocate(code);
/external/chromium_org/cc/resources/
H A Dresource_provider.cc596 LazyAllocate(resource);
775 LazyAllocate(resource);
1661 LazyAllocate(GetResource(id));
1664 void ResourceProvider::LazyAllocate(Resource* resource) { function in class:cc::ResourceProvider
H A Dresource_provider.h471 void LazyAllocate(Resource* resource);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1299 const REG* LazyAllocate(REG*& region);
1302 const REG* LazyAllocate(REG*& region, ARG a);

Completed in 757 milliseconds