Home
last modified time | relevance | path

Searched refs:decl_maybe_in_construction_p (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-utils.h78 bool decl_maybe_in_construction_p (tree, tree, gimple *, tree);
H A Dipa-polymorphic-call.c540 decl_maybe_in_construction_p (tree base, tree outer_type, in decl_maybe_in_construction_p() function
952 = decl_maybe_in_construction_p (base, in ipa_polymorphic_call_context()
H A Dcgraph.c920 = decl_maybe_in_construction_p (NULL, NULL, call_stmt, in create_edge()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h84 bool decl_maybe_in_construction_p (tree, tree, gimple *, tree);
H A Dipa-polymorphic-call.c540 decl_maybe_in_construction_p (tree base, tree outer_type, in decl_maybe_in_construction_p() function
952 = decl_maybe_in_construction_p (base, in ipa_polymorphic_call_context()
H A Dipa-polymorphic-call.cc543 decl_maybe_in_construction_p (tree base, tree outer_type, in decl_maybe_in_construction_p() function
955 = decl_maybe_in_construction_p (base, in ipa_polymorphic_call_context()
H A Dcgraph.c920 = decl_maybe_in_construction_p (NULL, NULL, call_stmt, in create_edge()
H A Dcgraph.cc928 = decl_maybe_in_construction_p (NULL, NULL, call_stmt, in create_edge()
H A DChangeLog-201416321 (decl_maybe_in_construction_p): Allow empty OUTER_TYPE and BASE.
16325 * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Be ready
16776 contains_type_p, decl_maybe_in_construction_p,
16793 contains_type_p, decl_maybe_in_construction_p,
29863 (decl_maybe_in_construction_p): Fix conditional on cdtor check
32401 (decl_maybe_in_construction_p): New predicate.
32403 use decl_maybe_in_construction_p.
32413 (compute_known_type_jump_func): Use decl_maybe_in_construction_p.
H A DChangeLog-201531328 * pa-polymorphic-call.c (decl_maybe_in_construction_p,
37069 (decl_maybe_in_construction_p, noncall_stmt_may_be_vtbl_ptr_store):
H A DChangeLog-201610767 * ipa-polymorphic-call.c (decl_maybe_in_construction_p): Likewise.