Searched defs:pi1 (Results 1 – 4 of 4) sorted by relevance
27 T pi1 = T(3.1415926535897932385); // expected-note 0-2 {{here}} variable30 template float pi1<float> = 1.0; // expected-error {{explicit template instantiation cannot have a… variable33 …template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a def… variable
154 CONST T pi1 = T(3.1415926535897932385); variable155 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} variable156 …template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} variable227 T pi1 = T(3.1415926535897932385); variable256 CONST T pi1 = T(3.1415926535897932385); variable
181 int *pi1 = i1 ? &i1 : 0; in test() local
128 const PostInc& pi1 = pi++; in incdec_test() local