Home
last modified time | relevance | path

Searched refs:ret_ty (Results 1 – 13 of 13) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dmacros.rs235 [ $ret_ty:ty ]
237 const_ptr_api!( (generate) $def_packed $args_packed { $($part_ret)* $ret_ty } );
245 { $ret_ty:ty }
251 ),* ) -> $ret_ty;
/third_party/skia/third_party/externals/tint/src/sem/
Dcall_target.cc34 CallTargetSignature::CallTargetSignature(const sem::Type* ret_ty, in CallTargetSignature() argument
36 : return_type(ret_ty), parameters(params) {} in CallTargetSignature()
Dcall_target.h35 CallTargetSignature(const sem::Type* ret_ty, const ParameterList& params);
/third_party/rust/crates/bindgen/bindgen/codegen/
Ddyngen.rs136 ret_ty: proc_macro2::TokenStream, in push()
173 pub unsafe fn #ident ( &self, #( #args ),* ) #ret_ty { in push()
Dserialize.rs108 let ret_ty = signature.return_type(); in serialize() localVariable
111 ret_ty.serialize(ctx, (), stack, writer)?; in serialize()
129 ret_ty.serialize(ctx, (), stack, writer)?; in serialize()
Dmod.rs4093 let ret_ty = signature in codegen() localVariable
4098 ret_ty.must_use(ctx) in codegen()
4188 let ret_ty = utils::fnsig_return_ty(ctx, signature); in codegen() localVariable
4197 ret_ty, in codegen()
4944 let ret_ty = sig.return_type().to_rust_ty_or_opaque(ctx, &()); in fnsig_return_ty_internal() localVariable
4946 quote! { -> #ret_ty } in fnsig_return_ty_internal()
4948 ret_ty in fnsig_return_ty_internal()
5071 let ret_ty = fnsig_return_ty_internal( in fnsig_block() localVariable
5075 *const ::block::Block<(#(#args,)*), #ret_ty> in fnsig_block()
/third_party/spirv-tools/source/opt/
Dtype_manager.cpp603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local
609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtype_manager.cpp603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local
609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp603 const Type* ret_ty = function_ty->return_type(); in RebuildType() local
609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType()
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc678 auto* ret_ty = CreateASTTypeFor(ctx, intrinsic->ReturnType()); in AtomicFunc() local
680 b.Sym(), params, ret_ty, nullptr, in AtomicFunc()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h245 const ast::Type* ret_ty,
Dparser_impl.cc233 const ast::Type* ret_ty, in FunctionHeader() argument
238 return_type(ret_ty), in FunctionHeader()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc1393 auto* ret_ty = parser_impl_.ConvertType(function_.type_id()); in ParseFunctionDeclaration() local
1397 if (ret_ty == nullptr) { in ParseFunctionDeclaration()
1425 decl->return_type = ret_ty; in ParseFunctionDeclaration()