Searched refs:appendLifetimeEnds (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | CFG.cpp | 863 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds() function in __anon4992f0f40411::CFGBuilder 864 B->appendLifetimeEnds(VD, S, cfg->getBumpVectorContext()); in appendLifetimeEnds() 1799 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds() 1805 appendLifetimeEnds(Block, *I, S); in addLifetimeEnds()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | CFG.h | 1155 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function
|