Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp146 …CONST T pi1a = T(3.1415926535897932385); // expected-note {{variable template 'pi1a' declared her… variable
147 …template int pi1a<int>; // expected-error {{type 'int' of explicit instantiation of 'pi1a' does no… variable
390 … T pi1a = T(3.1415926535897932385); // expected-note {{explicitly specialized declaration is here}} variable
406 template float pi1a<float>; variable