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
769467b9
Commit
769467b9
authored
Mar 29, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 29, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* search.c: Put various prototypes inside #ifdef MI_MATRIX.
From-SVN: r18902
parent
214922f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/cp/ChangeLog
+4
-0
gcc/cp/search.c
+5
-1
No files found.
gcc/cp/ChangeLog
View file @
769467b9
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
Sun Mar 29 00:47:32 1998 Jeffrey A Law (law@cygnus.com)
* search.c: Put various prototypes inside #ifdef MI_MATRIX.
* repo.c (save_string): Delete dead function.
* method.c (thunk_printable_name): Delete dead function.
* method.c (thunk_printable_name): Delete dead function.
* lex.c (yynextch): Delete dead function.
* lex.c (yynextch): Delete dead function.
...
...
gcc/cp/search.c
View file @
769467b9
...
@@ -101,22 +101,26 @@ static void fixup_virtual_upcast_offsets
...
@@ -101,22 +101,26 @@ static void fixup_virtual_upcast_offsets
tree
*
));
tree
*
));
static
int
markedp
PROTO
((
tree
));
static
int
markedp
PROTO
((
tree
));
static
int
unmarkedp
PROTO
((
tree
));
static
int
unmarkedp
PROTO
((
tree
));
#ifdef MI_MATRIX
static
int
numberedp
PROTO
((
tree
));
static
int
numberedp
PROTO
((
tree
));
static
int
unnumberedp
PROTO
((
tree
));
static
int
unnumberedp
PROTO
((
tree
));
#endif
static
int
marked_vtable_pathp
PROTO
((
tree
));
static
int
marked_vtable_pathp
PROTO
((
tree
));
static
int
unmarked_vtable_pathp
PROTO
((
tree
));
static
int
unmarked_vtable_pathp
PROTO
((
tree
));
static
int
marked_new_vtablep
PROTO
((
tree
));
static
int
marked_new_vtablep
PROTO
((
tree
));
static
int
unmarked_new_vtablep
PROTO
((
tree
));
static
int
unmarked_new_vtablep
PROTO
((
tree
));
static
int
dfs_debug_unmarkedp
PROTO
((
tree
));
static
int
dfs_debug_unmarkedp
PROTO
((
tree
));
#ifdef MI_MATRIX
static
void
dfs_number
PROTO
((
tree
));
static
void
dfs_number
PROTO
((
tree
));
static
void
dfs_unnumber
PROTO
((
tree
));
static
void
dfs_unnumber
PROTO
((
tree
));
static
void
dfs_record_inheritance
PROTO
((
tree
));
#endif
static
void
dfs_debug_mark
PROTO
((
tree
));
static
void
dfs_debug_mark
PROTO
((
tree
));
static
void
dfs_find_vbases
PROTO
((
tree
));
static
void
dfs_find_vbases
PROTO
((
tree
));
static
void
dfs_clear_vbase_slots
PROTO
((
tree
));
static
void
dfs_clear_vbase_slots
PROTO
((
tree
));
static
void
dfs_unmark
PROTO
((
tree
));
static
void
dfs_unmark
PROTO
((
tree
));
static
void
dfs_init_vbase_pointers
PROTO
((
tree
));
static
void
dfs_init_vbase_pointers
PROTO
((
tree
));
static
void
dfs_get_vbase_types
PROTO
((
tree
));
static
void
dfs_get_vbase_types
PROTO
((
tree
));
static
void
dfs_record_inheritance
PROTO
((
tree
));
static
void
dfs_pushdecls
PROTO
((
tree
));
static
void
dfs_pushdecls
PROTO
((
tree
));
static
void
dfs_compress_decls
PROTO
((
tree
));
static
void
dfs_compress_decls
PROTO
((
tree
));
static
void
dfs_unuse_fields
PROTO
((
tree
));
static
void
dfs_unuse_fields
PROTO
((
tree
));
...
...
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