OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nested_var_t
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Modules/Inputs/
cxx-templates-unimported.h
30
template<> template<typename U> int cls<void>::
nested_var_t
;
member in class:hidden_specializations::cls
41
(void)cls<void>::
nested_var_t
<char>;
cxx-templates-common.h
67
template<typename U> static int
nested_var_t
;
member in struct:hidden_specializations::cls
/external/clang/test/Modules/
cxx-templates.cpp
218
(void)sizeof(cls<void>::
nested_var_t
<int>); // expected-error 1+{{explicit specialization of '
nested_var_t
' must be imported}}
219
(void)sizeof(cls<void>::
nested_var_t
<char>); // expected-error 1+{{explicit specialization of '
nested_var_t
' must be imported}}
Completed in 195 milliseconds