Home
last modified time | relevance | path

Searched defs:ret_type (Results 1 - 25 of 43) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.h8 struct symbol *ret_type; member
H A Dsparse-llvm.c39 LLVMTypeRef ret_type = func_return_type(sym); in sym_func_type() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dfunction-redecl.c5 void ret_type(void) { } /* check-should-fail */ in ret_type() function
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_assert.c67 LLVMTypeRef ret_type; in lp_build_assert() local
H A Dlp_bld_intr.c124 lp_declare_intrinsic(LLVMModuleRef module, const char *name, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args) lp_declare_intrinsic() argument
230 lp_build_intrinsic(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args, unsigned attr_mask) lp_build_intrinsic() argument
285 lp_build_intrinsic_unary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) lp_build_intrinsic_unary() argument
295 lp_build_intrinsic_binary(LLVMBuilderRef builder, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_binary() argument
400 lp_build_intrinsic_map(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef *args, unsigned num_args) lp_build_intrinsic_map() argument
430 lp_build_intrinsic_map_unary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a) lp_build_intrinsic_map_unary() argument
440 lp_build_intrinsic_map_binary(struct gallivm_state *gallivm, const char *name, LLVMTypeRef ret_type, LLVMValueRef a, LLVMValueRef b) lp_build_intrinsic_map_binary() argument
[all...]
H A Dlp_bld_const.c468 lp_build_const_func_pointer(struct gallivm_state *gallivm, const void *ptr, LLVMTypeRef ret_type, LLVMTypeRef *arg_types, unsigned num_args, const char *name) lp_build_const_func_pointer() argument
H A Dlp_bld_format_aos.c829 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
935 LLVMTypeRef ret_type; in lp_build_fetch_rgba_aos() local
/third_party/jerryscript/jerry-core/api/
H A Djerry-debugger.c113 jerry_debugger_wait_for_source_status_t ret_type = JERRY_DEBUGGER_SOURCE_RECEIVE_FAILED; in jerry_debugger_wait_for_client_source() local
/third_party/ffmpeg/libavcodec/
H A Dlibdavs2.c64 davs2_dump_frames(AVCodecContext *avctx, davs2_picture_t *pic, int *got_frame, davs2_seq_info_t *headerset, int ret_type, AVFrame *frame) davs2_dump_frames() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_jit.c326 LLVMTypeRef ret_type; in lp_jit_create_types() local
H A Dlp_state_fs_linear_llvm.c284 LLVMTypeRef ret_type = pint8t; in llvmpipe_fs_variant_linear_llvm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCasting.h146 typedef To& ret_type; // Normal case, return Ty& typedef
149 typedef const To &ret_type; // Normal case, return Ty& typedef
153 typedef To* ret_type; // Pointer arg case, return Ty* typedef
157 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef
161 typedef const To* ret_type; // Constant pointer arg case, return const Ty* typedef
170 typedef typename cast_retty<To, SimpleFrom>::ret_type ret_type; typedef
176 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; typedef
182 typename simplify_type<From>::SimpleType>::ret_type ret_typ typedef
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dfunction_validation_test.cc680 auto* ret_type = in TEST_F() local
690 auto* ret_type = ty.atomic(Source{{12, 34}}, ty.i32()); in TEST_F() local
699 auto* ret_type = ty.array(Source{{12, 34}}, ty.atomic(ty.i32()), 10); in TEST_F() local
709 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); in TEST_F() local
718 auto* ret_type = ty.array(Source{{12, 34}}, ty.i32()); in TEST_F() local
728 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); TEST_F() local
740 auto* ret_type = ty.type_name(Source{{12, 34}}, "S"); TEST_F() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_function_decoration_test.cc54 const ast::Type* ret_type = nullptr; in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
H A Dtypes.cpp580 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() argument
583 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
H A Dtypes.cpp580 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() argument
583 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function() argument
/third_party/spirv-tools/source/opt/
H A Dfix_storage_class.cpp144 const analysis::Type* ret_type = in IsPointerResultType() local
H A Dtypes.cpp597 Function::Function(const Type* ret_type, const std::vector<const Type*>& params) in Function() argument
600 Function::Function(const Type* ret_type, std::vector<const Type*>& params) in Function() argument
/third_party/skia/third_party/externals/tint/src/transform/
H A Drobustness.cc57 auto* ret_type = ctx.src->Sem().Get(expr->object)->Type(); in Transform() local
/third_party/vulkan-loader/loader/
H A Ddebug_utils.c589 bool ret_type = false; in debug_extensions_InstanceGpa() local
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_cfg.c126 struct vtn_type *ret_type = vtn_callee->type->return_type; in vtn_handle_function_call() local
1090 const struct glsl_type *ret_type = in vtn_emit_ret_store() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c142 LLVMTypeRef ret_type; in si_llvm_create_func() local
581 LLVMTypeRef ret_type; in si_build_wrapper_function() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h63 const struct dxil_type *ret_type; member

Completed in 22 milliseconds

12