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

/freebsd-9.3-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-9.3-release/contrib/gcc/cp/
H A Dcall.c1536 tree type1, tree type2, tree *args, tree *argtypes,
1556 t = implicit_conversion (types[i], argtypes[i], args[i],
1574 t = implicit_conversion (boolean_type_node, argtypes[2], args[2],
1625 tree type2, tree *args, tree *argtypes, int flags)
2002 (candidates, fnname, type1, type1, args, argtypes, flags);
2004 (candidates, fnname, type2, type2, args, argtypes, flags);
2009 (candidates, fnname, type1, type2, args, argtypes, flags);
2042 tree type, argtypes[3]; local
2052 argtypes[i] = lvalue_type (args[i]);
2054 argtypes[
1535 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
1623 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
4001 tree fns, fnname, argtypes, args, type; local
[all...]
H A Ddecl.c5839 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr),
5841 tree vfntype = build_function_type (void_type_node, argtypes);
5843 (acquire_fn, build_function_type (integer_type_node, argtypes));
9275 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
9285 for (argtype = argtypes, arity = 0;
9401 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
9519 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
9546 tree arg = TREE_VALUE (argtypes);
9611 for (; argtypes && argtypes !
5827 tree argtypes = tree_cons (NULL_TREE, TREE_TYPE (guard_addr), local
9258 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
[all...]
/freebsd-9.3-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-9.3-release/contrib/gcc/
H A Dtree.c5334 tree argtypes)
5349 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
5350 TYPE_ARG_TYPES (t) = argtypes;
5355 hashcode = type_hash_list (argtypes, hashcode);
6881 tree argtypes;
6885 argtypes = TYPE_ARG_TYPES (type);
6889 TYPE_ARG_TYPES (outer) = argtypes;
5308 build_method_type_directly(tree basetype, tree rettype, tree argtypes) argument
6851 tree argtypes; local
/freebsd-9.3-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 269 milliseconds