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

/haiku-buildtools/isl/interface/
H A Disl.py29 isl.isl_ctx_free.argtypes = [Context]
401 isl.isl_union_map_from_basic_map.argtypes = [c_void_p]
403 isl.isl_union_map_from_map.argtypes = [c_void_p]
405 isl.isl_union_map_read_from_str.argtypes = [Context, c_char_p]
428 isl.isl_union_map_free.argtypes = [c_void_p]
429 isl.isl_union_map_to_str.argtypes = [c_void_p]
799 isl.isl_map_read_from_str.argtypes = [Context, c_char_p]
801 isl.isl_map_from_basic_map.argtypes = [c_void_p]
825 isl.isl_map_free.argtypes = [c_void_p]
826 isl.isl_map_to_str.argtypes
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c1149 args, argtypes, flags)
1151 tree fnname, type1, type2, *args, *argtypes;
1169 t = implicit_conversion (types[i], argtypes[i], args[i], flags);
1186 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], flags);
1210 args, argtypes, flags)
1213 tree fnname, type1, type2, *args, *argtypes;
1596 (candidates, fnname, type1, type1, args, argtypes, flags);
1598 (candidates, fnname, type2, type2, args, argtypes, flags);
1602 (candidates, fnname, type1, type2, args, argtypes, flags);
1632 tree type, argtypes[ local
2779 tree fn, fns, fnname, fntype, argtypes, args, type; local
[all...]
H A Dtree.c367 build_cplus_method_type (basetype, rettype, argtypes)
368 tree basetype, rettype, argtypes;
387 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
388 TYPE_ARG_TYPES (t) = argtypes;
389 TREE_SIDE_EFFECTS (argtypes) = 1; /* Mark first argtype as "artificial". */
393 hashcode = TYPE_HASH (basetype) + TYPE_HASH (rettype) + type_hash_list (argtypes);
H A Ddecl.c12316 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
12361 if (argtypes == NULL_TREE)
12375 if (argtypes == NULL_TREE)
12405 tree p = argtypes;
12465 if (list_length (argtypes) != 3 && methodp)
12470 parmtype = TREE_VALUE (TREE_CHAIN (argtypes));
12485 if (list_length (argtypes) != 4)
12490 if (list_length (argtypes) == 2)
12492 else if (list_length (argtypes) == 3)
12497 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_nod
12295 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c96 tree argtypes; member in struct:wrapper_data
420 wd->argtypes = tree_cons (NULL_TREE, TREE_TYPE (parm), wd->argtypes);
450 wd->argtypes = void_list_node;
463 wd->fntype = build_function_type (void_type_node, wd->argtypes);
630 wd->argtypes = NULL_TREE;
642 wd->argtypes = NULL_TREE;
/haiku-buildtools/binutils/binutils/
H A Dstabs.c2539 char *argtypes = NULL; local
2637 argtypes = savestring (*pp, p - *pp);
2744 if (strncmp (argtypes, name, strlen (name)) != 0)
2761 /* If the type is not a stub, then the argtypes string is
2763 argtypes string is the mangled form of the argument
2766 physname = argtypes;
2781 tagname, return_type, argtypes,
2843 if (argtypes != NULL)
2844 free (argtypes);
2858 const char *argtypes, bfd_boolea
2855 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...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c2565 char *argtypes; local
2605 argtypes = savestring (*pp, p - *pp);
2712 if (strncmp (argtypes, name, strlen (name)) != 0)
2729 /* If the type is not a stub, then the argtypes string is
2731 argtypes string is the mangled form of the argument
2735 physname = argtypes;
2750 tagname, return_type, argtypes,
2818 const char *argtypes, bfd_boolean constp,
2830 is_full_physname_constructor = ((argtypes[0] == '_'
2831 && argtypes[
2815 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...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Ddecl.c1283 build_chill_function_type (return_type, argtypes, exceptions, recurse_p)
1284 tree return_type, argtypes, exceptions, recurse_p;
1293 argtypes = chainon (argtypes,
1295 argtypes = chainon (argtypes,
1300 argtypes = chainon (argtypes,
1305 for (arg = argtypes; arg; arg = TREE_CHAIN (arg))
1316 TYPE_ARG_TYPES (ftype) = argtypes;
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c2263 tree type1, tree type2, tree *args, tree *argtypes,
2292 t = implicit_conversion (types[i], argtypes[i], args[i],
2299 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i],
2316 t = implicit_conversion (boolean_type_node, argtypes[2], args[2],
2324 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2],
2372 tree type2, tree *args, tree *argtypes, int flags,
2784 (candidates, fnname, cptype, cptype, args, argtypes,
2791 (candidates, fnname, type1, type1, args, argtypes, flags, complain);
2793 (candidates, fnname, type2, type2, args, argtypes, flags, complain);
2798 (candidates, fnname, type1, type2, args, argtypes, flag
2262 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags, tsubst_flags_t complain) argument
2370 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, tsubst_flags_t complain) argument
2831 tree type, argtypes[3], t; local
[all...]
H A Dtree.c4294 tree argtypes = TYPE_ARG_TYPES (t);
4295 while (argtypes)
4297 TREE_PURPOSE (argtypes) = 0;
4298 argtypes = TREE_CHAIN (argtypes);
4287 tree argtypes = TYPE_ARG_TYPES (t); local
H A Ddecl.c11741 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
11751 for (argtype = argtypes, arity = 0;
11880 for (p = argtypes; p && p != void_list_node; p = TREE_CHAIN (p))
12009 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), integer_type_node))
12036 tree arg = TREE_VALUE (argtypes);
12101 for (; argtypes && argtypes != void_list_node;
12102 argtypes = TREE_CHAIN (argtypes))
12103 if (TREE_PURPOSE (argtypes))
11724 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
[all...]
H A Dtypeck.c9239 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
9245 for (argtype = argtypes, arity = 0;
9271 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl));
9276 return argtypes == void_list_node;
9284 for (argtype = argtypes, arity = 0;
9223 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
9255 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dnvptx.c392 walk_args_for_param (FILE *file, tree argtypes, tree args, bool write_copy,
398 if (argtypes == 0)
401 args = argtypes;
417 if (argtypes == NULL && !AGGREGATE_TYPE_P (type))
391 walk_args_for_param(FILE *file, tree argtypes, tree args, bool write_copy, bool return_in_mem) argument
/haiku-buildtools/gcc/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);
H A Dobjc-next-runtime-abi-02.c1117 next_runtime_abi_02_get_arg_type_list_base (vec<tree, va_gc> **argtypes, argument
1130 vec_safe_push (*argtypes, receiver_type);
1132 vec_safe_push (*argtypes,
H A Dobjc-next-runtime-abi-01.c745 next_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, argument
758 vec_safe_push (*argtypes, receiver_type);
760 vec_safe_push (*argtypes, objc_selector_type);
H A Dobjc-act.c5029 vec<tree, va_gc> *argtypes = make_tree_vector (); local
5033 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag);
5050 vec_safe_push (argtypes, arg_type);
5062 vec_safe_push (argtypes, arg_type);
5071 ftype = build_varargs_function_type_vec (return_type, argtypes);
5073 ftype = build_function_type_vec (return_type, argtypes);
5075 release_tree_vector (argtypes);
/haiku-buildtools/gcc/gcc/
H A Dtree.c8077 maybe_canonicalize_argtypes (tree argtypes,
8084 for (arg = argtypes; arg && !(*any_structural_p); arg = TREE_CHAIN (arg))
8102 return argtypes;
8110 for (arg = argtypes; arg; arg = TREE_CHAIN (arg))
8130 return argtypes;
8295 tree argtypes)
8312 argtypes = tree_cons (NULL_TREE, ptype, argtypes);
8313 TYPE_ARG_TYPES (t) = argtypes;
8318 type_hash_list (argtypes, hstat
8054 maybe_canonicalize_argtypes(tree argtypes, bool *any_structural_p, bool *any_noncanonical_p) argument
8270 build_method_type_directly(tree basetype, tree rettype, tree argtypes) argument
[all...]
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c4306 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl));
4312 arg_type[i] = TREE_VALUE (argtypes), argtypes = TREE_CHAIN (argtypes);
4304 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (impl_fndecl)); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c741 vec<tree, va_gc> *argtypes; local
822 argtypes = NULL;
826 vec_safe_push (argtypes, type);
828 type = build_function_type_vec (gfc_typenode_for_spec (ts), argtypes);

Completed in 356 milliseconds