/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | task_io_service_operation.hpp | 43 typedef void (*func_type)(task_io_service*, typedef in asio::detail::ASIO_INHERIT_TRACKED_HANDLER 47 task_io_service_operation(func_type func) in task_io_service_operation() 62 func_type func_;
|
D | wait_op.hpp | 31 wait_op(func_type func) in wait_op()
|
D | reactor_op.hpp | 42 reactor_op(perform_func_type perform_func, func_type complete_func) in reactor_op()
|
D | reactive_socket_connect_op.hpp | 31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func) in reactive_socket_connect_op_base()
|
D | reactive_socket_send_op.hpp | 34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_send_op_base()
|
D | reactive_socket_recvmsg_op.hpp | 35 socket_base::message_flags& out_flags, func_type complete_func) in reactive_socket_recvmsg_op_base()
|
D | reactive_socket_recv_op.hpp | 34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_recv_op_base()
|
D | reactive_socket_sendto_op.hpp | 34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_sendto_op_base()
|
D | reactive_socket_recvfrom_op.hpp | 34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_recvfrom_op_base()
|
D | reactive_socket_accept_op.hpp | 35 typename Protocol::endpoint* peer_endpoint, func_type complete_func) in reactive_socket_accept_op_base()
|
/external/curl/CMake/ |
D | CurlTests.c | 236 typedef void (*func_type)(); typedef 241 func_type func; in main() 242 func = (func_type)inet_ntoa_r; in main() 251 typedef void (*func_type)(); typedef 256 func_type func; in main() 257 func = (func_type)&inet_ntoa_r; in main()
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | tuple.hpp | 59 typedef typename std::remove_reference<F>::type func_type; typedef 61 std::declval<func_type>()(std::get<Is>(std::declval<T &&>())...) 91 typedef typename std::remove_reference<F>::type func_type; typedef 93 decltype(std::declval<func_type>()(
|
/external/tcpdump/ |
D | print-atm.c | 455 uint8_t cell_type, func_type, payload, clp; in oam_print() local 466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print() 488 ND_PRINT((ndo, ", func-type unknown (%u)", func_type)); in oam_print() 491 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print() 492 func_type)); in oam_print() 496 switch (cell_type << 4 | func_type) { in oam_print()
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 59 const struct vtn_type *func_type = in vtn_cfg_handle_prepass_instruction() local 62 vtn_assert(func_type->return_type->type == result_type); in vtn_cfg_handle_prepass_instruction() 67 func->num_params = func_type->length; in vtn_cfg_handle_prepass_instruction() 70 for (unsigned i = 0; i < func_type->length; i++) { in vtn_cfg_handle_prepass_instruction() 71 if (func_type->params[i]->base_type == vtn_base_type_pointer && in vtn_cfg_handle_prepass_instruction() 72 func_type->params[i]->type == NULL) { in vtn_cfg_handle_prepass_instruction() 73 func->params[np].type = func_type->params[i]->deref->type; in vtn_cfg_handle_prepass_instruction() 76 } else if (func_type->params[i]->base_type == in vtn_cfg_handle_prepass_instruction() 81 func->params[np].type = func_type->params[i]->type; in vtn_cfg_handle_prepass_instruction() 88 func->params[np].type = func_type->params[i]->type; in vtn_cfg_handle_prepass_instruction() [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-lift.hpp | 35 using func_type = rxu::decay_t<F>; typedef 36 using detail_result = decltype(check<for_type, func_type>(0));
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 858 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 860 func_type->return_type()->AsForwardPointer(); in ReplaceForwardPointers() 862 func_type->SetReturnType(return_type->target_pointer()); in ReplaceForwardPointers() 865 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() 914 Function* func_type = type->AsFunction(); in ReplaceType() local 915 const Type* return_type = func_type->return_type(); in ReplaceType() 917 func_type->SetReturnType(new_type); in ReplaceType() 920 auto& param_types = func_type->param_types(); in ReplaceType()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 855 Function* func_type = type->AsFunction(); in ReplaceForwardPointers() local 857 func_type->return_type()->AsForwardPointer(); in ReplaceForwardPointers() 859 func_type->SetReturnType(return_type->target_pointer()); in ReplaceForwardPointers() 862 auto& param_types = func_type->param_types(); in ReplaceForwardPointers() 911 Function* func_type = type->AsFunction(); in ReplaceType() local 912 const Type* return_type = func_type->return_type(); in ReplaceType() 914 func_type->SetReturnType(new_type); in ReplaceType() 917 auto& param_types = func_type->param_types(); in ReplaceType()
|
/external/clang/test/SemaCXX/ |
D | conversion-function.cpp | 25 typedef int func_type(int); typedef 39 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 715 LLVMTypeRef func_type; in generate_setup_variant() local 761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant() 764 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
|
D | lp_state_fs.c | 2414 LLVMTypeRef func_type; in generate_fragment() local 2506 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment() 2509 function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_fragment()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1528 LLVMTypeRef func_type; in draw_llvm_generate() local 1593 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate() 1596 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_llvm_generate() 2234 LLVMTypeRef func_type; in draw_gs_llvm_generate() local 2271 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types), 0); in draw_gs_llvm_generate() 2273 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_gs_llvm_generate()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half() local 194 func = LLVMBuildBitCast(builder, func, LLVMPointerType(func_type, 0), "util_float_to_half"); in lp_build_float_to_half()
|
/external/llvm/docs/ |
D | Statepoints.rst | 349 func_type <target>,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Statepoints.rst | 385 func_type <target>,
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 6123 PASS: gdb.base/ptype.exp: ptype func_type
|