Searched defs:BlockCounter (Results 1 - 1 of 1) sorted by last modified time

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h1 //==- BlockCounter.h - ADT for counting block visits ---------------*- C++ -*-//
10 // This file defines BlockCounter, an abstract data type used to count
27 /// \class BlockCounter
30 class BlockCounter { class in namespace:clang::ento
33 BlockCounter(void *D) : Data(D) {} function in class:clang::ento::BlockCounter
36 BlockCounter() : Data(nullptr) {} function in class:clang::ento::BlockCounter
47 BlockCounter GetEmptyCounter();
48 BlockCounter IncrementCount(BlockCounter BC,

Completed in 282 milliseconds