Home
last modified time | relevance | path

Searched refs:pi1b (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp151 …CONST T pi1b = T(3.1415926535897932385); // expected-note {{variable template 'pi1b' declared her… variable
152 …template int pi1b<const int>; // expected-error {{type 'int' of explicit instantiation of 'pi1b' … variable
397 … T pi1b = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable
418 int i1 = n1::pi1b<int>;
420 template float n1::pi1b<float>; member in nested::use_n1b::n1
424 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::n1
428 double d1 = n1::pi1b<double>;