HomeSort by: relevance | last modified time | path
    Searched defs:otr_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc 98 /* THIS->OUTER_TYPE is a type of memory object where object of OTR_TYPE
101 OTR_TYPE or contain OTR_TYPE as a base. Update THIS
104 If OTR_TYPE is NULL, just find outermost polymorphic type with
118 THIS->OUTER_TYPE to OTR_TYPE and THIS->OFFSET to NULL.
129 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type,
142 clear_outer_type (otr_type);
143 type = otr_type;
162 clear_outer_type (otr_type);
163 type = otr_type;
880 tree otr_type = NULL; local
1139 tree otr_type; member in struct:type_change_info
    [all...]
cgraph.h 1584 If specified, OTR_TYPE specify the type of polymorphic call
1586 ipa_polymorphic_call_context (tree cst, tree otr_type = NULL,
1601 /* Produce context specifying all derived types of OTR_TYPE. If OTR_TYPE is
1603 void clear_outer_type (tree otr_type = NULL);
1606 containing OTR_TYPE (if non-NULL) as base class.
1615 bool restrict_to_inner_class (tree otr_type,
1623 void possible_dynamic_type_change (bool, tree otr_type = NULL);
1626 If actual type the context is being used in is known, OTR_TYPE should be
1628 bool combine_with (ipa_polymorphic_call_context, tree otr_type = NULL)
1667 tree otr_type; variable
    [all...]
tree-ssa-sccvn.cc 7311 tree otr_type = obj_type_ref_class (fn); local
7318 otr_type, stmt, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 98 /* THIS->OUTER_TYPE is a type of memory object where object of OTR_TYPE
101 OTR_TYPE or contain OTR_TYPE as a base. Update THIS
104 If OTR_TYPE is NULL, just find outermost polymorphic type with
118 THIS->OUTER_TYPE to OTR_TYPE and THIS->OFFSET to NULL.
129 ipa_polymorphic_call_context::restrict_to_inner_class (tree otr_type,
142 clear_outer_type (otr_type);
143 type = otr_type;
162 clear_outer_type (otr_type);
163 type = otr_type;
881 tree otr_type = NULL; local
1140 tree otr_type; member in struct:type_change_info
    [all...]
cgraph.h 1581 If specified, OTR_TYPE specify the type of polymorphic call
1583 ipa_polymorphic_call_context (tree cst, tree otr_type = NULL,
1598 /* Produce context specifying all derived types of OTR_TYPE. If OTR_TYPE is
1600 void clear_outer_type (tree otr_type = NULL);
1603 containing OTR_TYPE (if non-NULL) as base class.
1612 bool restrict_to_inner_class (tree otr_type,
1620 void possible_dynamic_type_change (bool, tree otr_type = NULL);
1623 If actual type the context is being used in is known, OTR_TYPE should be
1625 bool combine_with (ipa_polymorphic_call_context, tree otr_type = NULL)
1664 tree otr_type; variable
    [all...]
tree-ssa-sccvn.cc 6809 tree otr_type = obj_type_ref_class (fn); local
6816 otr_type, stmt, NULL);

Completed in 45 milliseconds