Searched refs:CurBlockID (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Transfer.h | 35 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 D | TypeErasedDataflowAnalysis.cpp | 348 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 D | Transfer.cpp | 45 if (BlockIt->getSecond()->getBlockID() == CurBlockID) in getEnvironment()
|