/external/clang/test/CodeGenCXX/ |
D | mangle-ms-return-qualifiers.cpp | 173 typedef int (*function_pointer)(int); typedef 175 function_pointer g1() { return 0; } in g1() 178 const function_pointer g2() { return 0; } in g2() 181 function_pointer* g3() { return 0; } in g3() 184 const function_pointer* g4() { return 0; } in g4()
|
D | mangle-ms-template-callback.cpp | 46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-return-qualifiers.cpp | 173 typedef int (*function_pointer)(int); typedef 175 function_pointer g1() { return 0; } in g1() 178 const function_pointer g2() { return 0; } in g2() 181 function_pointer* g3() { return 0; } in g3() 184 const function_pointer* g4() { return 0; } in g4()
|
D | mangle-ms-template-callback.cpp | 46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | device.c | 247 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress() argument 253 if (!function_pointer) in vlVdpGetProcAddress() 256 if (!vlGetFuncFTAB(function_id, function_pointer)) in vlVdpGetProcAddress() 259 … VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
|
/external/libhevc/encoder/ |
D | ihevce_defs.h | 876 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ argument 878 function_pointer(pu1_start, stride, ht, p_x); \ 881 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ argument 883 function_pointer(pu1_start, stride, wd, p_y); \
|
/external/llvm-project/llvm/test/Demangle/ |
D | ms-template-callback.test | 34 ?function_pointer@@YAXV?$C@P6AXXZ@@@Z 35 ; CHECK: void __cdecl function_pointer(class C<void (__cdecl *)(void)>)
|
/external/llvm/test/Transforms/InstCombine/ |
D | pow-exp.ll | 36 define double @function_pointer(double ()* %fptr, double %p1) { 42 ; CHECK-LABEL: @function_pointer
|
D | log-pow.ll | 25 define double @function_pointer(double ()* %fptr, double %p1) { 31 ; CHECK-LABEL: @function_pointer
|
/external/llvm-project/clang/test/Analysis/ |
D | call-and-message.cpp | 64 namespace function_pointer { namespace
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | log-pow.ll | 48 define float @function_pointer(float ()* %fptr, float %p1) { 49 ; CHECK-LABEL: @function_pointer(
|
D | pow-exp.ll | 197 define double @function_pointer(double ()* %fptr, double %p1) { 198 ; CHECK-LABEL: @function_pointer(
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12855 …Object(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, 13095 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in unaryBase() argument 13097 : functionObject(function_enum, function_name, function_pointer, res_type), m_arg_type(arg_type) in unaryBase() 13126 …ary(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer) in unary() argument 13127 …: unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, typeInfo<ResT>::variable… in unary() 13157 …ent(FunctionEnum function_enum, const glw::GLchar* function_name, functionPointer function_pointer, in unaryByComponent() argument 13159 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryByComponent() 13191 functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() argument 13193 : unaryBase(function_enum, function_name, (glw::GLvoid*)function_pointer, res_type, arg_type) in unaryWithOutputByComponent() 13257 …ryBase(FunctionEnum function_enum, const glw::GLchar* function_name, glw::GLvoid* function_pointer, in binaryBase() argument [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 2614 static void Wrapper(Simulator* simulator, uintptr_t function_pointer) { 2615 R (*function)(P...) = reinterpret_cast<R (*)(P...)>(function_pointer); 2623 static void Wrapper(Simulator* simulator, uintptr_t function_pointer) { 2625 reinterpret_cast<void (*)(P...)>(function_pointer);
|