Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Mem

1487     void *Mem = cfg->getAllocator().Allocate(sizeof(DeclStmt), A);
1488 DeclStmt *DSNew = new (Mem) DeclStmt(DG, D->getLocation(), GetEndLoc(D));
3150 CFGBlock *Mem = getAllocator().Allocate<CFGBlock>();
3151 new (Mem) CFGBlock(NumBlockIDs++, BlkBVC, this);
3152 Blocks.push_back(Mem, BlkBVC);