HomeSort by: relevance | last modified time | path
    Searched refs:LazyAllocate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 795 const REG *MemRegionManager::LazyAllocate(REG*& region) {
805 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
845 return LazyAllocate(SystemGlobals);
847 return LazyAllocate(ImmutableGlobals);
849 return LazyAllocate(InternalGlobals);
863 return LazyAllocate(heap);
867 return LazyAllocate(unknown);
871 return LazyAllocate(code);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1497 const REG* LazyAllocate(REG*& region);
1500 const REG* LazyAllocate(REG*& region, ARG a);

Completed in 76 milliseconds