Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp142 T pi0 = T(3.1415926535897932385); variable
143 template int pi0<int>; // expected-note {{previous explicit instantiation is here}} variable
144 template int pi0<int>; // expected-error {{duplicate explicit instantiation of 'pi0<int>'}} variable
222 T pi0 = T(3.1415926535897932385); variable
242 T pi0 = T(3.1415926535897932385); variable
265 T pi0 = T(3.1415926535897932385); // expected-note {{variable template 'pi0' declared here}} variable
268 template int pi0<int>; variable
269 …template float pi0<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0' do… variable
279 T pi0 = T(3.1415926535897932385); variable
281 template int pi0<int>; // expected-note 2{{explicit instantiation first required here}} variable
/minix3/external/bsd/llvm/dist/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