Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1406 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()
1411 unsigned size() const { return NumBlockIDs; } in size()
1448 unsigned NumBlockIDs = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4941 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()