Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunctions-expected.cc49 int (*function_pointer)(int, int) = &TestFunctionThatTakesTwoInts; in F() local
/external/clang/test/CodeGenCXX/
Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddevice.c249 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress()