Searched refs:appendLifetimeEnds (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 888 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) { in appendLifetimeEnds() function in __anonef2f84bd0411::CFGBuilder 889 B->appendLifetimeEnds(VD, S, cfg->getBumpVectorContext()); in appendLifetimeEnds() 1895 appendLifetimeEnds(Block, VD, S); in addAutomaticObjDestruction() 1938 appendLifetimeEnds(Block, VD, S); in addScopeExitHandling()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 1180 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) { in appendLifetimeEnds() function
|