Home
last modified time | relevance | path

Searched refs:argtypes (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/file/python/
HDmagic.py58 _open.argtypes = [c_int]
62 _close.argtypes = [magic_t]
66 _file.argtypes = [magic_t, c_char_p]
70 _descriptor.argtypes = [magic_t, c_int]
74 _buffer.argtypes = [magic_t, c_void_p, c_size_t]
78 _error.argtypes = [magic_t]
82 _setflags.argtypes = [magic_t, c_int]
86 _load.argtypes = [magic_t, c_char_p]
90 _compile.argtypes = [magic_t, c_char_p]
94 _check.argtypes = [magic_t, c_char_p]
[all …]
/NextBSD/contrib/binutils/binutils/
HDstabs.c2563 char *argtypes; in parse_stab_members() local
2603 argtypes = savestring (*pp, p - *pp); in parse_stab_members()
2710 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members()
2733 physname = argtypes; in parse_stab_members()
2748 tagname, return_type, argtypes, in parse_stab_members()
2816 const char *argtypes, bfd_boolean constp, in parse_stab_argtypes() argument
2828 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes()
2829 && argtypes[1] == '_' in parse_stab_argtypes()
2830 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes()
2831 || argtypes[2] == 'Q' in parse_stab_argtypes()
[all …]
HDChangeLog-91971590 (struct debug_method_variant): Rename argtypes to physname.
1595 (debug_make_method_variant): Rename argtypes to physname.
1627 (pr_class_method_variant): Rename argtypes parameter to physname.
/NextBSD/contrib/gcc/cp/
HDcall.c1549 tree type1, tree type2, tree *args, tree *argtypes, in build_builtin_candidate() argument
1569 t = implicit_conversion (types[i], argtypes[i], args[i], in build_builtin_candidate()
1587 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], in build_builtin_candidate()
1638 tree type2, tree *args, tree *argtypes, int flags) in add_builtin_candidate() argument
2015 (candidates, fnname, type1, type1, args, argtypes, flags); in add_builtin_candidate()
2017 (candidates, fnname, type2, type2, args, argtypes, flags); in add_builtin_candidate()
2022 (candidates, fnname, type1, type2, args, argtypes, flags); in add_builtin_candidate()
2055 tree type, argtypes[3]; in add_builtin_candidates() local
2065 argtypes[i] = lvalue_type (args[i]); in add_builtin_candidates()
2067 argtypes[i] = NULL_TREE; in add_builtin_candidates()
[all …]
HDdecl.c6234 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr), in expand_static_init() local
6236 tree vfntype = build_function_type (void_type_node, argtypes); in expand_static_init()
6238 (acquire_fn, build_function_type (integer_type_node, argtypes)); in expand_static_init()
9727 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in grok_op_properties() local
9737 for (argtype = argtypes, arity = 0; in grok_op_properties()
9853 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p)) in grok_op_properties()
9971 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node)) in grok_op_properties()
9998 tree arg = TREE_VALUE (argtypes); in grok_op_properties()
10063 for (; argtypes && argtypes != void_list_node; in grok_op_properties()
10064 argtypes = TREE_CHAIN (argtypes)) in grok_op_properties()
[all …]
HDChangeLog-19942819 require values for 'fn' and 'argtypes', add warning to comment
2822 (grok_op_properties): Don't pass values for fn and argtypes.
2823 * pt.c (instantiate_template): Don't pass values for fn and argtypes.
3660 extern "C" function, keep the type (for the argtypes).
HDChangeLog-20004198 * decl.c (grok_op_properties): Add an extra check of argtypes.
/NextBSD/contrib/gdb/gdb/
HDgdbtypes.c1530 struct field *argtypes; in check_stub_method() local
1569 argtypes = (struct field *) in check_stub_method()
1579 argtypes[0].type = lookup_pointer_type (type); in check_stub_method()
1595 argtypes[argcount].type = in check_stub_method()
1620 TYPE_FIELDS (mtype) = argtypes; in check_stub_method()
/NextBSD/contrib/gcc/
HDtree.c5339 tree argtypes) in build_method_type_directly() argument
5354 argtypes = tree_cons (NULL_TREE, ptype, argtypes); in build_method_type_directly()
5355 TYPE_ARG_TYPES (t) = argtypes; in build_method_type_directly()
5360 hashcode = type_hash_list (argtypes, hashcode); in build_method_type_directly()
6877 tree argtypes; in reconstruct_complex_type() local
6881 argtypes = TYPE_ARG_TYPES (type); in reconstruct_complex_type()
6885 TYPE_ARG_TYPES (outer) = argtypes; in reconstruct_complex_type()
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000-c.c2434 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); in altivec_build_resolved_builtin() local
2439 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes); in altivec_build_resolved_builtin()