Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c213 if (CLASSTYPE_PURE_VIRTUALS (type)) in complete_type_check_abstract()
300 pure = CLASSTYPE_PURE_VIRTUALS (type); in abstract_virtuals_error_sfinae()
H A Dsearch.c2100 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (type), in dfs_get_pure_virtuals()
2114 CLASSTYPE_PURE_VIRTUALS (type) = NULL; in get_pure_virtuals()
H A Dexcept.c972 else if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type)) in is_admissible_throw_operand()
H A Dclass.c4023 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (t), x); in check_methods()
6269 CLASSTYPE_PURE_VIRTUALS (t) = NULL; in finish_struct()
6272 VEC_safe_push (tree, gc, CLASSTYPE_PURE_VIRTUALS (t), x); in finish_struct()
H A Dinit.c3650 if (CLASSTYPE_PURE_VIRTUALS (type)) in build_delete()
H A Dcp-tree.h1661 #define CLASSTYPE_PURE_VIRTUALS(NODE) \ macro
H A Dsemantics.c5450 return (CLASS_TYPE_P (type1) && CLASSTYPE_PURE_VIRTUALS (type1)); in trait_expr_value()
H A Dpt.c11396 if (CLASS_TYPE_P (type) && CLASSTYPE_PURE_VIRTUALS (type)) in tsubst()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c213 if (CLASSTYPE_PURE_VIRTUALS (type)) in complete_type_check_abstract()
311 pure = CLASSTYPE_PURE_VIRTUALS (type); in abstract_virtuals_error_sfinae()
H A Dsearch.c2126 vec_safe_push (CLASSTYPE_PURE_VIRTUALS (type), BV_FN (virtuals)); in dfs_get_pure_virtuals()
2139 CLASSTYPE_PURE_VIRTUALS (type) = NULL; in get_pure_virtuals()
H A Dclass.c4391 vec_safe_push (CLASSTYPE_PURE_VIRTUALS (t), x); in check_methods()
7066 CLASSTYPE_PURE_VIRTUALS (t) = NULL; in finish_struct()
7069 vec_safe_push (CLASSTYPE_PURE_VIRTUALS (t), x); in finish_struct()
9328 && (CLASSTYPE_PURE_VIRTUALS (DECL_CONTEXT (fn_original)) in build_vtbl_initializer()
H A Dcp-tree.h2248 #define CLASSTYPE_PURE_VIRTUALS(NODE) \ macro
2253 (CLASS_TYPE_P (NODE) && CLASSTYPE_PURE_VIRTUALS(NODE))
H A Dinit.c4659 if (CLASSTYPE_PURE_VIRTUALS (type)) in build_delete()