HomeSort by: relevance | last modified time | path
    Searched refs:appendLifetimeEnds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 861 void appendLifetimeEnds(CFGBlock *B, VarDecl *VD, Stmt *S) {
862 B->appendLifetimeEnds(VD, S, cfg->getBumpVectorContext());
1797 appendLifetimeEnds(Block, *I, S);
1803 appendLifetimeEnds(Block, *I, S);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 1154 void appendLifetimeEnds(VarDecl *VD, Stmt *S, BumpVectorContext &C) {

Completed in 21 milliseconds