OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkListUnit
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h
28
class
WorkListUnit
{
35
WorkListUnit
(ExplodedNode *N, BlockCounter C,
42
explicit
WorkListUnit
(ExplodedNode *N, BlockCounter C)
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/
VirtualCallChecker.cpp
35
typedef const CallExpr *
WorkListUnit
;
36
typedef SmallVector<
WorkListUnit
, 20> DFSWorkList;
70
void Enqueue(
WorkListUnit
WLUnit) {
82
WorkListUnit
Dequeue() {
89
WorkListUnit
WLUnit = Dequeue();
Completed in 527 milliseconds