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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp701 typedef const MemRegion * WorkListElement; typedef in class:__anon2366::ClusterAnalysis
702 typedef SmallVector<WorkListElement, 10> WorkList;
752 AddToWorkList(WorkListElement(Base), &Cluster);
756 bool AddToWorkList(WorkListElement E, const ClusterBindings *C) {
769 WorkListElement E = WL.pop_back_val();
1030 return AddToWorkList(WorkListElement(BaseR), getCluster(BaseR));
2491 return AddToWorkList(WorkListElement(BaseR), getCluster(BaseR));

Completed in 109 milliseconds