OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instantiate_function
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-member-pointers.cpp
58
template <void (*)()> struct
instantiate_function
{};
struct in namespace:ValueDepMemberPointer
61
typedef
instantiate_function
<&S::instantiate> x; // expected-note{{instantiation}}
Completed in 1155 milliseconds