reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
98 if (!P) { 99 P = (FoldNodeTy*) BPAlloc.Allocate<FoldNodeTy>(); 100 new (P) FoldNodeTy(X); 101 APSIntSet.InsertNode(P, InsertPos); 104 return *P;