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

  /external/clang/test/CXX/drs/
dr3xx.cpp 727 template<int S::*> struct ptr_mem {}; // expected-note +{{here}} struct in namespace:dr354
728 ptr_mem<0> m0;
729 ptr_mem<(int S::*)0> m1;
730 ptr_mem<(float S::*)0> m2;
731 ptr_mem<(int *)0> m3;
    [all...]

Completed in 104 milliseconds