Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dcxx1y-variable-template-no-body.cpp27 T pi1 = T(3.1415926535897932385); // expected-note 0-2 {{here}} variable
30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a… variable
33 …template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a def… variable
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp154 CONST T pi1 = T(3.1415926535897932385); variable
155 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} variable
156 …template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} variable
227 T pi1 = T(3.1415926535897932385); variable
256 CONST T pi1 = T(3.1415926535897932385); variable
H A Dconditional-expr.cpp181 int *pi1 = i1 ? &i1 : 0; in test() local
H A Doverloaded-operator.cpp128 const PostInc& pi1 = pi++; in incdec_test() local