HomeSort by relevance Sort by last modified time
    Searched refs:LazyAllocate (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 632 const REG *MemRegionManager::LazyAllocate(REG*& region) {
642 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
682 return LazyAllocate(SystemGlobals);
684 return LazyAllocate(ImmutableGlobals);
686 return LazyAllocate(InternalGlobals);
700 return LazyAllocate(heap);
704 return LazyAllocate(unknown);
708 return LazyAllocate(code);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.h 411 void LazyAllocate(Resource* resource);
resource_provider.cc 401 LazyAllocate(resource);
557 LazyAllocate(resource);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h     [all...]

Completed in 278 milliseconds