Searched refs:ret_ty (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/bindgen/src/codegen/ |
D | dyngen.rs | 124 ret_ty: proc_macro2::TokenStream, in push() 156 pub unsafe fn #ident ( &self, #( #args ),* ) -> #ret_ty { in push()
|
D | mod.rs | 3899 let ret_ty = match *return_item.kind().expect_type().kind() { in codegen() localVariable 3911 ret_ty, in codegen() 4543 let ret_ty = return_item.to_rust_ty_or_opaque(ctx, &()); in fnsig_return_ty() localVariable 4545 -> #ret_ty in fnsig_return_ty() 4663 let ret_ty = in fnsig_block() localVariable 4671 *const ::block::Block<(#(#args,)*), #ret_ty> in fnsig_block()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local 609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | type_manager.cpp | 603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local 609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | type_manager.cpp | 603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local 609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_gen.py | 825 ret, ret_ty = self._emit_binary_op(node.op, lhs, lhs_ty, rhs, rhs_ty) 826 self.symbol_table.insert_symbol(node.target.id, ret, ret_ty)
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 577 (** [function_type ret_ty param_tys] returns the function type returning 578 [ret_ty] and taking [param_tys] as parameters. 582 (** [var_arg_function_type ret_ty param_tys] is just like 583 [function_type ret_ty param_tys] except that it returns the function type
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 608 (** [function_type ret_ty param_tys] returns the function type returning 609 [ret_ty] and taking [param_tys] as parameters. 613 (** [var_arg_function_type ret_ty param_tys] is just like 614 [function_type ret_ty param_tys] except that it returns the function type
|