Searched refs:parmtypes (Results 1 – 5 of 5) sorted by relevance
1003 tree parmtypes; in dump_function_decl() local1027 parmtypes = FUNCTION_FIRST_USER_PARMTYPE (t); in dump_function_decl()1033 cname = TREE_TYPE (TREE_VALUE (parmtypes)); in dump_function_decl()1062 dump_parameters (parmtypes, flags); in dump_function_decl()1098 dump_parameters (tree parmtypes, int flags) in dump_parameters() argument1104 for (first = 1; parmtypes != void_list_node; in dump_parameters()1105 parmtypes = TREE_CHAIN (parmtypes)) in dump_parameters()1110 if (!parmtypes) in dump_parameters()1115 dump_type (TREE_VALUE (parmtypes), flags); in dump_parameters()1117 if ((flags & TFF_FUNCTION_DEFAULT_ARGUMENTS) && TREE_PURPOSE (parmtypes)) in dump_parameters()[all …]
3802 tree parmtypes; in build_clone() local3807 parmtypes = TYPE_ARG_TYPES (TREE_TYPE (clone)); in build_clone()3809 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3811 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3815 parmtypes = TREE_CHAIN (parmtypes); in build_clone()3821 parmtypes); in build_clone()
3571 push_void_library_fn (tree name, tree parmtypes) in push_void_library_fn() argument3573 tree type = build_function_type (void_type_node, parmtypes); in push_void_library_fn()6019 tree parmtypes; in start_cleanup_fn() local6029 parmtypes = void_list_node; in start_cleanup_fn()6035 parmtypes = tree_cons (NULL_TREE, ptr_type_node, parmtypes); in start_cleanup_fn()6037 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