OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spec_outer_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-polymorphic-call.cc
1852
/* See if speculation given by
SPEC_OUTER_TYPE
, SPEC_OFFSET and SPEC_MAYBE_DERIVED_TYPE
1856
ipa_polymorphic_call_context::speculation_consistent_p (tree
spec_outer_type
,
1866
if (!
spec_outer_type
|| !contains_polymorphic_type_p (
spec_outer_type
))
1881
if (types_must_be_same_for_odr (
spec_outer_type
, outer_type))
1886
&& !contains_type_p (
spec_outer_type
, spec_offset, otr_type, false, true))
1893
spec_outer_type
, false, false))
1901
&& !contains_type_p (
spec_outer_type
,
2339
tree
spec_outer_type
= outer_type;
local
2353
combine_speculation_with (
spec_outer_type
, spec_offset
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc
1853
/* See if speculation given by
SPEC_OUTER_TYPE
, SPEC_OFFSET and SPEC_MAYBE_DERIVED_TYPE
1857
ipa_polymorphic_call_context::speculation_consistent_p (tree
spec_outer_type
,
1867
if (!
spec_outer_type
|| !contains_polymorphic_type_p (
spec_outer_type
))
1882
if (types_must_be_same_for_odr (
spec_outer_type
, outer_type))
1887
&& !contains_type_p (
spec_outer_type
, spec_offset, otr_type, false, true))
1894
spec_outer_type
, false, false))
1902
&& !contains_type_p (
spec_outer_type
,
2340
tree
spec_outer_type
= outer_type;
local
2354
combine_speculation_with (
spec_outer_type
, spec_offset
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026