Searched defs:pi1a (Results 1 – 1 of 1) sorted by relevance
147 …CONST T pi1a = T(3.1415926535897932385); // expected-note {{variable template 'pi1a' declared her… variable148 …template int pi1a<int>; // expected-error {{type 'int' of explicit instantiation of 'pi1a' does no… variable391 … T pi1a = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable407 template float pi1a<float>; variable413 …template<> double pi1a<double> = 5.2; // expected-error {{variable template specialization of 'pi… variable