Searched refs:argtypes (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/file/python/ |
| H A D | magic.py | 63 _open.argtypes = [c_int] 67 _close.argtypes = [magic_t] 71 _file.argtypes = [magic_t, c_char_p] 75 _descriptor.argtypes = [magic_t, c_int] 83 _error.argtypes = [magic_t] 87 _setflags.argtypes = [magic_t, c_int] 91 _load.argtypes = [magic_t, c_char_p] 95 _compile.argtypes = [magic_t, c_char_p] 99 _check.argtypes = [magic_t, c_char_p] 103 _list.argtypes = [magic_t, c_char_p] [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | stabs.c | 2563 char *argtypes; in parse_stab_members() local 2733 physname = argtypes; in parse_stab_members() 2829 && argtypes[1] == '_' in parse_stab_argtypes() 2830 && (ISDIGIT (argtypes[2]) in parse_stab_argtypes() 2831 || argtypes[2] == 'Q' in parse_stab_argtypes() 2832 || argtypes[2] == 't')) in parse_stab_argtypes() 2839 && (argtypes[1] == '$' || argtypes[1] == '.') in parse_stab_argtypes() 2840 && argtypes[2] == '_') in parse_stab_argtypes() 2842 is_v3 = argtypes[0] == '_' && argtypes[1] == 'Z'; in parse_stab_argtypes() 2845 *pphysname = argtypes; in parse_stab_argtypes() [all …]
|
| H A D | ChangeLog-9197 | 1590 (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.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | call.c | 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() 2093 NULL_TREE, args, argtypes, flags); in add_builtin_candidates() 2100 boolean_type_node, args, argtypes, flags); in add_builtin_candidates() 2128 else if (IS_AGGR_TYPE (argtypes[i])) in add_builtin_candidates() 2181 type = non_reference (argtypes[i]); in add_builtin_candidates() 2206 NULL_TREE, args, argtypes, flags); in add_builtin_candidates() 4023 tree fns, fnname, argtypes, args, type; in build_op_delete_call() local 4066 argtypes = void_list_node; in build_op_delete_call() [all …]
|
| H A D | decl.c | 6234 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() 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() 10065 if (TREE_PURPOSE (argtypes)) in grok_op_properties() [all …]
|
| H A D | ChangeLog-1994 | 2819 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).
|
| H A D | ChangeLog-2000 | 4198 * decl.c (grok_op_properties): Add an extra check of argtypes.
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdbtypes.c | 1530 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()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree.c | 5339 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()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000-c.c | 2434 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()
|