Searched refs:pi1b (Results 1 – 1 of 1) sorted by relevance
151 …CONST T pi1b = T(3.1415926535897932385); // expected-note {{variable template 'pi1b' declared her… variable152 …template int pi1b<const int>; // expected-error {{type 'int' of explicit instantiation of 'pi1b' … variable397 … T pi1b = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable418 int i1 = n1::pi1b<int>;420 template float n1::pi1b<float>; member in nested::use_n1b::n1424 float f1 = n1::pi1b<float>;426 …template<> double n1::pi1b<double> = 5.2; // expected-error {{cannot define or redeclare 'pi1b' h… member in nested::use_n1b::n1428 double d1 = n1::pi1b<double>;