OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pmf1
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/SemaCXX/
nullability-declspec.cpp
9
_Nonnull int (X::*
pmf1
)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the member function pointer?}}
variable
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp
51
PMF<(0)>
pmf1
; // expected-error{{null non-type template argument must be cast to template parameter type 'int (X::*)(int)'}}
variable
/external/clang/test/Parser/
cxx0x-ambig.cpp
143
void (X::*
pmf1
)() {&X::foo};
Completed in 198 milliseconds