Home
last modified time | relevance | path

Searched refs:func_type (Results 1 – 22 of 22) sorted by relevance

/external/curl/CMake/
DCurlTests.c236 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/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service_operation.hpp43 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_;
Dwait_op.hpp31 wait_op(func_type func) in wait_op()
Dreactor_op.hpp42 reactor_op(perform_func_type perform_func, func_type complete_func) in reactor_op()
Dreactive_socket_connect_op.hpp31 reactive_socket_connect_op_base(socket_type socket, func_type complete_func) in reactive_socket_connect_op_base()
Dreactive_socket_send_op.hpp34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_send_op_base()
Dreactive_socket_recv_op.hpp34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_recv_op_base()
Dreactive_socket_recvmsg_op.hpp35 socket_base::message_flags& out_flags, func_type complete_func) in reactive_socket_recvmsg_op_base()
Dreactive_socket_sendto_op.hpp34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_sendto_op_base()
Dreactive_socket_recvfrom_op.hpp34 socket_base::message_flags flags, func_type complete_func) in reactive_socket_recvfrom_op_base()
Dreactive_socket_accept_op.hpp35 typename Protocol::endpoint* peer_endpoint, func_type complete_func) in reactive_socket_accept_op_base()
/external/tcpdump/
Dprint-atm.c369 uint8_t cell_type, func_type, payload, clp; in oam_print() local
379 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f; in oam_print()
401 ND_PRINT((ndo, ", func-type unknown (%u)", func_type)); in oam_print()
404 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()
405 func_type)); in oam_print()
409 switch (cell_type << 4 | func_type) { in oam_print()
/external/clang/test/SemaCXX/
Dconversion-function.cpp25 typedef int func_type(int); typedef
39 operator func_type(); // expected-error{{conversion function cannot convert to a function type}}
/external/v8/src/asmjs/
Dasm-wasm-builder.cc439 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) { in VisitFunctionLiteral() local
441 const auto& arguments = func_type->Arguments(); in VisitFunctionLiteral()
666 auto* func_type = func_tbl_type->signature()->AsFunctionType(); in AddFunctionTable() local
667 const auto& arguments = func_type->Arguments(); in AddFunctionTable()
668 LocalType return_type = TypeFrom(func_type->ReturnType()); in AddFunctionTable()
1770 auto* func_type = typer_->TypeOf(v)->AsFunctionType(); in LookupOrInsertFunction() local
1771 DCHECK_NOT_NULL(func_type); in LookupOrInsertFunction()
1773 LocalType return_type = TypeFrom(func_type->ReturnType()); in LookupOrInsertFunction()
1774 const auto& arguments = func_type->Arguments(); in LookupOrInsertFunction()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c675 LLVMTypeRef func_type; in generate_setup_variant() local
720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
Dlp_state_fs.c775 LLVMTypeRef func_type; in generate_fragment() local
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
874 function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_fragment()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1066 LLVMTypeRef func_type; in draw_llvm_generate() local
1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0); in draw_llvm_generate()
1115 func_type); in draw_llvm_generate()
/external/llvm/docs/
DStatepoints.rst349 func_type <target>,
/external/valgrind/perf/
Dtinycc.c5955 void gfunc_prolog(CType *func_type) in gfunc_prolog() argument
5962 sym = func_type->ref; in gfunc_prolog()
12693 int func_type; in gfunc_param_typed() local
12696 func_type = func->c; in gfunc_param_typed()
12697 if (func_type == FUNC_OLD || in gfunc_param_typed()
12698 (func_type == FUNC_ELLIPSIS && arg == NULL)) { in gfunc_param_typed()
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu6123 PASS: gdb.base/ptype.exp: ptype func_type
Darmv7a-cros-linux-gnueabi5742 PASS: gdb.base/ptype.exp: ptype func_type
Di686-pc-linux-gnu5888 PASS: gdb.base/ptype.exp: ptype func_type