OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Int_unused
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
attr-unused.cpp
3
namespace ns_unused { typedef int
Int_unused
__attribute__((unused)); }
8
ns_unused::
Int_unused
i0; // expected-warning {{'
Int_unused
' was marked unused but was used}}
/external/clang/test/Sema/
attr-unused.c
16
typedef int
Int_unused
__attribute__((unused));
23
Int_unused
i1; // expected-warning {{'
Int_unused
' was marked unused but was used}}
Completed in 52 milliseconds