Searched defs:pi0 (Results 1 – 2 of 2) sorted by relevance
142 T pi0 = T(3.1415926535897932385); variable143 template int pi0<int>; // expected-note {{previous explicit instantiation is here}} variable144 template int pi0<int>; // expected-error {{duplicate explicit instantiation of 'pi0<int>'}} variable222 T pi0 = T(3.1415926535897932385); variable242 T pi0 = T(3.1415926535897932385); variable265 T pi0 = T(3.1415926535897932385); // expected-note {{variable template 'pi0' declared here}} variable268 template int pi0<int>; variable269 …template float pi0<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0' do… variable279 T pi0 = T(3.1415926535897932385); variable281 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