Home
last modified time | relevance | path

Searched refs:Int_unused (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Dattr-unused.cpp3 namespace ns_unused { typedef int Int_unused __attribute__((unused)); } typedef
8 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}} in f()
/external/llvm-project/clang/test/SemaCXX/
Dattr-unused.cpp3 namespace ns_unused { typedef int Int_unused __attribute__((unused)); } typedef
11 ns_unused::Int_unused i0; // expected-warning {{'Int_unused' was marked unused but was used}} in f()
/external/clang/test/Sema/
Dattr-unused.c16 typedef int Int_unused __attribute__((unused)); typedef
23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} in test0()
/external/llvm-project/clang/test/Sema/
Dattr-unused.c16 typedef int Int_unused __attribute__((unused)); typedef
23 Int_unused i1; // expected-warning {{'Int_unused' was marked unused but was used}} in test0()