Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp141 T pi0 = T(3.1415926535897932385); variable
142 template int pi0<int>; // expected-note {{previous explicit instantiation is here}} variable
143 template int pi0<int>; // expected-error {{duplicate explicit instantiation of 'pi0<int>'}} variable
221 T pi0 = T(3.1415926535897932385); variable
241 T pi0 = T(3.1415926535897932385); variable
264 T pi0 = T(3.1415926535897932385); // expected-note {{variable template 'pi0' declared here}} variable
267 template int pi0<int>; // expected-warning {{has no effect}} variable
268 …template float pi0<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0' … variable
278 T pi0 = T(3.1415926535897932385); variable
280 template int pi0<int>; // expected-note 2{{explicit instantiation first required here}} variable
/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp20 T pi0 = T(3.1415926535897932385); // expected-note {{previous definition is here}} variable