Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:static

5   static const T value = 10 / Divisor; // expected-error{{in-class initializer for static data member is not a constant expression}}
14 static const T value = 0; // expected-warning{{in-class initializer for static data member of type 'const float' is a GNU extension}}
20 // out-of-line static member variables
24 static T value;
48 static char Helper(T);
49 static const int value = sizeof(Helper(T()));
62 static T &Helper();
63 static const int value = sizeof(typeid(Helper()));
89 static const int value = sizeof(T);
99 static const bool var = false;
107 static const bool var = false;