| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | core.py | 453 library.LLVMInitializeCore.restype = None 456 library.LLVMInitializeTransformUtils.restype = None 459 library.LLVMInitializeScalarOpts.restype = None 462 library.LLVMInitializeObjCARCOpts.restype = None 465 library.LLVMInitializeVectorization.restype = None 468 library.LLVMInitializeInstCombine.restype = None 471 library.LLVMInitializeAggressiveInstCombiner.restype = None 474 library.LLVMInitializeIPO.restype = None 477 library.LLVMInitializeInstrumentation.restype = None 480 library.LLVMInitializeAnalysis.restype = None [all …]
|
| H A D | object.py | 431 library.LLVMCreateObjectFile.restype = c_object_p 436 library.LLVMGetSections.restype = c_object_p 441 library.LLVMIsSectionIteratorAtEnd.restype = bool 448 library.LLVMGetSymbols.restype = c_object_p 453 library.LLVMIsSymbolIteratorAtEnd.restype = bool 458 library.LLVMGetSectionName.restype = c_char_p 461 library.LLVMGetSectionSize.restype = c_uint64 465 library.LLVMGetSectionContents.restype = POINTER(c_char) 468 library.LLVMGetSectionAddress.restype = c_uint64 471 library.LLVMGetSectionContainsSymbol.restype = bool [all …]
|
| H A D | disassembler.py | 151 library.LLVMCreateDisasm.restype = c_object_p 157 library.LLVMDisasmInstruction.restype = c_size_t 160 library.LLVMSetDisasmOptions.restype = c_int
|
| H A D | bit_reader.py | 28 library.LLVMParseBitcode2.restype = bool
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | isl.py | 41 isl.isl_ctx_alloc.restype = c_void_p 43 isl.isl_id_alloc.restype = c_void_p 45 isl.isl_id_set_free_user.restype = c_void_p 47 isl.isl_id_get_free_user.restype = c_void_p 49 isl.isl_id_get_user.restype = py_object 493 isl.isl_union_pw_multi_aff_from_multi_aff.restype = c_void_p 495 isl.isl_union_pw_multi_aff_from_pw_multi_aff.restype = c_void_p 497 isl.isl_union_pw_multi_aff_from_union_pw_aff.restype = c_void_p 499 isl.isl_union_pw_multi_aff_read_from_str.restype = c_void_p 501 isl.isl_union_pw_multi_aff_add.restype = c_void_p [all …]
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | magic.py | 71 _open.restype = magic_t 75 _close.restype = None 79 _file.restype = c_char_p 83 _descriptor.restype = c_char_p 87 _buffer.restype = c_char_p 91 _error.restype = c_char_p 95 _setflags.restype = c_int 99 _load.restype = c_int 103 _compile.restype = c_int 107 _check.restype = c_int [all …]
|
| /netbsd-src/external/mit/isl/dist/python/ |
| H A D | isl.py.top | 40 isl.isl_ctx_alloc.restype = c_void_p 42 isl.isl_id_alloc.restype = c_void_p 44 isl.isl_id_set_free_user.restype = c_void_p 46 isl.isl_id_get_free_user.restype = c_void_p 48 isl.isl_id_get_user.restype = py_object
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | symtab-thunks.cc | 352 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk() local 372 RESULT_DECL, 0, restype); in expand_thunk() 408 tree restype; in expand_thunk() local 445 restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk() 448 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in expand_thunk() 468 if (!VOID_TYPE_P (restype) in expand_thunk() 470 || TREE_ADDRESSABLE (restype) in expand_thunk() 471 || TREE_CODE (TYPE_SIZE_UNIT (restype)) != INTEGER_CST)) in expand_thunk() 482 else if (!is_gimple_reg_type (restype)) in expand_thunk() 496 restmp = create_tmp_var (restype, "retval"); in expand_thunk() [all …]
|
| H A D | ipa-split.cc | 1625 tree restype; in split_function() local 1626 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function() 1628 if (!useless_type_conversion_p (TREE_TYPE (retval), restype)) in split_function() 1631 tree tem = create_tmp_reg (restype); in split_function()
|
| H A D | tree-cfg.cc | 4769 tree restype = TREE_TYPE (TREE_TYPE (cfun->decl)); in verify_gimple_return() local 4792 if (!useless_type_conversion_p (restype, TREE_TYPE (op))) in verify_gimple_return() 4795 debug_generic_stmt (restype); in verify_gimple_return()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| H A D | bid_conf.h | 892 #define BID128_FUNCTION_ARG1_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name)\ argument 893 void fn_name (restype * pres, \ 910 #define BID128_FUNCTION_ARG2_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name1, arg_name2)\ argument 911 void fn_name (restype * pres, \ 1038 #define BID128_FUNCTION_ARG1_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name)\ argument 1039 restype \ 1054 #define BID128_FUNCTION_ARG2_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name1, arg_name2)\ argument 1055 restype \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| H A D | bid_conf.h | 892 #define BID128_FUNCTION_ARG1_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name)\ argument 893 void fn_name (restype * pres, \ 910 #define BID128_FUNCTION_ARG2_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name1, arg_name2)\ argument 911 void fn_name (restype * pres, \ 1038 #define BID128_FUNCTION_ARG1_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name)\ argument 1039 restype \ 1054 #define BID128_FUNCTION_ARG2_NORND_CUSTOMRESTYPE(restype, fn_name, arg_name1, arg_name2)\ argument 1055 restype \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | cgraphunit.c | 1898 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk() local 1918 RESULT_DECL, 0, restype); in expand_thunk() 1954 tree restype; in expand_thunk() local 1991 restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk() 1994 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in expand_thunk() 2013 if (!VOID_TYPE_P (restype) in expand_thunk() 2015 || TREE_ADDRESSABLE (restype) in expand_thunk() 2016 || TREE_CODE (TYPE_SIZE_UNIT (restype)) != INTEGER_CST)) in expand_thunk() 2027 else if (!is_gimple_reg_type (restype)) in expand_thunk() 2041 restmp = create_tmp_var (restype, "retval"); in expand_thunk() [all …]
|
| H A D | ipa-split.c | 1606 tree restype; in split_function() local 1607 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function() 1609 if (!useless_type_conversion_p (TREE_TYPE (retval), restype)) in split_function() 1612 tree tem = create_tmp_reg (restype); in split_function()
|
| H A D | tree-cfg.c | 4708 tree restype = TREE_TYPE (TREE_TYPE (cfun->decl)); in verify_gimple_return() local 4731 if (!useless_type_conversion_p (restype, TREE_TYPE (op))) in verify_gimple_return() 4734 debug_generic_stmt (restype); in verify_gimple_return()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 962 tree restype = TREE_TYPE (DECL_RESULT (fndecl)); in visit() local 964 if (!AGGREGATE_TYPE_P (restype)) in visit() 967 d->nrvo_can = aggregate_value_p (restype, fndecl); in visit() 1929 tree restype = TREE_TYPE (TREE_TYPE (fndecl)); in start_function() local 1931 NULL_TREE, restype); in start_function()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 16190 tree restype; in start_preparsed_function() local 16301 restype = TREE_TYPE (fntype); in start_preparsed_function() 16307 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in start_preparsed_function() 16312 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function() 16372 restype = TREE_TYPE (fntype); in start_preparsed_function() 16423 if (!processing_template_decl && type_uses_auto (restype)) in start_preparsed_function() 16426 DECL_SAVED_AUTO_RETURN_TYPE (decl1) = restype; in start_preparsed_function()
|
| H A D | typeck.c | 5887 tree restype = ptrdiff_type_node; in pointer_diff() local 5928 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 5931 inttype = restype; in pointer_diff() 5987 return cp_convert (restype, result, complain); in pointer_diff()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 1894 tree restype = TREE_TYPE (type); in array_to_pointer_conversion() local 1904 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion() 3946 tree restype = ptrdiff_type_node; in pointer_diff() local 3977 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 3980 inttype = restype; in pointer_diff() 4038 return convert (restype, result); in pointer_diff()
|
| H A D | c-decl.c | 9123 tree restype, resdecl; in start_function() local 9338 restype = TREE_TYPE (TREE_TYPE (current_function_decl)); in start_function() 9339 resdecl = build_decl (loc, RESULT_DECL, NULL_TREE, restype); in start_function()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 17138 tree restype = TREE_TYPE (fntype); in start_preparsed_function() local 17144 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in start_preparsed_function() 17149 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function() 17209 restype = TREE_TYPE (fntype); in start_preparsed_function() 17260 if (!processing_template_decl && type_uses_auto (restype)) in start_preparsed_function() 17263 DECL_SAVED_AUTO_RETURN_TYPE (decl1) = restype; in start_preparsed_function()
|
| H A D | typeck.cc | 6397 tree restype = ptrdiff_type_node; in pointer_diff() local 6438 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 6441 inttype = restype; in pointer_diff() 6497 return cp_convert (restype, result, complain); in pointer_diff()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-intrinsic.c | 377 build_round_expr (tree arg, tree restype) in build_round_expr() argument 385 resprec = TYPE_PRECISION (restype); in build_round_expr() 401 return fold_convert (restype, build_call_expr_loc (input_location, in build_round_expr() 9944 tree arg, res, restype; in gfc_conv_intrinsic_malloc() local 9950 restype = gfc_typenode_for_spec (&expr->ts); in gfc_conv_intrinsic_malloc() 9951 se->expr = fold_convert (restype, res); in gfc_conv_intrinsic_malloc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 1908 tree restype = TREE_TYPE (type); in array_to_pointer_conversion() local 1917 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion() 3978 tree restype = ptrdiff_type_node; in pointer_diff() local 4009 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff() 4012 inttype = restype; in pointer_diff() 4069 return convert (restype, result); in pointer_diff()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-intrinsic.cc | 382 build_round_expr (tree arg, tree restype) in build_round_expr() argument 390 resprec = TYPE_PRECISION (restype); in build_round_expr() 409 return convert (restype, build_call_expr_loc (input_location, in build_round_expr() 10286 tree arg, res, restype; in gfc_conv_intrinsic_malloc() local 10292 restype = gfc_typenode_for_spec (&expr->ts); in gfc_conv_intrinsic_malloc() 10293 se->expr = fold_convert (restype, res); in gfc_conv_intrinsic_malloc()
|