Home
last modified time | relevance | path

Searched defs:BlockCounter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBlockCounter.h32 BlockCounter(void *D) : Data(D) {} in BlockCounter() function
35 BlockCounter() : Data(nullptr) {} in BlockCounter() function
H A DExprEngine.h80 class BlockCounter; variable