Searched defs:pi0 (Results 1 – 2 of 2) sorted by relevance
141 T pi0 = T(3.1415926535897932385); variable142 template int pi0<int>; // expected-note {{previous explicit instantiation is here}} variable143 template int pi0<int>; // expected-error {{duplicate explicit instantiation of 'pi0<int>'}} variable221 T pi0 = T(3.1415926535897932385); variable241 T pi0 = T(3.1415926535897932385); variable264 T pi0 = T(3.1415926535897932385); // expected-note {{variable template 'pi0' declared here}} variable267 template int pi0<int>; // expected-warning {{has no effect}} variable268 …template float pi0<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0' … variable278 T pi0 = T(3.1415926535897932385); variable280 template int pi0<int>; // expected-note 2{{explicit instantiation first required here}} variable
20 T pi0 = T(3.1415926535897932385); // expected-note {{previous definition is here}} variable