Searched defs:return_type (Results 1 - 25 of 39) sorted by relevance

12

/external/libffi/src/sh64/
H A Dffi.c37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
/external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
H A Dffi.c37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
/external/python/cpython3/Modules/_ctypes/libffi/src/sh64/
H A Dffi.c37 return_type (ffi_type *arg) function
69 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
165 greg = (return_type (cif->rtype) == FFI_TYPE_STRUCT ? 1 : 0);
222 cif->flags = return_type (cif->rtype);
266 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
289 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
365 if (return_type (cif->rtype) == FFI_TYPE_STRUCT)
467 return return_type (cif->rtype);
/external/libffi/src/sh/
H A Dffi.c57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
/external/python/cpython2/Modules/_ctypes/libffi/src/sh/
H A Dffi.c57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
/external/python/cpython3/Modules/_ctypes/libffi/src/sh/
H A Dffi.c57 return_type (ffi_type *arg) function
127 if (return_type (ecif->cif->rtype) == FFI_TYPE_STRUCT)
334 greg = ((return_type (cif->rtype) == FFI_TYPE_STRUCT) &&
390 cif->flags += (unsigned) (return_type (cif->rtype)) << 24;
424 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
447 && return_type (cif->rtype) != FFI_TYPE_STRUCT)
471 insn = (return_type (cif->rtype) == FFI_TYPE_STRUCT
716 return return_type (cif->rtype);
/external/v8/src/asmjs/
H A Dasm-types.cc167 bool CanBeInvokedWith(AsmType* return_type,
179 bool AsmFroundType::CanBeInvokedWith(AsmType* return_type, argument
202 bool CanBeInvokedWith(AsmType* return_type,
204 if (!return_type_->IsExactly(return_type)) {
238 bool AsmFFIType::CanBeInvokedWith(AsmType* return_type, argument
240 if (return_type->IsExactly(AsmType::Float())) {
275 bool AsmFunctionType::CanBeInvokedWith(AsmType* return_type, argument
277 if (!return_type_->IsExactly(return_type)) {
308 AsmType* return_type, const ZoneVector<AsmType*>& args) {
310 if (overloads_[ii]->AsCallableType()->CanBeInvokedWith(return_type, arg
307 CanBeInvokedWith( AsmType* return_type, const ZoneVector<AsmType*>& args) argument
348 CanBeInvokedWith(AsmType* return_type, const ZoneVector<AsmType*>& args) argument
[all...]
H A Dasm-types.h110 virtual bool CanBeInvokedWith(AsmType* return_type,
137 bool CanBeInvokedWith(AsmType* return_type,
141 AsmFunctionType(Zone* zone, AsmType* return_type) argument
142 : return_type_(return_type), args_(zone) {}
171 bool CanBeInvokedWith(AsmType* return_type,
184 bool CanBeInvokedWith(AsmType* return_type,
201 bool CanBeInvokedWith(AsmType* return_type,
H A Dasm-typer.cc1811 AsmType* return_type; local
1812 RECURSE(return_type = ValidateFloatCoercion(call));
1813 if (return_type == nullptr) {
1816 return return_type;
1821 AsmType* return_type; local
1822 RECURSE(return_type = ValidateHeapAccess(prop, LoadFromHeap));
1823 return return_type;
2368 AsmType* AsmTyper::ValidateCall(AsmType* return_type, Call* call) { argument
2373 return return_type;
2396 auto* call_type = AsmType::Function(zone_, return_type)
[all...]
/external/mesa3d/src/amd/common/
H A Dac_llvm_util.c231 LLVMTypeRef return_type, LLVMValueRef *params,
248 LLVMFunctionType(return_type, param_types, param_count, 0);
230 ac_emit_llvm_intrinsic(struct ac_llvm_context *ctx, const char *name, LLVMTypeRef return_type, LLVMValueRef *params, unsigned param_count, unsigned attrib_mask) argument
/external/mesa3d/src/compiler/
H A Dnir_types.cpp351 glsl_function_type(const glsl_type *return_type, argument
354 return glsl_type::get_function_instance(return_type, params, num_params);
H A Dglsl_types.cpp163 glsl_type::glsl_type(const glsl_type *return_type, argument
182 this->fields.parameters[0].type = return_type;
1099 glsl_type::get_function_instance(const glsl_type *return_type, argument
1103 const glsl_type key(return_type, params, num_params);
1115 const glsl_type *t = new glsl_type(return_type, params, num_params);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_internal.h107 LLVMTypeRef return_type; member in struct:si_shader_context
/external/v8/src/compiler/
H A Dlinkage.cc342 Operator::Properties properties, MachineType return_type,
355 locations.AddReturn(regloc(kReturnRegister0, return_type));
358 locations.AddReturn(regloc(kReturnRegister1, return_type));
361 locations.AddReturn(regloc(kReturnRegister2, return_type));
339 GetStubCallDescriptor( Isolate* isolate, Zone* zone, const CallInterfaceDescriptor& descriptor, int stack_parameter_count, CallDescriptor::Flags flags, Operator::Properties properties, MachineType return_type, size_t return_count) argument
H A Draw-machine-assembler.cc207 Node* RawMachineAssembler::CallCFunction0(MachineType return_type, argument
210 builder.AddReturn(return_type);
218 Node* RawMachineAssembler::CallCFunction1(MachineType return_type, argument
222 builder.AddReturn(return_type);
231 Node* RawMachineAssembler::CallCFunction2(MachineType return_type, argument
236 builder.AddReturn(return_type);
245 Node* RawMachineAssembler::CallCFunction3(MachineType return_type, argument
251 builder.AddReturn(return_type);
262 MachineType return_type, MachineType arg0_type, MachineType arg1_type,
268 builder.AddReturn(return_type);
261 CallCFunction8( MachineType return_type, MachineType arg0_type, MachineType arg1_type, MachineType arg2_type, MachineType arg3_type, MachineType arg4_type, MachineType arg5_type, MachineType arg6_type, MachineType arg7_type, Node* function, Node* arg0, Node* arg1, Node* arg2, Node* arg3, Node* arg4, Node* arg5, Node* arg6, Node* arg7) argument
[all...]
H A Dcode-assembler.cc636 Node* CodeAssembler::CallCFunction2(MachineType return_type, argument
640 return raw_assembler()->CallCFunction2(return_type, arg0_type, arg1_type,
644 Node* CodeAssembler::CallCFunction3(MachineType return_type, argument
649 return raw_assembler()->CallCFunction3(return_type, arg0_type, arg1_type,
/external/tensorflow/tensorflow/java/src/gen/cc/
H A Djava_defs.h207 static Method Create(const string& name, const Type& return_type) { argument
208 return Method(name, return_type, false);
215 const Type& return_type() const { return return_type_; } function in class:tensorflow::java::Method
250 Method(const string& name, const Type& return_type, bool constructor) argument
251 : name_(name), return_type_(return_type), constructor_(constructor) {}
/external/mesa3d/src/compiler/glsl/
H A Dir.cpp1621 ir_function_signature::ir_function_signature(const glsl_type *return_type, argument
1624 return_type(return_type), is_defined(false),
H A Dir_reader.cpp239 const glsl_type *return_type = read_type(type_expr); local
240 if (return_type == NULL)
271 sig = new(mem_ctx) ir_function_signature(return_type, always_available);
281 if (sig->return_type != return_type) {
695 if (callee->return_type == glsl_type::void_type && return_deref) {
698 } else if (callee->return_type != glsl_type::void_type && !return_deref) {
H A Dast.h950 ast_fully_specified_type *return_type; member in class:ast_function
H A Dast_function.cpp65 * \param return_type Return type of the function. May be \c NULL.
76 prototype_string(const glsl_type *return_type, const char *name, argument
81 if (return_type != NULL)
82 str = ralloc_asprintf(NULL, "%s ", return_type->name);
527 if (!sig->return_type->is_void()) {
535 var = new(ctx) ir_variable(sig->return_type, name, ir_var_temporary);
682 char *str = prototype_string(sig->return_type, f->name,
H A Dir.h1130 ir_function_signature(const glsl_type *return_type,
1193 const struct glsl_type *return_type; member in class:ir_function_signature
1575 assert(callee->return_type != NULL);
1586 assert(callee->return_type != NULL);
2407 prototype_string(const glsl_type *return_type, const char *name,
/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h61 typedef T return_type; typedef in struct:flatbuffers::IndirectHelper
64 static return_type Read(const uint8_t *p, uoffset_t i) {
69 typedef const T *return_type; typedef in struct:flatbuffers::IndirectHelper
72 static return_type Read(const uint8_t *p, uoffset_t i) {
74 return reinterpret_cast<return_type>(p + ReadScalar<uoffset_t>(p));
78 typedef const T *return_type; typedef in struct:flatbuffers::IndirectHelper
81 static return_type Read(const uint8_t *p, uoffset_t i) {
186 typedef VectorIterator<T, typename IndirectHelper<T>::return_type>
194 typedef typename IndirectHelper<T>::return_type return_type; typedef in class:flatbuffers::Vector
[all...]
/external/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c804 const struct glsl_type *return_type = local
814 val->type->type = glsl_function_type(return_type, params, count - 3);
1340 if (!glsl_type_is_void(callee->return_type)) {
1341 out_tmp = nir_local_variable_create(b->impl, callee->return_type,
1348 if (glsl_type_is_void(callee->return_type)) {
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c1681 string return_type; local
1684 success = do_type (work, mangled, &return_type);
1685 APPEND_BLANK (&return_type);
1687 string_prepends (declp, &return_type);
1688 string_delete (&return_type);

Completed in 829 milliseconds

12