Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h828 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock()
867 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock()
868 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock()
951 : Entry(nullptr), Exit(nullptr), IndirectGotoBlock(nullptr), NumBlockIDs(0), in CFG()
965 CFGBlock* IndirectGotoBlock; // Special block to contain collective dispatch variable
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1288 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock()
1323 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock()
1324 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock()
1434 CFGBlock* IndirectGotoBlock = nullptr; variable