Home
last modified time | relevance | path

Searched refs:pi0a (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp130 T pi0a = T(3.1415926535897932385); // expected-note {{variable template 'pi0a' declared here}} variable
131 …template float pi0a<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0a' doe… variable
364 T pi0a = T(3.1415926535897932385); variable
368 int i0a = pi0a<int>;
370 template float pi0a<float>; variable
371 float f0a = pi0a<float>;
373 template<> double pi0a<double> = 5.2; variable
374 double d0a = pi0a<double>;