Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DTransfer.h35 unsigned CurBlockID, in StmtToEnvMap() argument
37 : CFCtx(CFCtx), BlockToState(BlockToState), CurBlockID(CurBlockID), in StmtToEnvMap()
47 unsigned CurBlockID; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp348 builtinTransferStatement(unsigned CurBlockID, const CFGStmt &Elt, in builtinTransferStatement() argument
353 transfer(StmtToEnvMap(AC.CFCtx, AC.BlockStates, CurBlockID, InputState), *S, in builtinTransferStatement()
421 static void builtinTransfer(unsigned CurBlockID, const CFGElement &Elt, in builtinTransfer() argument
426 builtinTransferStatement(CurBlockID, Elt.castAs<CFGStmt>(), State, AC); in builtinTransfer()
H A DTransfer.cpp45 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment()