Searched defs:function_pointer (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} function
47 // CHECK: "\01?function_pointer@@YAXV?$C@P6AXXZ@@@Z"
H A Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef
175 function_pointer g1() { return 0; }
178 const function_pointer g2() { return 0; }
181 function_pointer* g3() { return 0; }
184 const function_pointer* g4() { return 0; }
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Ddevice.c249 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) argument
255 if (!function_pointer)
258 if (!vlGetFuncFTAB(function_id, function_pointer))
261 VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id);

Completed in 134 milliseconds