Home
last modified time | relevance | path

Searched defs:pi1a (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp147 …CONST T pi1a = T(3.1415926535897932385); // expected-note {{variable template 'pi1a' declared her… variable
148 …template int pi1a<int>; // expected-error {{type 'int' of explicit instantiation of 'pi1a' does no… variable
391 … T pi1a = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable
407 template float pi1a<float>; variable
413 …template<> double pi1a<double> = 5.2; // expected-error {{variable template specialization of 'pi… variable