Lines Matching full:definition
19 // expected-error@-2 {{constexpr variable declaration must be a definition}}
70 int v; // expected-note {{previous definition is here}}
74 template<typename T> T v; // expected-note {{previous definition is here}}
78 template<typename T> T v0; // expected-note {{previous definition is here}}
81 template<typename T> T v; // expected-note {{previous definition is here}}
108 template<typename T> T var = T(); // expected-note {{previous definition is here}}
115 template<typename T> auto v1 = T(); // expected-note {{previous definition is here}}
117 template<typename T> auto v2 = T(); // expected-note {{previous definition is here}}
119 template<typename T> auto v3 = T(); // expected-note {{previous definition is here}}
244 template<> int pi0<int> = 10; // expected-note 3{{previous definition is here}}
246 // expected-note@-2 {{previous definition is here}}
259 template<> CONST int pi1<int> = 10; // expected-note {{previous definition is here}}
317 template<typename T> auto var<T*> = T(); // expected-note {{previous definition is here}}