OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arrowwrapper
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-expr-4.cpp
282
struct
ArrowWrapper
{
291
template struct ArrowMemRef0<
ArrowWrapper
<MemInt*>, int&>;
292
template struct ArrowMemRef0<
ArrowWrapper
<InheritsMemInt*>, int&>;
293
template struct ArrowMemRef0<
ArrowWrapper
<MemIntFunc*>, int (*)(int)>;
294
template struct ArrowMemRef0<
ArrowWrapper
<MemInt*>, float&>; // expected-note{{instantiation}}
295
template struct ArrowMemRef0<
ArrowWrapper
<
ArrowWrapper
<MemInt*> >, int&>;
Completed in 145 milliseconds