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

/external/clang/include/clang/Analysis/
H A DCFG.h830 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; }
869 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; }
870 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; }
953 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0),
967 CFGBlock* IndirectGotoBlock; // Special block to contain collective dispatch member in class:clang::CFGBlock::CFG

Completed in 67 milliseconds