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

/external/clang/include/clang/Analysis/
H A DCFG.h931 unsigned getNumBlockIDs() const { return NumBlockIDs; }
936 unsigned size() const { return NumBlockIDs; }
951 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0),
967 unsigned NumBlockIDs; member in class:clang::CFGBlock::CFG

Completed in 177 milliseconds