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

/freebsd-10.2-release/contrib/file/python/
H A Dmagic.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
[all...]
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dstabs.c2563 char *argtypes; local
2603 argtypes = savestring (*pp, p - *pp);
2710 if (strncmp (argtypes, name, strlen (name)) != 0)
2727 /* If the type is not a stub, then the argtypes string is
2729 argtypes string is the mangled form of the argument
2733 physname = argtypes;
2748 tagname, return_type, argtypes,
2816 const char *argtypes, bfd_boolean constp,
2828 is_full_physname_constructor = ((argtypes[0] == '_'
2829 && argtypes[
2813 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...]
/freebsd-10.2-release/contrib/gcc/cp/
H A Dcall.c1549 tree type1, tree type2, tree *args, tree *argtypes,
1569 t = implicit_conversion (types[i], argtypes[i], args[i],
1587 t = implicit_conversion (boolean_type_node, argtypes[2], args[2],
1638 tree type2, tree *args, tree *argtypes, int flags)
2015 (candidates, fnname, type1, type1, args, argtypes, flags);
2017 (candidates, fnname, type2, type2, args, argtypes, flags);
2022 (candidates, fnname, type1, type2, args, argtypes, flags);
2055 tree type, argtypes[3]; local
2065 argtypes[i] = lvalue_type (args[i]);
2067 argtypes[
1548 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
1636 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
4023 tree fns, fnname, argtypes, args, type; local
[all...]
H A Ddecl.c6245 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr),
6247 tree vfntype = build_function_type (void_type_node, argtypes);
6249 (acquire_fn, build_function_type (integer_type_node, argtypes));
9743 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
9753 for (argtype = argtypes, arity = 0;
9869 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
9987 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
10014 tree arg = TREE_VALUE (argtypes);
10079 for (; argtypes && argtypes !
6234 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr), local
9727 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
[all...]
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbtypes.c1530 struct field *argtypes; local
1569 argtypes = (struct field *)
1579 argtypes[0].type = lookup_pointer_type (type);
1595 argtypes[argcount].type =
1620 TYPE_FIELDS (mtype) = argtypes;
/freebsd-10.2-release/contrib/gcc/
H A Dtree.c5363 tree argtypes)
5378 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
5379 TYPE_ARG_TYPES (t) = argtypes;
5384 hashcode = type_hash_list (argtypes, hashcode);
6907 tree argtypes;
6911 argtypes = TYPE_ARG_TYPES (type);
6915 TYPE_ARG_TYPES (outer) = argtypes;
5337 build_method_type_directly(tree basetype, tree rettype, tree argtypes) argument
6877 tree argtypes; local
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000-c.c2436 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl));
2441 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes);
2434 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); local

Completed in 110 milliseconds