Home
last modified time | relevance | path

Searched refs:WorkListElement (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp645 typedef const MemRegion * WorkListElement; typedef in __anonc04f3a860611::ClusterAnalysis
646 typedef SmallVector<WorkListElement, 10> WorkList;
706 AddToWorkList(WorkListElement(Base), &Cluster); in GenerateClusters()
710 bool AddToWorkList(WorkListElement E, const ClusterBindings *C) { in AddToWorkList()
719 return AddToWorkList(WorkListElement(BaseR), getCluster(BaseR)); in AddToWorkList()
724 WorkListElement E = WL.pop_back_val(); in RunWorkList()