| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/ |
| H A D | object.py | 430 library.LLVMCreateObjectFile.argtypes = [MemoryBuffer] 433 library.LLVMDisposeObjectFile.argtypes = [ObjectFile] 435 library.LLVMGetSections.argtypes = [ObjectFile] 438 library.LLVMDisposeSectionIterator.argtypes = [c_object_p] 440 library.LLVMIsSectionIteratorAtEnd.argtypes = [ObjectFile, c_object_p] 443 library.LLVMMoveToNextSection.argtypes = [c_object_p] 445 library.LLVMMoveToContainingSection.argtypes = [c_object_p, c_object_p] 447 library.LLVMGetSymbols.argtypes = [ObjectFile] 450 library.LLVMDisposeSymbolIterator.argtypes = [c_object_p] 452 library.LLVMIsSymbolIteratorAtEnd.argtypes = [ObjectFile, c_object_p] [all …]
|
| H A D | core.py | 452 library.LLVMInitializeCore.argtypes = [PassRegistry] 455 library.LLVMInitializeTransformUtils.argtypes = [PassRegistry] 458 library.LLVMInitializeScalarOpts.argtypes = [PassRegistry] 461 library.LLVMInitializeObjCARCOpts.argtypes = [PassRegistry] 464 library.LLVMInitializeVectorization.argtypes = [PassRegistry] 467 library.LLVMInitializeInstCombine.argtypes = [PassRegistry] 470 library.LLVMInitializeAggressiveInstCombiner.argtypes = [PassRegistry] 473 library.LLVMInitializeIPO.argtypes = [PassRegistry] 476 library.LLVMInitializeInstrumentation.argtypes = [PassRegistry] 479 library.LLVMInitializeAnalysis.argtypes = [PassRegistry] [all …]
|
| H A D | disassembler.py | 149 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int, 153 library.LLVMDisasmDispose.argtypes = [Disassembler] 155 library.LLVMDisasmInstruction.argtypes = [Disassembler, POINTER(c_ubyte), 159 library.LLVMSetDisasmOptions.argtypes = [Disassembler, c_uint64]
|
| H A D | bit_reader.py | 27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
|
| /netbsd-src/external/mit/isl/dist/interface/ |
| H A D | isl.py | 42 isl.isl_ctx_free.argtypes = [Context] 44 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object] 46 isl.isl_id_set_free_user.argtypes = [c_void_p, c_void_p] 48 isl.isl_id_get_free_user.argtypes = [c_void_p] 50 isl.isl_id_get_user.argtypes = [c_void_p] 494 isl.isl_union_pw_multi_aff_from_multi_aff.argtypes = [c_void_p] 496 isl.isl_union_pw_multi_aff_from_pw_multi_aff.argtypes = [c_void_p] 498 isl.isl_union_pw_multi_aff_from_union_pw_aff.argtypes = [c_void_p] 500 isl.isl_union_pw_multi_aff_read_from_str.argtypes = [Context, c_char_p] 502 isl.isl_union_pw_multi_aff_add.argtypes = [c_void_p, c_void_p] [all …]
|
| /netbsd-src/external/bsd/file/dist/python/ |
| H A D | magic.py | 72 _open.argtypes = [c_int] 76 _close.argtypes = [magic_t] 80 _file.argtypes = [magic_t, c_char_p] 84 _descriptor.argtypes = [magic_t, c_int] 88 _buffer.argtypes = [magic_t, c_void_p, c_size_t] 92 _error.argtypes = [magic_t] 96 _setflags.argtypes = [magic_t, c_int] 100 _load.argtypes = [magic_t, c_char_p] 104 _compile.argtypes = [magic_t, c_char_p] 108 _check.argtypes = [magic_t, c_char_p] [all …]
|
| /netbsd-src/external/mit/isl/dist/python/ |
| H A D | isl.py.top | 41 isl.isl_ctx_free.argtypes = [Context] 43 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object] 45 isl.isl_id_set_free_user.argtypes = [c_void_p, c_void_p] 47 isl.isl_id_get_free_user.argtypes = [c_void_p] 49 isl.isl_id_get_user.argtypes = [c_void_p]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | stabs.c | 2654 char *argtypes = NULL; in parse_stab_members() local 2754 argtypes = savestring (*pp, p - *pp); in parse_stab_members() 2865 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members() 2887 physname = argtypes; in parse_stab_members() 2902 tagname, return_type, argtypes, in parse_stab_members() 2962 free (argtypes); in parse_stab_members() 2976 const char *argtypes, bool constp, in parse_stab_argtypes() argument 2988 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes() 2989 && argtypes[1] == '_' in parse_stab_argtypes() 2990 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | stabs.c | 2677 char *argtypes = NULL; in parse_stab_members() local 2776 argtypes = savestring (dhandle, *pp, p - *pp); in parse_stab_members() 2887 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members() 2909 physname = argtypes; in parse_stab_members() 2924 tagname, return_type, argtypes, in parse_stab_members() 3003 const char *argtypes, bool constp, in parse_stab_argtypes() argument 3015 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes() 3016 && argtypes[1] == '_' in parse_stab_argtypes() 3017 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() 3018 || argtypes[2] == 'Q' in parse_stab_argtypes() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | function-tests.c | 138 tree argtypes = TYPE_ARG_TYPES (fntype); in test_fndecl_int_void() local 139 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes)); in test_fndecl_int_void() 140 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes)); in test_fndecl_int_void() 141 ASSERT_EQ (NULL, TREE_CHAIN (argtypes)); in test_fndecl_int_void()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | function-tests.cc | 139 tree argtypes = TYPE_ARG_TYPES (fntype); in test_fndecl_int_void() local 140 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes)); in test_fndecl_int_void() 141 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes)); in test_fndecl_int_void() 142 ASSERT_EQ (NULL, TREE_CHAIN (argtypes)); in test_fndecl_int_void()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 4055 tree argtypes[2] = { NULL_TREE, NULL_TREE }; in handle_access_attribute() local 4080 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs); in handle_access_attribute() 4111 if (!argtypes[0] || (idxnodes[1] && !argtypes[1])) in handle_access_attribute() 4132 if (!POINTER_TYPE_P (argtypes[0])) in handle_access_attribute() 4137 attrstr, argtypes[0]); in handle_access_attribute() 4143 tree ptrtype = TREE_TYPE (argtypes[0]); in handle_access_attribute() 4157 if (TYPE_READONLY (TREE_TYPE (argtypes[0]))) in handle_access_attribute() 4161 attrstr, "const", argtypes[0]); in handle_access_attribute() 4165 else if (!TYPE_READONLY (TREE_TYPE (argtypes[0]))) in handle_access_attribute() 4175 if (argtypes[1] && !INTEGRAL_TYPE_P (argtypes[1])) in handle_access_attribute() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 3386 tree argtypes = TYPE_ARG_TYPES (fntype); in handle_malloc_attribute() local 3387 if (!argtypes) in handle_malloc_attribute() 3398 tree argtype = TREE_VALUE (argtypes); in handle_malloc_attribute() 4972 tree argtypes[2] = { NULL_TREE, NULL_TREE }; in handle_access_attribute() local 4997 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs); in handle_access_attribute() 5028 if (!argtypes[0] || (idxnodes[1] && !argtypes[1])) in handle_access_attribute() 5049 if (!POINTER_TYPE_P (argtypes[0])) in handle_access_attribute() 5054 attrstr, argtypes[0]); in handle_access_attribute() 5060 tree ptrtype = TREE_TYPE (argtypes[0]); in handle_access_attribute() 5074 if (TYPE_READONLY (TREE_TYPE (argtypes[0]))) in handle_access_attribute() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 857 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); in altivec_build_resolved_builtin() local 863 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes); in altivec_build_resolved_builtin()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-c.cc | 864 tree argtypes = TYPE_ARG_TYPES (fntype); in altivec_build_resolved_builtin() local 870 arg_type[i] = TREE_VALUE (argtypes); in altivec_build_resolved_builtin() 871 argtypes = TREE_CHAIN (argtypes); in altivec_build_resolved_builtin()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 2555 tree *argtypes, int flags, tsubst_flags_t complain) in build_builtin_candidate() argument 2580 t = implicit_conversion (types[i], argtypes[i], args[i], in build_builtin_candidate() 2587 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i], in build_builtin_candidate() 2605 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], in build_builtin_candidate() 2613 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2], in build_builtin_candidate() 2662 tree type2, vec<tree,va_gc> &args, tree *argtypes, in add_builtin_candidate() argument 3099 (candidates, fnname, cptype, cptype, args, argtypes, in add_builtin_candidate() 3106 (candidates, fnname, type1, type1, args, argtypes, flags, complain); in add_builtin_candidate() 3108 (candidates, fnname, type2, type2, args, argtypes, flags, complain); in add_builtin_candidate() 3113 (candidates, fnname, type1, type2, args, argtypes, flags, complain); in add_builtin_candidate() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 2619 tree *argtypes, int flags, tsubst_flags_t complain) in build_builtin_candidate() argument 2644 t = implicit_conversion (types[i], argtypes[i], args[i], in build_builtin_candidate() 2651 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i], in build_builtin_candidate() 2669 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], in build_builtin_candidate() 2677 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2], in build_builtin_candidate() 2726 tree type2, vec<tree,va_gc> &args, tree *argtypes, in add_builtin_candidate() argument 3169 (candidates, fnname, cptype, cptype, args, argtypes, in add_builtin_candidate() 3176 (candidates, fnname, type1, type1, args, argtypes, flags, complain); in add_builtin_candidate() 3178 (candidates, fnname, type2, type2, args, argtypes, flags, complain); in add_builtin_candidate() 3183 (candidates, fnname, type1, type2, args, argtypes, flags, complain); in add_builtin_candidate() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.c | 600 gnu_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in gnu_runtime_abi_01_get_arg_type_list_base() argument 611 vec_safe_push (*argtypes, receiver_type); in gnu_runtime_abi_01_get_arg_type_list_base() 613 vec_safe_push (*argtypes, objc_selector_type); in gnu_runtime_abi_01_get_arg_type_list_base()
|
| H A D | objc-next-runtime-abi-01.c | 735 next_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_01_get_arg_type_list_base() argument 748 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_01_get_arg_type_list_base() 750 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_01_get_arg_type_list_base()
|
| H A D | objc-next-runtime-abi-02.c | 1157 next_runtime_abi_02_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_02_get_arg_type_list_base() argument 1170 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_02_get_arg_type_list_base() 1173 vec_safe_push (*argtypes, superflag ? objc_v2_super_selector_type in next_runtime_abi_02_get_arg_type_list_base() 1176 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_02_get_arg_type_list_base()
|
| H A D | objc-act.c | 5101 vec<tree, va_gc> *argtypes = make_tree_vector (); in build_function_type_for_method() local 5105 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); in build_function_type_for_method() 5122 vec_safe_push (argtypes, arg_type); in build_function_type_for_method() 5134 vec_safe_push (argtypes, arg_type); in build_function_type_for_method() 5143 ftype = build_varargs_function_type_vec (return_type, argtypes); in build_function_type_for_method() 5145 ftype = build_function_type_vec (return_type, argtypes); in build_function_type_for_method() 5147 release_tree_vector (argtypes); in build_function_type_for_method()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.cc | 600 gnu_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in gnu_runtime_abi_01_get_arg_type_list_base() argument 611 vec_safe_push (*argtypes, receiver_type); in gnu_runtime_abi_01_get_arg_type_list_base() 613 vec_safe_push (*argtypes, objc_selector_type); in gnu_runtime_abi_01_get_arg_type_list_base()
|
| H A D | objc-next-runtime-abi-01.cc | 736 next_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_01_get_arg_type_list_base() argument 749 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_01_get_arg_type_list_base() 751 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_01_get_arg_type_list_base()
|
| H A D | objc-next-runtime-abi-02.cc | 1159 next_runtime_abi_02_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_02_get_arg_type_list_base() argument 1172 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_02_get_arg_type_list_base() 1175 vec_safe_push (*argtypes, superflag ? objc_v2_super_selector_type in next_runtime_abi_02_get_arg_type_list_base() 1178 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_02_get_arg_type_list_base()
|
| H A D | objc-act.cc | 5180 vec<tree, va_gc> *argtypes = make_tree_vector (); in build_function_type_for_method() local 5184 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); in build_function_type_for_method() 5201 vec_safe_push (argtypes, arg_type); in build_function_type_for_method() 5213 vec_safe_push (argtypes, arg_type); in build_function_type_for_method() 5222 ftype = build_varargs_function_type_vec (return_type, argtypes); in build_function_type_for_method() 5224 ftype = build_function_type_vec (return_type, argtypes); in build_function_type_for_method() 5226 release_tree_vector (argtypes); in build_function_type_for_method()
|