Searched defs:function_pointer (Results 1 - 4 of 4) 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);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12855 functionObject(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer,
13091 unaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, argument
13093 : functionObject(function_enum, function_name, function_pointer, res_type), m_arg_type(arg_type)
13122 unary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) argument
13123 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variable_type,
13153 unaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, argument
13155 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type)
13187 functionPointer function_pointer, const Utils::_variable_type res_type,
13189 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type)
13253 binaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, argument
13186 unaryWithOutputByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, const Utils::_variable_type res_type, const Utils::_variable_type arg_type, const Utils::_variable_type out_type) argument
13300 binary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) argument
13337 binaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, const Utils::_variable_type res_type, const Utils::_variable_type arg_1_type, const Utils::_variable_type arg_2_type) argument
13375 tenaryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, const Utils::_variable_type res_type, const Utils::_variable_type arg_1_type, const Utils::_variable_type arg_2_type, const Utils::_variable_type arg_3_type) argument
13431 tenary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) argument
13468 tenaryByComponent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, const Utils::_variable_type res_type, const Utils::_variable_type arg_1_type, const Utils::_variable_type arg_2_type, const Utils::_variable_type arg_3_type) argument
13579 functionObject(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, Utils::_variable_type result_type) argument
[all...]

Completed in 1062 milliseconds