Home
last modified time | relevance | path

Searched refs:CLASSTYPE_FINAL (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc1798 if (CLASSTYPE_FINAL (basetype)) in check_bases()
2067 CLASSTYPE_FINAL (variant) = CLASSTYPE_FINAL (type); in fixup_type_variants()
7617 && !CLASSTYPE_FINAL (t)) in finish_struct_1()
8038 if (CLASS_TYPE_P (t) && CLASSTYPE_FINAL (t)) in resolves_to_fixed_type_p()
H A DChangeLog-20113386 (CLASSTYPE_FINAL): New.
3388 CLASSTYPE_FINAL.
3389 * pt.c (instantiate_class_template_1): Copy CLASSTYPE_FINAL.
H A Dinit.cc5056 && MAYBE_CLASS_TYPE_P (type) && !CLASSTYPE_FINAL (type) in build_delete()
H A DChangeLog-20131603 (CLASSTYPE_FINAL): Define using TYPE_FINAL_P.
1605 * pt.c (instantiate_class_template_1): Guard that CLASSTYPE_FINAL
H A DChangeLog-20193291 CLASSTYPE_FINAL.
3295 * class.c (resolves_to_fixed_type_p): Check CLASSTYPE_FINAL.
3700 * class.c (fixup_type_variants): Handle CLASSTYPE_FINAL.
H A Dcp-tree.h2449 #define CLASSTYPE_FINAL(NODE) \ macro
H A Dsemantics.cc11960 return CLASS_TYPE_P (type1) && CLASSTYPE_FINAL (type1); in trait_expr_value()
H A Dcall.cc9479 if (DECL_FINAL_P (fn) || CLASSTYPE_FINAL (ctx)) in build_over_call()
H A Dpt.cc12056 CLASSTYPE_FINAL (type) = CLASSTYPE_FINAL (pattern); in instantiate_class_template_1()
H A Dparser.cc26725 CLASSTYPE_FINAL (type) = 1; in cp_parser_class_head()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c1706 if (CLASSTYPE_FINAL (basetype)) in check_bases()
1979 CLASSTYPE_FINAL (variants) = CLASSTYPE_FINAL (t); in fixup_type_variants()
7498 && !CLASSTYPE_FINAL (t)) in finish_struct_1()
7935 if (CLASS_TYPE_P (t) && CLASSTYPE_FINAL (t)) in resolves_to_fixed_type_p()
H A Dinit.c4901 && MAYBE_CLASS_TYPE_P (type) && !CLASSTYPE_FINAL (type) in build_delete()
H A Dcp-tree.h2288 #define CLASSTYPE_FINAL(NODE) \ macro
H A Dsemantics.c10039 return CLASS_TYPE_P (type1) && CLASSTYPE_FINAL (type1); in trait_expr_value()
H A Dcall.c8766 || CLASSTYPE_FINAL (TYPE_METHOD_BASETYPE (TREE_TYPE (fn)))) in build_over_call()
H A Dpt.c11691 CLASSTYPE_FINAL (type) = CLASSTYPE_FINAL (pattern); in instantiate_class_template_1()
H A Dparser.c24708 CLASSTYPE_FINAL (type) = 1; in cp_parser_class_head()