Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h931 unsigned getNumBlockIDs() const { return NumBlockIDs; } in getNumBlockIDs()
936 unsigned size() const { return NumBlockIDs; } in size()
951 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0), in CFG()
967 unsigned NumBlockIDs; variable
/external/clang/lib/Analysis/
DCFG.cpp3876 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this); in createBlock()