Searched defs:NumBlockIDs (Results 1 - 1 of 1) 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

Completed in 56 milliseconds