| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | builtin.h | 8 struct symbol *ret_type; member
|
| H A D | sparse-llvm.c | 39 LLVMTypeRef ret_type = func_return_type(sym); in sym_func_type() local
|
| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | function-redecl.c | 5 void ret_type(void) { } /* check-should-fail */ in ret_type() function
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_assert.c | 67 LLVMTypeRef ret_type; in lp_build_assert() local
|
| H A D | lp_bld_intr.c | 124 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 D | lp_bld_const.c | 468 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 D | lp_bld_format_aos.c | 829 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 D | jerry-debugger.c | 113 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 D | libdavs2.c | 64 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 D | lp_jit.c | 326 LLVMTypeRef ret_type; in lp_jit_create_types() local
|
| H A D | lp_state_fs_linear_llvm.c | 284 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 D | Casting.h | 146 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 D | function_validation_test.cc | 680 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 D | builder_function_decoration_test.cc | 54 const ast::Type* ret_type = nullptr; in TEST_P() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
| H A D | types.cpp | 580 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 D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
| H A D | types.cpp | 580 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 D | fix_storage_class.cpp | 144 const analysis::Type* ret_type = in IsPointerResultType() local
|
| H A D | types.cpp | 597 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 D | robustness.cc | 57 auto* ret_type = ctx.src->Sem().Get(expr->object)->Type(); in Transform() local
|
| /third_party/vulkan-loader/loader/ |
| H A D | debug_utils.c | 589 bool ret_type = false; in debug_extensions_InstanceGpa() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_cfg.c | 126 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 D | si_shader_llvm.c | 142 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 D | dxil_internal.h | 63 const struct dxil_type *ret_type; member
|