Home
last modified time | relevance | path

Searched refs:abstract_virtuals_error (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc884 else if (abstract_virtuals_error (is_throw ? ACU_THROW : ACU_CATCH, type)) in is_admissible_throw_operand_or_catch_parameter()
H A Dtypeck2.cc270 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() function
276 abstract_virtuals_error (abstract_class_use use, tree type) in abstract_virtuals_error() function
H A DChangeLog-20041336 abstract_virtuals_error, cxx_incomplete_type_diagnostic,
2105 * typeck2.c (abstract_virtuals_error): Likewise. Truncate the
2598 abstract_virtuals_error, process_init_constructor,
3258 * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
3816 (abstract_virtuals_error): If the type is abstract, register the
6758 before calling abstract_virtuals_error.
H A DChangeLog-199986 * typeck2.c (abstract_virtuals_error): Likewise.
4107 * tree.c (build_cplus_new): Adjust call to abstract_virtuals_error
4169 * cp-tree.h (abstract_virtuals_error): Change declaration.
4170 * typeck2.c (abstract_virtuals_error): Check to see if an error
H A Dcp-tree.h8168 extern int abstract_virtuals_error (tree, tree);
8169 extern int abstract_virtuals_error (abstract_class_use, tree);
H A Ddecl.cc8565 abstract_virtuals_error (decl, type); in cp_finish_decl()
14631 abstract_virtuals_error (parms, TREE_TYPE (parms)); in require_complete_types_for_parms()
16961 abstract_virtuals_error (decl, TREE_TYPE (fntype)); in check_function_type()
H A DChangeLog-1998407 * typeck2.c (abstract_virtuals_error): Show location of abstract
576 * typeck2.c (abstract_virtuals_error): Remove handling for virtuals
5679 * typeck2.c (abstract_virtuals_error): Use two loops to emit
H A DChangeLog-20063099 (abstract_virtuals_error): Likewise.
H A DChangeLog-2000715 * typeck2.c (abstract_virtuals_error): Use "because" instead of
6768 * typeck2.c (readonly_error, abstract_virtuals_error,
H A Dclass.cc3563 abstract_virtuals_error (field, type); in check_field_decl()
H A DChangeLog-20052390 * typeck2.c (abstract_virtuals_error): Adjust.
H A DChangeLog-2009487 * typeck2.c (abstract_virtuals_error): Use TYPE_MAIN_VARIANT.
H A DChangeLog-2001725 * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
H A DChangeLog-20102371 * typeck2.c (abstract_virtuals_error): Use typed GC allocation.
H A DChangeLog-20035712 * typeck2.c (abstract_virtuals_error): Don't check when
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c412 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() function
418 abstract_virtuals_error (abstract_class_use use, tree type) in abstract_virtuals_error() function
H A Dexcept.c939 else if (abstract_virtuals_error (is_throw ? ACU_THROW : ACU_CATCH, type)) in is_admissible_throw_operand_or_catch_parameter()
H A Ddecl.c7962 abstract_virtuals_error (decl, type); in cp_finish_decl()
10748 abstract_virtuals_error (name, type); in create_array_type_for_decl()
12123 abstract_virtuals_error (ACU_RETURN, type); in grokdeclarator()
14125 else if (abstract_virtuals_error (decl, type)) in grokparms()
16109 abstract_virtuals_error (decl, TREE_TYPE (fntype)); in check_function_type()
H A Dcp-tree.h7749 extern int abstract_virtuals_error (tree, tree);
7750 extern int abstract_virtuals_error (abstract_class_use, tree);
H A Dclass.c3488 abstract_virtuals_error (field, type); in check_field_decl()