Lines Matching full:memint
247 struct MemInt {
251 struct InheritsMemInt : MemInt { };
257 template struct DotMemRef0<MemInt, int&>;
260 template struct DotMemRef0<MemInt, float&>; // expected-note{{instantiation}}
274 template struct ArrowMemRef0<MemInt*, int&>;
277 template struct ArrowMemRef0<MemInt*, float&>; // expected-note{{instantiation}}
279 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, int&>;
282 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, float&>; // expected-note{{instantiation}}
283 template struct ArrowMemRef0<ArrowWrapper<ArrowWrapper<MemInt*> >, int&>;
295 // FIXME: we should be able to return a MemInt without the reference!
296 MemInt &createMemInt(int);