Home
last modified time | relevance | path

Searched refs:ArrowMemRef0 (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiate-expr-4.cpp263 struct ArrowMemRef0 { struct
274 template struct ArrowMemRef0<MemInt*, int&>; argument
275 template struct ArrowMemRef0<InheritsMemInt*, int&>; variable
276 template struct ArrowMemRef0<MemIntFunc*, int (*)(int)>; variable
277 template struct ArrowMemRef0<MemInt*, float&>; // expected-note{{instantiation}} variable
279 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, int&>; variable
280 template struct ArrowMemRef0<ArrowWrapper<InheritsMemInt*>, int&>; variable
281 template struct ArrowMemRef0<ArrowWrapper<MemIntFunc*>, int (*)(int)>; variable
282 template struct ArrowMemRef0<ArrowWrapper<MemInt*>, float&>; // expected-note{{instantiation}} variable
283 template struct ArrowMemRef0<ArrowWrapper<ArrowWrapper<MemInt*> >, int&>; variable