Home
last modified time | relevance | path

Searched refs:maybe_in_construction (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDipa-polymorphic-call.c629 if (maybe_in_construction) in dump()
666 bp_pack_value (&bp, maybe_in_construction, 1); in stream_out()
697 maybe_in_construction = bp_unpack_value (&bp, 1); in stream_in()
747 maybe_in_construction = true; in set_by_decl()
951 if (outer_type && maybe_in_construction && stmt) in ipa_polymorphic_call_context()
952 maybe_in_construction in ipa_polymorphic_call_context()
1041 maybe_in_construction = true; in ipa_polymorphic_call_context()
1047 maybe_in_construction = false; in ipa_polymorphic_call_context()
1087 maybe_in_construction = false; in ipa_polymorphic_call_context()
1366 context.maybe_in_construction = false; in record_known_type()
[all …]
HDipa-devirt.c2652 hstate.add_flag (odr_query->context.maybe_in_construction);
2671 && t1->context.maybe_in_construction
2672 == t2->context.maybe_in_construction
3189 context.maybe_in_construction = false;
3219 context.maybe_in_construction);
3277 if (context.maybe_in_construction)
3280 context.maybe_in_construction = false;
3281 if (context.maybe_in_construction)
3367 ctx.maybe_in_construction ? " (base types included)" : "",
HDcgraph.h1516 unsigned maybe_in_construction : 1; in class() local
3316 maybe_in_construction = true; in clear_outer_type()