Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Mem

2059     void *Mem = cfg->getAllocator().Allocate(sizeof(DeclStmt), A);
2060 DeclStmt *DSNew = new (Mem) DeclStmt(DG, D->getLocation(), GetEndLoc(D));
3843 CFGBlock *Mem = getAllocator().Allocate<CFGBlock>();
3844 new (Mem
3845 Blocks.push_back(Mem, BlkBVC);