Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1276 void setIndirectGotoBlock(CFGBlock *B) { IndirectGotoBlock = B; } in setIndirectGotoBlock() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4930 cfg->setIndirectGotoBlock(IBlock); in VisitIndirectGotoStmt()