Searched refs:parmtypes (Results 1 – 5 of 5) sorted by relevance
994 tree parmtypes; in dump_function_decl() local1018 parmtypes = FUNCTION_FIRST_USER_PARMTYPE (t); in dump_function_decl()1024 cname = TREE_TYPE (TREE_VALUE (parmtypes)); in dump_function_decl()1053 dump_parameters (parmtypes, flags); in dump_function_decl()1089 dump_parameters (tree parmtypes, int flags) in dump_parameters() argument1095 for (first = 1; parmtypes != void_list_node; in dump_parameters()1096 parmtypes = TREE_CHAIN (parmtypes)) in dump_parameters()1101 if (!parmtypes) in dump_parameters()1106 dump_type (TREE_VALUE (parmtypes), flags); in dump_parameters()1108 if ((flags & TFF_FUNCTION_DEFAULT_ARGUMENTS) && TREE_PURPOSE (parmtypes)) in dump_parameters()[all …]
3773 tree parmtypes; in build_clone() local3778 parmtypes = TYPE_ARG_TYPES (TREE_TYPE (clone)); in build_clone()3780 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3782 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3786 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3792 parmtypes); in build_clone()
3570 push_void_library_fn (tree name, tree parmtypes) in push_void_library_fn() argument3572 tree type = build_function_type (void_type_node, parmtypes); in push_void_library_fn()5622 tree parmtypes; in start_cleanup_fn() local5632 parmtypes = void_list_node; in start_cleanup_fn()5638 parmtypes = tree_cons (NULL_TREE, ptr_type_node, parmtypes); in start_cleanup_fn()5640 fntype = build_function_type (void_type_node, parmtypes); in start_cleanup_fn()
5509 * rtti.c (throw_bad_cast): Add the parmtypes.
900 * call.c (build_method_call): Print parmtypes when complaining of