Searched refs:argtypes (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py430 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
[all...]
H A Dcore.py452 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
[all...]
H A Dbit_reader.py27 library.LLVMParseBitcode2.argtypes = [MemoryBuffer, POINTER(c_object_p)]
H A Ddisassembler.py149 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]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates158 # Write function header given name, return type, and argtypes.
161 my ($decl, $name, $return_type, @argtypes) = @_;
179 foreach $iter (@argtypes) {
210 my ($name, $return_type, @argtypes) = @_;
212 write_function_header (1, $name, $return_type, @argtypes);
217 my ($name, $return_type, @argtypes) = @_;
220 $return_type, @argtypes);
239 my ($content, $style, $name, $return_type, @argtypes) = @_;
242 $return_type, @argtypes);
299 my ($content, $name, $return_type, @argtypes)
[all...]
H A Dgdbtypes.c2945 struct field *argtypes;
2985 argtypes = (struct field *)
2995 argtypes[0].set_type (lookup_pointer_type (type));
3011 argtypes[argcount].set_type
3038 argtypes, argcount, p[-2] == '.');
2944 struct field *argtypes; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmake-target-delegates.py154 # Write function header given name, return type, and argtypes.
156 def write_function_header(f, decl, name, return_type, argtypes):
166 for i in range(len(argtypes)):
167 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])
183 def write_declaration(f, name, return_type, argtypes):
184 write_function_header(f, True, name, return_type, argtypes)
188 def write_delegator(f, name, return_type, argtypes):
190 f, False, "target_ops::" + name, return_type, argtypes
202 def write_tdefault(f, content, style, name, return_type, argtypes):
204 names = write_function_header(f, False, name, return_type, argtypes)
336 argtypes = entries[name]["argtypes"] variable
[all...]
H A Dgdbtypes.c3216 struct field *argtypes;
3256 argtypes = (struct field *)
3266 argtypes[0].set_type (lookup_pointer_type (type));
3282 argtypes[argcount].set_type
3309 argtypes, argcount, p[-2] == '.');
3215 struct field *argtypes; local
/netbsd-current/external/mit/isl/dist/interface/
H A Disl.py42 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
[all...]
/netbsd-current/external/bsd/file/dist/python/
H A Dmagic.py72 _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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c138 tree argtypes = TYPE_ARG_TYPES (fntype); local
139 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes));
140 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes));
141 ASSERT_EQ (NULL, TREE_CHAIN (argtypes));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.cc139 tree argtypes = TYPE_ARG_TYPES (fntype); local
140 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes));
141 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes));
142 ASSERT_EQ (NULL, TREE_CHAIN (argtypes));
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dstabs.c2651 char *argtypes = NULL; local
2751 argtypes = savestring (*pp, p - *pp);
2862 if (strncmp (argtypes, name, strlen (name)) != 0)
2879 /* If the type is not a stub, then the argtypes string is
2881 argtypes string is the mangled form of the argument
2884 physname = argtypes;
2899 tagname, return_type, argtypes,
2959 free (argtypes);
2973 const char *argtypes, bfd_boolean constp,
2985 is_full_physname_constructor = ((argtypes[
2970 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bfd_boolean constp, bfd_boolean volatilep, const char **pphysname) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c2654 char *argtypes = NULL; local
2754 argtypes = savestring (*pp, p - *pp);
2865 if (strncmp (argtypes, name, strlen (name)) != 0)
2882 /* If the type is not a stub, then the argtypes string is
2884 argtypes string is the mangled form of the argument
2887 physname = argtypes;
2902 tagname, return_type, argtypes,
2962 free (argtypes);
2976 const char *argtypes, bool constp,
2988 is_full_physname_constructor = ((argtypes[
2973 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bool constp, bool volatilep, const char **pphysname) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstabs.c2677 char *argtypes = NULL; local
2776 argtypes = savestring (dhandle, *pp, p - *pp);
2887 if (strncmp (argtypes, name, strlen (name)) != 0)
2904 /* If the type is not a stub, then the argtypes string is
2906 argtypes string is the mangled form of the argument
2909 physname = argtypes;
2924 tagname, return_type, argtypes,
3003 const char *argtypes, bool constp,
3015 is_full_physname_constructor = ((argtypes[0] == '_'
3016 && argtypes[
3000 parse_stab_argtypes(void *dhandle, struct stab_handle *info, debug_type class_type, const char *fieldname, const char *tagname, debug_type return_type, const char *argtypes, bool constp, bool volatilep, const char **pphysname) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc3386 tree argtypes = TYPE_ARG_TYPES (fntype); local
3387 if (!argtypes)
3398 tree argtype = TREE_VALUE (argtypes);
4972 tree argtypes[2] = { NULL_TREE, NULL_TREE }; local
4997 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);
5028 if (!argtypes[0] || (idxnodes[1] && !argtypes[1]))
5049 if (!POINTER_TYPE_P (argtypes[0]))
5054 attrstr, argtypes[0]);
5060 tree ptrtype = TREE_TYPE (argtypes[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4055 tree argtypes[2] = { NULL_TREE, NULL_TREE }; local
4080 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs);
4111 if (!argtypes[0] || (idxnodes[1] && !argtypes[1]))
4132 if (!POINTER_TYPE_P (argtypes[0]))
4137 attrstr, argtypes[0]);
4143 tree ptrtype = TREE_TYPE (argtypes[0]);
4157 if (TYPE_READONLY (TREE_TYPE (argtypes[0])))
4161 attrstr, "const", argtypes[0]);
4165 else if (!TYPE_READONLY (TREE_TYPE (argtypes[
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-c.c858 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl));
864 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes);
857 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc865 tree argtypes = TYPE_ARG_TYPES (fntype);
871 arg_type[i] = TREE_VALUE (argtypes);
872 argtypes = TREE_CHAIN (argtypes);
864 tree argtypes = TYPE_ARG_TYPES (fntype); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c2555 tree *argtypes, int flags, tsubst_flags_t complain)
2580 t = implicit_conversion (types[i], argtypes[i], args[i],
2587 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i],
2605 t = implicit_conversion (boolean_type_node, argtypes[2], args[2],
2613 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2],
2662 tree type2, vec<tree,va_gc> &args, tree *argtypes,
3099 (candidates, fnname, cptype, cptype, args, argtypes,
3106 (candidates, fnname, type1, type1, args, argtypes, flags, complain);
3108 (candidates, fnname, type2, type2, args, argtypes, flags, complain);
3113 (candidates, fnname, type1, type2, args, argtypes, flag
2553 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, const vec<tree,va_gc> &args, tree *argtypes, int flags, tsubst_flags_t complain) argument
2660 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, vec<tree,va_gc> &args, tree *argtypes, int flags, tsubst_flags_t complain) argument
3147 tree type, argtypes[3], t; local
[all...]
H A Dtree.c5737 tree argtypes = TYPE_ARG_TYPES (t);
5738 while (argtypes)
5740 TREE_PURPOSE (argtypes) = 0;
5741 argtypes = TREE_CHAIN (argtypes);
5730 tree argtypes = TYPE_ARG_TYPES (t); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc2619 tree *argtypes, int flags, tsubst_flags_t complain)
2644 t = implicit_conversion (types[i], argtypes[i], args[i],
2651 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i],
2669 t = implicit_conversion (boolean_type_node, argtypes[2], args[2],
2677 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2],
2726 tree type2, vec<tree,va_gc> &args, tree *argtypes,
3169 (candidates, fnname, cptype, cptype, args, argtypes,
3176 (candidates, fnname, type1, type1, args, argtypes, flags, complain);
3178 (candidates, fnname, type2, type2, args, argtypes, flags, complain);
3183 (candidates, fnname, type1, type2, args, argtypes, flag
2617 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, const vec<tree,va_gc> &args, tree *argtypes, int flags, tsubst_flags_t complain) argument
2724 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, vec<tree,va_gc> &args, tree *argtypes, int flags, tsubst_flags_t complain) argument
3217 tree type, argtypes[3], t; local
[all...]
H A Dtree.cc6058 tree argtypes = TYPE_ARG_TYPES (t);
6059 while (argtypes)
6061 TREE_PURPOSE (argtypes) = 0;
6062 argtypes = TREE_CHAIN (argtypes);
6051 tree argtypes = TYPE_ARG_TYPES (t); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c600 gnu_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, argument
611 vec_safe_push (*argtypes, receiver_type);
613 vec_safe_push (*argtypes, objc_selector_type);
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.cc600 gnu_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, argument
611 vec_safe_push (*argtypes, receiver_type);
613 vec_safe_push (*argtypes, objc_selector_type);

Completed in 379 milliseconds

12