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 699 const REG *MemRegionManager::LazyAllocate(REG*& region) {
709 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
749 return LazyAllocate(SystemGlobals);
751 return LazyAllocate(ImmutableGlobals);
753 return LazyAllocate(InternalGlobals);
767 return LazyAllocate(heap);
771 return LazyAllocate(unknown);
775 return LazyAllocate(code);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h     [all...]

Completed in 176 milliseconds