Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp468 using JumpSource = BlockScopePosPair; typedef in __anona1d14af10411::CFGBuilder
498 using BackpatchBlocksTy = std::vector<JumpSource>;
3307 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGotoStmt()
3332 BackpatchBlocks.push_back(JumpSource(Block, ScopePos)); in VisitGCCAsmStmt()
3335 BackpatchBlocks.push_back(JumpSource(Succ, ScopePos)); in VisitGCCAsmStmt()