Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 25 of 40) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py453 library.LLVMInitializeCore.restype = None
474 library.LLVMInitializeIPO.restype = None
489 library.LLVMShutdown.restype = None
500 library.LLVMContextDispose.restype = None
519 library.LLVMDisposeModule.restype = None
525 library.LLVMSetDataLayout.restype = None
528 library.LLVMGetTarget.restype = c_char_p
531 library.LLVMSetTarget.restype = None
534 library.LLVMDumpModule.restype = None
557 library.LLVMDumpValue.restype = None
[all …]
H A Dobject.py436 library.LLVMGetSections.restype = c_object_p
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
468 library.LLVMGetSectionAddress.restype = c_uint64
474 library.LLVMGetRelocations.restype = c_object_p
484 library.LLVMGetSymbolName.restype = c_char_p
487 library.LLVMGetSymbolAddress.restype = c_uint64
490 library.LLVMGetSymbolSize.restype = c_uint64
[all …]
H A Ddisassembler.py151 library.LLVMCreateDisasm.restype = c_object_p
157 library.LLVMDisasmInstruction.restype = c_size_t
160 library.LLVMSetDisasmOptions.restype = c_int
H A Dbit_reader.py28 library.LLVMParseBitcode2.restype = bool
/netbsd/external/bsd/file/dist/python/
H A Dmagic.py71 _open.restype = magic_t
75 _close.restype = None
79 _file.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
111 _list.restype = c_int
115 _errno.restype = c_int
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.cc352 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 Dcgraphunit.c1898 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 Dipa-split.c1606 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 Dipa-split.cc1625 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()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h892 #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/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h892 #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/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphunit.c1898 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 Dipa-split.c1606 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()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc962 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/external/bsd/tcpdump/dist/
H A Dprint-smb.c1177 int restype; in nbt_udp137_print() local
1183 restype = EXTRACT_16BITS(p); in nbt_udp137_print()
1196 if (restype == 0x21) { in nbt_udp137_print()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c16190 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 Dtypeck.c5887 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()
H A Ddecl.cc17130 tree restype = TREE_TYPE (fntype); in start_preparsed_function() local
17136 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in start_preparsed_function()
17141 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function()
17201 restype = TREE_TYPE (fntype); in start_preparsed_function()
17252 if (!processing_template_decl && type_uses_auto (restype)) in start_preparsed_function()
17255 DECL_SAVED_AUTO_RETURN_TYPE (decl1) = restype; in start_preparsed_function()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16190 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 Dtypeck.c5887 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/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.c1894 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 Dc-typeck.cc1908 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/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c1894 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()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.c377 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/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c377 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()

12