HomeSort by relevance Sort by last modified time
    Searched refs:LazyAllocate (Results 1 - 2 of 2) 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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h     [all...]

Completed in 45 milliseconds