HomeSort by relevance Sort by last modified time
    Searched full:pi0a (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaCXX/
cxx1y-variable-templates_top_level.cpp 125 T pi0a = T(3.1415926535897932385); // expected-note {{variable template 'pi0a' declared here}} member in namespace:explicit_instantiation
126 template float pi0a<int>; // expected-error {{type 'float' of explicit instantiation of 'pi0a' does not match expected type 'int'}} member in namespace:explicit_instantiation
348 T pi0a = T(3.1415926535897932385); member in namespace:nested::n0a
352 int i0a = pi0a<int>;
354 template float pi0a<float>; member in namespace:nested
355 float f0a = pi0a<float>;
357 template<> double pi0a<double> = 5.2; member in namespace:nested
358 double d0a = pi0a<double>
    [all...]

Completed in 232 milliseconds