Home
last modified time | relevance | path

Searched defs:pm1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dmember-function-template.cpp33 int& (X::*pm1)(int) = &X::f0; in test_X_f0_address() local
38 int& (X::*pm1)(int) = &X::f1; in test_X_f1_address() local
H A Dinstantiate-complete.cpp45 void test_memptr(X<long> *p1, long X<long>::*pm1,
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp41 PM<(0)> pm1; // expected-error{{null non-type template argument must be cast to template parameter type 'int X::*'}} global() variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp65 const double X::* X::* pm1 = apm; // expected-note {{instantiation of}} in test_deduce_two_level_ptrmem_with_qual() local