Home
last modified time | relevance | path

Searched defs:add_reference (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaTemplate/
Dmetafun-apply.cpp10 struct add_reference { struct
25 …<T>::type type; // expected-note{{in instantiation of template class 'add_reference::apply<void>' … argument
Dinstantiate-template-template-parm.cpp13 struct add_reference { struct
19 apply<add_reference, int>::type ir = i; argument
/external/clang/test/SemaCXX/
Dnested-name-spec-locations.cpp17 struct add_reference { struct
26 typename add_reference<T>::type argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-tuple.cpp9 struct add_reference { struct
14 struct add_reference<T&> { struct
15 typedef T &type;
Dexample-bind.cpp9 struct add_reference { struct
14 struct add_reference<T&> { argument
15 typedef T &type;
Dmetafunctions.cpp177 struct add_reference { struct
178 typedef T& type;