Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dattr-unused.cpp4 namespace ns_not_unused { typedef int Int_not_unused; } typedef
7 ns_not_unused::Int_not_unused i1; // expected-warning {{unused variable}} in f()
/external/llvm-project/clang/test/SemaCXX/
Dattr-unused.cpp4 namespace ns_not_unused { typedef int Int_not_unused; } typedef
10 ns_not_unused::Int_not_unused i1; // expected-warning {{unused variable}} in f()
/external/clang/test/Sema/
Dattr-unused.c17 typedef int Int_not_unused; typedef
22 Int_not_unused i0; // expected-warning {{unused variable}} in test0()
/external/llvm-project/clang/test/Sema/
Dattr-unused.c17 typedef int Int_not_unused; typedef
22 Int_not_unused i0; // expected-warning {{unused variable}} in test0()