reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
152 if (!D) { 153 D = (LazyCompoundValData*) BPAlloc.Allocate<LazyCompoundValData>(); 154 new (D) LazyCompoundValData(store, region); 155 LazyCompoundValDataSet.InsertNode(D, InsertPos); 158 return D;