OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ns_not_unused
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
attr-unused.cpp
4
namespace
ns_not_unused
{ typedef int Int_not_unused; }
namespace
7
ns_not_unused
::Int_not_unused i1; // expected-warning {{unused variable}}
Completed in 87 milliseconds