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 643 const REG *MemRegionManager::LazyAllocate(REG*& region) {
653 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
693 return LazyAllocate(SystemGlobals);
695 return LazyAllocate(ImmutableGlobals);
697 return LazyAllocate(InternalGlobals);
711 return LazyAllocate(heap);
715 return LazyAllocate(unknown);
719 return LazyAllocate(code);
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.h 499 void LazyAllocate(Resource* resource);
resource_provider.cc 721 LazyAllocate(resource);
905 LazyAllocate(resource);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h     [all...]

Completed in 564 milliseconds