Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h1412 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()
1417 unsigned size() const { return NumBlockIDs; } in size()
1454 unsigned NumBlockIDs = 0; variable
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp5160 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()