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

  /external/compiler-rt/lib/lsan/
lsan_common.h 120 typedef InternalMmapVector<uptr> Frontier;
124 void ProcessGlobalRegions(Frontier *frontier);
125 void ProcessPlatformSpecificAllocations(Frontier *frontier);
128 Frontier *frontier,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 208 /// frontier nodes (or destination set). This is the set of nodes which should
221 /// \brief The frontier set - a set of nodes which need to be propagated after
223 ExplodedNodeSet &Frontier;
233 for (iterator I = Frontier.begin(), E = Frontier.end(); I != E; ++I) {
251 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
252 Frontier.Add(SrcNode);
257 : C(Ctx), Finalized(F), HasGeneratedNodes(false), Frontier(DstSet) {
258 Frontier.insert(SrcSet);
285 return Frontier;
    [all...]

Completed in 2045 milliseconds