Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d3f76a70
Commit
d3f76a70
authored
Oct 18, 2002
by
Mark Mitchell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(strictly_overrides): Remove.
From-SVN: r58284
parent
9368208b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
gcc/cp/class.c
+0
-19
No files found.
gcc/cp/class.c
View file @
d3f76a70
...
...
@@ -115,7 +115,6 @@ static void delete_duplicate_fields PARAMS ((tree));
static
void
finish_struct_bits
PARAMS
((
tree
));
static
int
alter_access
PARAMS
((
tree
,
tree
,
tree
));
static
void
handle_using_decl
PARAMS
((
tree
,
tree
));
static
int
strictly_overrides
PARAMS
((
tree
,
tree
));
static
void
check_for_override
PARAMS
((
tree
,
tree
));
static
tree
dfs_modify_vtables
PARAMS
((
tree
,
void
*
));
static
tree
modify_all_vtables
PARAMS
((
tree
,
int
*
,
tree
));
...
...
@@ -2590,24 +2589,6 @@ modify_all_vtables (t, vfuns_p, virtuals)
return
virtuals
;
}
/* Here, we already know that they match in every respect.
All we have to check is where they had their declarations.
Return nonzero iff FNDECL1 is declared in a class which has a
proper base class containing FNDECL2. We don't care about
ambiguity or accessibility. */
static
int
strictly_overrides
(
fndecl1
,
fndecl2
)
tree
fndecl1
,
fndecl2
;
{
base_kind
kind
;
return
(
lookup_base
(
DECL_CONTEXT
(
fndecl1
),
DECL_CONTEXT
(
fndecl2
),
ba_ignore
|
ba_quiet
,
&
kind
)
&&
kind
!=
bk_same_type
);
}
/* Get the base virtual function declarations in T that have the
indicated NAME. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment