HomeSort by relevance Sort by last modified time
    Searched defs:func_type (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
task_io_service_operation.hpp 43 typedef void (*func_type)(task_io_service*, typedef in class:asio::detail::ASIO_INHERIT_TRACKED_HANDLER
47 task_io_service_operation(func_type func)
62 func_type func_;
  /external/curl/CMake/
CurlTests.c 236 typedef void (*func_type)(); typedef
241 func_type func;
242 func = (func_type)inet_ntoa_r;
251 typedef void (*func_type)(); typedef
256 func_type func;
257 func = (func_type)&inet_ntoa_r;
  /external/tcpdump/
print-atm.c 369 uint8_t cell_type, func_type, payload, clp; local
379 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f;
401 ND_PRINT((ndo, ", func-type unknown (%u)", func_type));
404 tok2str(oam_functype_values[cell_type],"none",func_type),
405 func_type));
409 switch (cell_type << 4 | func_type) {
  /external/clang/test/SemaCXX/
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/auxiliary/draw/
draw_llvm.c 1066 LLVMTypeRef func_type; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 775 LLVMTypeRef func_type; local
871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
874 function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [all...]
lp_state_setup.c 675 LLVMTypeRef func_type; local
720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
723 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
  /external/v8/src/asmjs/
asm-wasm-builder.cc 439 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
441 const auto& arguments = func_type->Arguments();
666 auto* func_type = func_tbl_type->signature()->AsFunctionType(); local
667 const auto& arguments = func_type->Arguments();
668 LocalType return_type = TypeFrom(func_type->ReturnType());
1770 auto* func_type = typer_->TypeOf(v)->AsFunctionType(); local
    [all...]
  /external/valgrind/perf/
tinycc.c 12693 int func_type; local
    [all...]

Completed in 1021 milliseconds