Searched defs:WorkListUnit (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h28 class WorkListUnit { class in namespace:clang::ento
35 WorkListUnit(ExplodedNode *N, BlockCounter C, function in class:clang::ento::WorkListUnit
42 explicit WorkListUnit(ExplodedNode *N, BlockCounter C) function in class:clang::ento::WorkListUnit
67 virtual void enqueue(const WorkListUnit& U) = 0;
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
75 enqueue(WorkListUnit(N, CurrentCounter));
78 virtual WorkListUnit dequeue() = 0;
87 virtual bool visit(const WorkListUnit &U) = 0;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp35 typedef const CallExpr * WorkListUnit; typedef in class:__anon18252::WalkAST
36 typedef SmallVector<WorkListUnit, 20> DFSWorkList;
70 void Enqueue(WorkListUnit WLUnit) {
82 WorkListUnit Dequeue() {
89 WorkListUnit WLUnit = Dequeue();

Completed in 465 milliseconds