Searched refs:mem_func (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p3-0x.cpp | 17 void mem_func() {} in mem_func() function 41 template void X0<X2>::mem_func(); 60 template void has_inline_namespaces::X0<X4>::mem_func();
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p2-0x.cpp | 289 void mem_func(); 315 template<> void X0<X2>::mem_func(); 334 template<> void has_inline_namespaces::X0<X4>::mem_func();
|
/external/libxcam/xcore/ |
D | worker.h | 28 #define DECLARE_WORK_CALLBACK(CbClass, Handler, mem_func) \ argument 36 _h->mem_func (worker, args, error); } \
|
D | image_handler.h | 29 #define DECLARE_HANDLER_CALLBACK(CbClass, Next, mem_func) \ argument 37 _h->mem_func (handler, params, error); } \
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 31 void f10(int (X::*mem_func)(int, int)); 33 void f12(int (X::* _Nullable mem_func)(int, int));
|