Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1411 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()
1416 unsigned size() const { return NumBlockIDs; } in size()
1453 unsigned NumBlockIDs = 0; variable
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5219 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()