Lines Matching full:static
4 static void f1(); // expected-warning{{unused}}
40 static inline void f4() { }
43 static int x1; // expected-warning{{unused}}
49 static int x; // expected-warning{{unused}}
54 static int x;
84 static void foo() { } // expected-warning {{not needed and will not be emitted}}
93 static int n = 0;
94 static int &r = n;
99 static const int m = n;
101 static const double d = 0.0;