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