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

  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 59 typedef typename std::remove_reference<F>::type func_type; typedef in struct:clover::tuple::detail::_apply
61 std::declval<func_type>()(std::get<Is>(std::declval<T &&>())...)
91 typedef typename std::remove_reference<F>::type func_type; typedef in struct:clover::tuple::detail::_map
93 decltype(std::declval<func_type>()(
  /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/mesa3d/src/compiler/spirv/
vtn_cfg.c 44 const struct glsl_type *func_type = local
47 assert(glsl_get_function_return_type(func_type) == result_type);
52 func->num_params = glsl_get_length(func_type);
56 glsl_get_function_param(func_type, i);
73 func->return_type = glsl_get_function_return_type(func_type);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); local
194 func = LLVMBuildBitCast(builder, func, LLVMPointerType(func_type, 0), "util_float_to_half");
    [all...]
  /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/tcpdump/
print-atm.c 455 uint8_t cell_type, func_type, payload, clp; local
466 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f;
488 ND_PRINT((ndo, ", func-type unknown (%u)", func_type));
491 tok2str(oam_functype_values[cell_type],"none",func_type),
492 func_type));
496 switch (cell_type << 4 | func_type) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 715 LLVMTypeRef func_type; local
761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
764 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
    [all...]
lp_state_fs.c 2393 LLVMTypeRef func_type; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 1524 LLVMTypeRef func_type; local
2225 LLVMTypeRef func_type; local
    [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc 546 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
548 const auto& arguments = func_type->Arguments();
780 auto* func_type = typer_->TypeOf(p)->AsFunctionType(); local
783 const auto& arguments = func_type->Arguments();
784 ValueType return_type = TypeFrom(func_type->ReturnType());
1912 auto* func_type = typer_->TypeOf(v)->AsFunctionType(); local
    [all...]
  /external/valgrind/perf/
tinycc.c 12693 int func_type; local
    [all...]

Completed in 264 milliseconds