Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h62 BlockCounter CurrentCounter; variable
70 enqueue(WorkListUnit(N, CurrentCounter, B, idx)); in enqueue()
75 enqueue(WorkListUnit(N, CurrentCounter)); in enqueue()
80 void setBlockCounter(BlockCounter C) { CurrentCounter = C; } in setBlockCounter()
81 BlockCounter getBlockCounter() const { return CurrentCounter; } in getBlockCounter()