/netbsd/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.c | 345 build_typeid (tree exp, tsubst_flags_t complain) in build_typeid() function
|
H A D | rtti.cc | 349 build_typeid (tree exp, tsubst_flags_t complain) in build_typeid() function
|
H A D | ChangeLog-1996 | 528 (get_tinfo_fn_dynamic): Extracted from build_typeid. 531 * rtti.c (build_typeid): Use resolves_to_fixed_type_p. 534 * parse.y: Call build_x_typeid instead of build_typeid. 539 (build_typeid): Not here. 564 (build_typeid): Throw bad_typeid as needed. 2288 (build_typeid): Only complain about taking dynamic typeid without 2398 (build_typeid): The vtable entry is now a function.
|
H A D | ChangeLog-2013 | 3055 * rtti.c (build_typeid): Check the address of the argument 3284 (build_typeid): Likewise. 3529 * rtti.c (build_typeid): Likewise. 4206 * rtti.c (build_typeid, get_typeid): Add complain parm.
|
H A D | ChangeLog-2000 | 5264 * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1, 6683 (build_typeid): Remove unused variable. 6788 (build_typeid): ... here. Adjust call to 6799 * parse.y (primary): Adjust call to build_typeid. 6803 * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
|
H A D | ChangeLog-1995 | 789 (build_typeid): Likewise. 916 * gc.c (build_typeid): Strip cv qualifiers so that const T&, T&, T 2915 * gc.c (build_typeid): Pass a NULL_TREE, not the bogus, unused
|
H A D | ChangeLog-2002 | 227 build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr, 407 (build_typeid): Use it.
|
H A D | ChangeLog-2012 | 1749 (build_typeid, build_dynamic_cast_1): Adjust.
|
H A D | ChangeLog-2004 | 365 (build_typeid, get_typeid): Always return type_info typed node. 2877 * rtti.c (build_headof, build_typeid, ifnonnull,
|
H A D | ChangeLog-1994 | 29 * gc.c (build_typeid): Likewise. 451 * gc.c (build_typeid): Make this function work with new rtti.
|
H A D | cp-tree.h | 7469 extern tree build_typeid (tree, tsubst_flags_t);
|
H A D | ChangeLog-2015 | 78 * rtti.c (build_typeid): Use save_expr, not stabilize_reference.
|
H A D | ChangeLog-2010 | 3199 * rtti.c (build_typeid, build_dynamic_cast_1): Likewise.
|
H A D | ChangeLog-2003 | 6558 (build_typeid): Add comment. Do not return an expression with
|
H A D | ChangeLog-2019 | 757 * rtti.c (build_typeid): Remove obsolete FIXME comment.
|
H A D | pt.c | 20633 RETURN (build_typeid (operand_0, complain)); in tsubst_copy_and_build()
|
H A D | pt.cc | 21406 RETURN (build_typeid (operand_0, complain)); in tsubst_copy_and_build()
|
H A D | parser.c | 7034 postfix_expression = build_typeid (expression, tf_warning_or_error); in cp_parser_postfix_expression()
|
H A D | parser.cc | 7370 postfix_expression = build_typeid (expression, tf_warning_or_error); in cp_parser_postfix_expression()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 345 build_typeid (tree exp, tsubst_flags_t complain) in build_typeid() function
|
H A D | cp-tree.h | 7072 extern tree build_typeid (tree, tsubst_flags_t);
|
H A D | pt.c | 20633 RETURN (build_typeid (operand_0, complain)); in tsubst_copy_and_build()
|
H A D | parser.c | 7034 postfix_expression = build_typeid (expression, tf_warning_or_error); in cp_parser_postfix_expression()
|
/netbsd/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2804 result = build_typeid (op0, tf_error); in plugin_build_unary_expr()
|
/netbsd/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2646 result = build_typeid (op0, tf_error); in plugin_build_unary_expr()
|