Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.spec/
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<> double pi1<double> = 1.5; // expected-error {{variable template specialization of 'pi1… variable
34 …template int pi1<int> = 10; // expected-error {{explicit template instantiation cannot have a def… variable
/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp155 CONST T pi1 = T(3.1415926535897932385); variable
156 template CONST int pi1<int>; // expected-note {{previous explicit instantiation is here}} variable
157 …template CONST int pi1<int>; // expected-error {{duplicate explicit instantiation of 'pi1<int>'}} variable
228 T pi1 = T(3.1415926535897932385); variable
229 template<> CONST int pi1<int> = 10; variable
257 CONST T pi1 = T(3.1415926535897932385); variable
259 template<> CONST int pi1<int> = 10; // expected-note {{previous definition is here}} variable
260 template<> CONST int pi1<int> = 10; // expected-error {{redefinition of 'pi1<int>'}} variable
Dconditional-expr.cpp178 int *pi1 = i1 ? &i1 : 0; in test() local
Doverloaded-operator.cpp121 const PostInc& pi1 = pi++; in incdec_test() local
/external/coreboot/src/northbridge/intel/x4x/
Ddq_dqs.c25 u8 pi1; member
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dweak_ptr_test.cpp1278 boost::shared_ptr<int> pi1(new int); in test() local
Dshared_ptr_test.cpp2558 boost::shared_ptr<int> pi1(new int); in test() local
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
Dx86.cpp309 __m128i pi0, pi1; in rsdIntrinsicBlurVFU4_K() local