Home
last modified time | relevance | path

Searched refs:mem_func (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp3-0x.cpp17 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/
Dp2-0x.cpp289 void mem_func();
315 template<> void X0<X2>::mem_func();
334 template<> void has_inline_namespaces::X0<X4>::mem_func();
/external/libxcam/xcore/
Dworker.h28 #define DECLARE_WORK_CALLBACK(CbClass, Handler, mem_func) \ argument
36 _h->mem_func (worker, args, error); } \
Dimage_handler.h29 #define DECLARE_HANDLER_CALLBACK(CbClass, Next, mem_func) \ argument
37 _h->mem_func (handler, params, error); } \
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h31 void f10(int (X::*mem_func)(int, int));
33 void f12(int (X::* _Nullable mem_func)(int, int));