OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reinterpretcast0
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-cast.cpp
64
struct
ReinterpretCast0
{
70
template struct
ReinterpretCast0
<void (*)(int), void (*)(float)>;
71
template struct
ReinterpretCast0
<int const *, float *>; // expected-note{{instantiation}}
Completed in 126 milliseconds