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

  /external/compiler-rt/lib/lsan/
lsan_common.h 97 typedef InternalMmapVector<uptr> Frontier;
101 void ProcessGlobalRegions(Frontier *frontier);
102 void ProcessPlatformSpecificAllocations(Frontier *frontier);
107 Frontier *frontier,
lsan_common_linux.cc 57 Frontier *frontier = reinterpret_cast<Frontier *>(data); local
73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",
79 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
86 void ProcessGlobalRegions(Frontier *frontier) {
88 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
101 Frontier *frontier member in struct:__lsan::ProcessPlatformAllocParam
    [all...]
lsan_common.cc 132 // chunks. Marks those chunks with |tag| and adds them to |frontier|.
136 // so |frontier| = 0.
138 Frontier *frontier,
168 if (frontier)
169 frontier->push_back(chunk);
174 Frontier *frontier = reinterpret_cast<Frontier *>(arg); local
175 ScanRangeForPointers(begin, end, frontier, "FAKE STACK", kReachable)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 203 /// frontier nodes (or destination set). This is the set of nodes which should
216 /// \brief The frontier set - a set of nodes which need to be propagated after
218 ExplodedNodeSet &Frontier;
228 for (iterator I = Frontier.begin(), E = Frontier.end(); I != E; ++I) {
246 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
247 Frontier.Add(SrcNode);
252 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
253 Frontier.insert(SrcSet);
280 return Frontier;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 466 // Enqueue the new frontier onto the worklist.
478 // Enqueue the new frontier onto the worklist.
489 // Enqueue the new frontier onto the worklist.
633 Frontier.erase(FromN);
639 Frontier.Add(N);
648 for (ExplodedNodeSet::iterator I = Frontier.begin(),
649 E = Frontier.end(); I != E; ++I )
  /external/libvncserver/webclients/novnc/
README.md 38 [Habitat for Humanity](http://www.habitat.org), [Electronic Frontier

Completed in 1583 milliseconds