Home
last modified time | relevance | path

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

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