Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp362 SmallVector<const ExplodedNode*, 10> WL1, WL2; in trim() local
368 WL1.push_back(*I); in trim()
372 while (!WL1.empty()) { in trim()
373 const ExplodedNode *N = WL1.pop_back_val(); in trim()
386 WL1.append(N->Preds.begin(), N->Preds.end()); in trim()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp455 SmallVector<const ExplodedNode*, 10> WL1, WL2; in trim() local
460 WL1.push_back(Sink); in trim()
463 while (!WL1.empty()) { in trim()
464 const ExplodedNode *N = WL1.pop_back_val(); in trim()
477 WL1.append(N->Preds.begin(), N->Preds.end()); in trim()