Home
last modified time | relevance | path

Searched refs:exprtype (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c462 tree exprtype = TREE_TYPE (expr); in build_dynamic_cast_1() local
501 if (TREE_CODE (exprtype) != POINTER_TYPE) in build_dynamic_cast_1()
506 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
519 exprtype = build_reference_type (exprtype); in build_dynamic_cast_1()
524 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
542 TREE_TYPE (exprtype))) in build_dynamic_cast_1()
553 binfo = lookup_base (TREE_TYPE (exprtype), TREE_TYPE (type), in build_dynamic_cast_1()
560 if (TREE_CODE (exprtype) == POINTER_TYPE) in build_dynamic_cast_1()
567 if (TYPE_POLYMORPHIC_P (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
630 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); in build_dynamic_cast_1()
[all …]
H A DChangeLog-1996889 * rtti.c (build_dynamic_cast): Don't try to dereference exprtype
890 too early. Make sure we explode if exprtype turns out to be a
H A DChangeLog-20004556 Initialize exprtype earlier.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200422338 * c-parse.in (init): Change to exprtype.
22747 * c-parse.in (%union): Add exprtype.
22750 exprtype.