Home
last modified time | relevance | path

Searched refs:CLASSTYPE_PURE_VIRTUALS (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsearch.c2262 CLASSTYPE_PURE_VIRTUALS (type)
2264 CLASSTYPE_PURE_VIRTUALS (type));
2282 CLASSTYPE_PURE_VIRTUALS (type) = NULL_TREE;
2295 CLASSTYPE_PURE_VIRTUALS (type) = nreverse (CLASSTYPE_PURE_VIRTUALS (type));
Dtypeck2.c142 if (!CLASS_TYPE_P (type) || !CLASSTYPE_PURE_VIRTUALS (type))
150 u = CLASSTYPE_PURE_VIRTUALS (type);
Dexcept.c859 else if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type))
Dcp-tree.h1268 #define CLASSTYPE_INLINE_FRIENDS(NODE) CLASSTYPE_PURE_VIRTUALS (NODE)
1483 #define CLASSTYPE_PURE_VIRTUALS(NODE) (LANG_TYPE_CLASS_CHECK (NODE)->pure_virtuals) macro
Dclass.c4055 CLASSTYPE_PURE_VIRTUALS (t)
4056 = tree_cons (NULL_TREE, x, CLASSTYPE_PURE_VIRTUALS (t));
Dcall.c5118 && value_member (cand->fn, CLASSTYPE_PURE_VIRTUALS (basetype))) in build_new_method_call()
DChangeLog5781 (CLASSTYPE_PURE_VIRTUALS): Likewise.
6979 CLASSTYPE_PURE_VIRTUALS.
DChangeLog.265 (CLASSTYPE_PURE_VIRTUALS): ... this.
73 CLASSTYPE_PURE_VIRTUALS.
/openbsd/src/gnu/gcc/gcc/cp/
Dtypeck2.c200 if (CLASSTYPE_PURE_VIRTUALS (type)) in complete_type_check_abstract()
286 pure = CLASSTYPE_PURE_VIRTUALS (type); in abstract_virtuals_error()
Dexcept.c874 else if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type)) in is_admissible_throw_operand()
Dsearch.c2024 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (type), in dfs_get_pure_virtuals()
2038 CLASSTYPE_PURE_VIRTUALS (type) = NULL; in get_pure_virtuals()
Dclass.c3728 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (t), x); in check_methods()
5220 CLASSTYPE_PURE_VIRTUALS (t) = NULL; in finish_struct()
5223 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (t), x); in finish_struct()
Dcp-tree.h1126 #define CLASSTYPE_INLINE_FRIENDS(NODE) CLASSTYPE_PURE_VIRTUALS (NODE)
1305 #define CLASSTYPE_PURE_VIRTUALS(NODE) \ macro
DChangeLog-20042096 (CLASSTYPE_INLINE_FRIENDS, CLASSTYPE_PURE_VIRTUALS): Update
2099 in CLASSTYPE_PURE_VIRTUALS. Reorder checks. Make it a warning.
2104 CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
2123 CLASSTYPE_PURE_VIRTUALS.
DChangeLog-199965 (CLASSTYPE_PURE_VIRTUALS): ... this.
73 CLASSTYPE_PURE_VIRTUALS.
DChangeLog-20011002 CLASSTYPE_PURE_VIRTUALS.
Dpt.c7680 if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type)) in tsubst()
DChangeLog-20024378 (CLASSTYPE_PURE_VIRTUALS): Likewise.