HomeSort by relevance Sort by last modified time
    Searched refs:PMF (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 39 template<int (X::*pmf)(int)> struct PMF { // expected-note 2 {{template parameter is declared here}}
40 PMF<pmf> *pmf2;
43 PMF<0> pmf0; // expected-error{{null non-type template argument must be cast to template parameter type 'int (X::*)(int)'}}
44 PMF<(0)> pmf1; // expected-error{{null non-type template argument must be cast to template parameter type 'int (X::*)(int)'}}
45 PMF<nullptr> pmf2;
46 PMF<get_nullptr()> pmf3;
47 PMF<(int (X::*)(int))0> pmf4;
48 PMF<np> pmf5
    [all...]
  /external/clang/test/SemaCXX/
nullptr.cpp 26 void (A::*pmf)() = nullptr;
27 pmf = null;
73 template <int *PI, void (*PF)(), int A::*PM, void (A::*PMF)()>
170 template<int (*fp)(int), int* p, int A::* pmd, int (A::*pmf)(int)>

Completed in 73 milliseconds