Searched defs:pi1 (Results 1 – 8 of 8) 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<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1… variable34 …template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a def… variable
155 CONST T pi1 = T(3.1415926535897932385); variable156 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} variable157 …template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} variable228 T pi1 = T(3.1415926535897932385); variable229 template<> CONST int pi1<int> = 10; variable257 CONST T pi1 = T(3.1415926535897932385); variable259 template<> CONST int pi1<int> = 10; // expected-note {{previous definition is here}} variable260 template<> CONST int pi1<int> = 10; // expected-error {{redefinition of 'pi1<int>'}} variable
178 int *pi1 = i1 ? &i1 : 0; in test() local
121 const PostInc& pi1 = pi++; in incdec_test() local
25 u8 pi1; member
1278 boost::shared_ptr<int> pi1(new int); in test() local
2558 boost::shared_ptr<int> pi1(new int); in test() local
309 __m128i pi0, pi1; in rsdIntrinsicBlurVFU4_K() local