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

/external/clang/include/clang/Analysis/
H A DCFG.h933 unsigned getNumBlockIDs() const { return NumBlockIDs; }
938 unsigned size() const { return NumBlockIDs; }
953 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0),
969 unsigned NumBlockIDs; member in class:clang::CFGBlock::CFG
/external/clang/lib/Analysis/
H A DCFG.cpp3685 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this);

Completed in 40 milliseconds