Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmake-target-delegates.py99 self, argtypes: List[str], return_type: str, style: str, default_arg: str
101 self.argtypes = argtypes
170 f: TextIO, decl: bool, name: str, return_type: str, argtypes: List[str]
181 for i in range(len(argtypes)):
182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i])
198 def write_declaration(f: TextIO, name: str, return_type: str, argtypes: List[str]):
199 write_function_header(f, True, name, return_type, argtypes)
203 def write_delegator(f: TextIO, name: str, return_type: str, argtypes: List[str]):
206 f, False, "target_ops::" + name, return_type, argtypes
224 argtypes: List[str],
[all …]
Drust-parse.c1744 struct type **argtypes = nullptr; in parse_function_type() local
1746 argtypes = types.data (); in parse_function_type()
1750 argtypes); in parse_function_type()
Dgdbtypes.c3204 struct field *argtypes; in check_stub_method() local
3244 argtypes = (struct field *) in check_stub_method()
3254 argtypes[0].set_type (lookup_pointer_type (type)); in check_stub_method()
3270 argtypes[argcount].set_type in check_stub_method()
3297 argtypes, argcount, p[-2] == '.'); in check_stub_method()
/netbsd/src/external/bsd/file/dist/python/
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 = [magic_t, c_char_p]
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dstabs.c2677 char *argtypes = NULL; in parse_stab_members() local
2776 argtypes = savestring (dhandle, *pp, p - *pp); in parse_stab_members()
2887 if (strncmp (argtypes, name, strlen (name)) != 0) in parse_stab_members()
2909 physname = argtypes; in parse_stab_members()
2924 tagname, return_type, argtypes, in parse_stab_members()
3003 const char *argtypes, bool constp, in parse_stab_argtypes() argument
3015 is_full_physname_constructor = ((argtypes[0] == '_' in parse_stab_argtypes()
3016 && argtypes[1] == '_' in parse_stab_argtypes()
3017 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes()
3018 || argtypes[2] == 'Q' in parse_stab_argtypes()
[all …]
DChangeLog-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.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfunction-tests.cc139 tree argtypes = TYPE_ARG_TYPES (fntype); in test_fndecl_int_void() local
140 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes)); in test_fndecl_int_void()
141 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes)); in test_fndecl_int_void()
142 ASSERT_EQ (NULL, TREE_CHAIN (argtypes)); in test_fndecl_int_void()
Dtree.cc7328 maybe_canonicalize_argtypes (tree argtypes, in maybe_canonicalize_argtypes() argument
7335 for (arg = argtypes; arg && !(*any_structural_p); arg = TREE_CHAIN (arg)) in maybe_canonicalize_argtypes()
7353 return argtypes; in maybe_canonicalize_argtypes()
7361 for (arg = argtypes; arg; arg = TREE_CHAIN (arg)) in maybe_canonicalize_argtypes()
7381 return argtypes; in maybe_canonicalize_argtypes()
7547 tree argtypes) in build_method_type_directly() argument
7563 argtypes = tree_cons (NULL_TREE, ptype, argtypes); in build_method_type_directly()
7564 TYPE_ARG_TYPES (t) = argtypes; in build_method_type_directly()
7577 canon_argtypes = maybe_canonicalize_argtypes (TREE_CHAIN (argtypes), in build_method_type_directly()
Dbuiltins.cc2980 if (tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (fndecl))) in expand_builtin_int_roundingfn_2() local
2982 = mathfn_built_in_1 (TREE_VALUE (argtypes), in expand_builtin_int_roundingfn_2()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-c.cc864 tree argtypes = TYPE_ARG_TYPES (fntype); in altivec_build_resolved_builtin() local
870 arg_type[i] = TREE_VALUE (argtypes); in altivec_build_resolved_builtin()
871 argtypes = TREE_CHAIN (argtypes); in altivec_build_resolved_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc2619 tree *argtypes, int flags, tsubst_flags_t complain) in build_builtin_candidate() argument
2644 t = implicit_conversion (types[i], argtypes[i], args[i], in build_builtin_candidate()
2651 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i], in build_builtin_candidate()
2669 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], in build_builtin_candidate()
2677 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2], in build_builtin_candidate()
2726 tree type2, vec<tree,va_gc> &args, tree *argtypes, in add_builtin_candidate() argument
3169 (candidates, fnname, cptype, cptype, args, argtypes, in add_builtin_candidate()
3176 (candidates, fnname, type1, type1, args, argtypes, flags, complain); in add_builtin_candidate()
3178 (candidates, fnname, type2, type2, args, argtypes, flags, complain); in add_builtin_candidate()
3183 (candidates, fnname, type1, type2, args, argtypes, flags, complain); in add_builtin_candidate()
[all …]
Dtree.cc6051 tree argtypes = TYPE_ARG_TYPES (t); in cp_free_lang_data() local
6052 while (argtypes) in cp_free_lang_data()
6054 TREE_PURPOSE (argtypes) = 0; in cp_free_lang_data()
6055 argtypes = TREE_CHAIN (argtypes); in cp_free_lang_data()
Dcoroutines.cc327 tree argtypes = make_tree_vec (list_length (arg_node)-1); in instantiate_coro_traits() local
337 TREE_VEC_ELT (argtypes, p++) = cp_build_reference_type (ct, false); in instantiate_coro_traits()
340 TREE_VEC_ELT (argtypes, p++) = TREE_VALUE (arg_node); in instantiate_coro_traits()
347 SET_ARGUMENT_PACK_ARGS (argtypepack, argtypes); in instantiate_coro_traits()
Dtypeck.cc11280 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_raw_literal_operator() local
11286 for (argtype = argtypes, arity = 0; in check_raw_literal_operator()
11312 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in check_literal_operator_args() local
11317 return argtypes == void_list_node; in check_literal_operator_args()
11325 for (argtype = argtypes, arity = 0; in check_literal_operator_args()
Ddecl.cc15217 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); in grok_op_properties() local
15330 for (tree arg = argtypes; ; arg = TREE_CHAIN (arg)) in grok_op_properties()
15367 for (tree arg = argtypes; arg != void_list_node; arg = TREE_CHAIN (arg)) in grok_op_properties()
15409 && ! same_type_p (TREE_VALUE (TREE_CHAIN (argtypes)), in grok_op_properties()
15450 for (tree arg = argtypes; arg && arg != void_list_node; in grok_op_properties()
15523 tree arg = TREE_VALUE (argtypes); in grok_op_properties()
DChangeLog-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).
DChangeLog-20122606 processed all arguments from args vector and argtypes is
DChangeLog-20004198 * decl.c (grok_op_properties): Add an extra check of argtypes.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-gnu-runtime-abi-01.cc600 gnu_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in gnu_runtime_abi_01_get_arg_type_list_base() argument
611 vec_safe_push (*argtypes, receiver_type); in gnu_runtime_abi_01_get_arg_type_list_base()
613 vec_safe_push (*argtypes, objc_selector_type); in gnu_runtime_abi_01_get_arg_type_list_base()
Dobjc-next-runtime-abi-01.cc736 next_runtime_abi_01_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_01_get_arg_type_list_base() argument
749 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_01_get_arg_type_list_base()
751 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_01_get_arg_type_list_base()
Dobjc-next-runtime-abi-02.cc1159 next_runtime_abi_02_get_arg_type_list_base (vec<tree, va_gc> **argtypes, in next_runtime_abi_02_get_arg_type_list_base() argument
1172 vec_safe_push (*argtypes, receiver_type); in next_runtime_abi_02_get_arg_type_list_base()
1175 vec_safe_push (*argtypes, superflag ? objc_v2_super_selector_type in next_runtime_abi_02_get_arg_type_list_base()
1178 vec_safe_push (*argtypes, objc_selector_type); in next_runtime_abi_02_get_arg_type_list_base()
Dobjc-act.cc5180 vec<tree, va_gc> *argtypes = make_tree_vector (); in build_function_type_for_method() local
5184 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); in build_function_type_for_method()
5201 vec_safe_push (argtypes, arg_type); in build_function_type_for_method()
5213 vec_safe_push (argtypes, arg_type); in build_function_type_for_method()
5222 ftype = build_varargs_function_type_vec (return_type, argtypes); in build_function_type_for_method()
5224 ftype = build_function_type_vec (return_type, argtypes); in build_function_type_for_method()
5226 release_tree_vector (argtypes); in build_function_type_for_method()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git56310 debug_xalloc memory. Don't free name or argtypes.