OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_binfos
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc
2515
TYPE_BINFOS
is a stack of BINFOS of types with defined
2532
vec <tree> &
type_binfos
,
2547
type_binfos
.safe_push (binfo);
2555
for (i =
type_binfos
.length () - 1; i >= 0; i--)
2556
if (BINFO_OFFSET (
type_binfos
[i]) == BINFO_OFFSET (binfo))
2558
type_binfo =
type_binfos
[i];
2562
type_binfos
.pop ();
2611
type_binfos
,
2615
type_binfos
.pop ();
2643
auto_vec <tree, 8>
type_binfos
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc
2501
TYPE_BINFOS
is a stack of BINFOS of types with defined
2518
vec <tree> &
type_binfos
,
2533
type_binfos
.safe_push (binfo);
2541
for (i =
type_binfos
.length () - 1; i >= 0; i--)
2542
if (BINFO_OFFSET (
type_binfos
[i]) == BINFO_OFFSET (binfo))
2544
type_binfo =
type_binfos
[i];
2548
type_binfos
.pop ();
2597
type_binfos
,
2601
type_binfos
.pop ();
2629
auto_vec <tree, 8>
type_binfos
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026