Home
last modified time | relevance | path

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

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