Searched refs:abstract_virtuals_error (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
H A Dtypeck2.c177 of TYPE, and emit a diagnostic (through abstract_virtuals_error) if TYPE
214 /* Go through the list, and call abstract_virtuals_error for each
224 abstract_virtuals_error (pat->decl, pat->type);
241 abstract_virtuals_error (tree decl, tree type)
1345 if (abstract_virtuals_error (NULL_TREE, type))
240 abstract_virtuals_error (tree decl, tree type) function
H A Dcvt.c758 if (abstract_virtuals_error (NULL_TREE, type))
H A Ddecl.c5822 abstract_virtuals_error (decl, TREE_TYPE (type));
5824 abstract_virtuals_error (decl, type);
7321 abstract_virtuals_error (name, type);
9516 else if (abstract_virtuals_error (decl, type))
11040 abstract_virtuals_error (decl, TREE_TYPE (fntype));
H A Dinit.c1675 if (abstract_virtuals_error (NULL_TREE, elt_type))
H A Dtree.c281 abstract_virtuals_error (NULL_TREE, type);
H A Dcp-tree.h4588 extern int abstract_virtuals_error (tree, tree);
H A Dclass.c2777 abstract_virtuals_error (field, type);

Completed in 308 milliseconds