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
cec57f72
Commit
cec57f72
authored
Jun 13, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtti.c: Remove PARAMS.
From-SVN: r67898
parent
3af0187c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
21 deletions
+23
-21
gcc/cp/ChangeLog
+2
-0
gcc/cp/rtti.c
+21
-21
No files found.
gcc/cp/ChangeLog
View file @
cec57f72
2003
-
06
-
13
Nathanael
Nerode
<
neroden
@
gcc.gnu.org
>
2003
-
06
-
13
Nathanael
Nerode
<
neroden
@
gcc.gnu.org
>
*
rtti.c
:
Remove
PARAMS.
*
typeck2.c
:
Convert
to
ISO
C.
*
typeck2.c
:
Convert
to
ISO
C.
2003
-
06
-
12
Mark
Mitchell
<
mark
@
codesourcery.com
>
2003
-
06
-
12
Mark
Mitchell
<
mark
@
codesourcery.com
>
...
...
gcc/cp/rtti.c
View file @
cec57f72
...
@@ -76,31 +76,31 @@ Boston, MA 02111-1307, USA. */
...
@@ -76,31 +76,31 @@ Boston, MA 02111-1307, USA. */
/* A varray of all tinfo decls that haven't yet been emitted. */
/* A varray of all tinfo decls that haven't yet been emitted. */
varray_type
unemitted_tinfo_decls
;
varray_type
unemitted_tinfo_decls
;
static
tree
build_headof
PARAMS
((
tree
)
);
static
tree
build_headof
(
tree
);
static
tree
ifnonnull
PARAMS
((
tree
,
tree
)
);
static
tree
ifnonnull
(
tree
,
tree
);
static
tree
tinfo_name
PARAMS
((
tree
)
);
static
tree
tinfo_name
(
tree
);
static
tree
build_dynamic_cast_1
PARAMS
((
tree
,
tree
)
);
static
tree
build_dynamic_cast_1
(
tree
,
tree
);
static
tree
throw_bad_cast
PARAMS
((
void
)
);
static
tree
throw_bad_cast
(
void
);
static
tree
throw_bad_typeid
PARAMS
((
void
)
);
static
tree
throw_bad_typeid
(
void
);
static
tree
get_tinfo_decl_dynamic
PARAMS
((
tree
)
);
static
tree
get_tinfo_decl_dynamic
(
tree
);
static
tree
get_tinfo_ptr
PARAMS
((
tree
)
);
static
tree
get_tinfo_ptr
(
tree
);
static
bool
typeid_ok_p
PARAMS
((
void
)
);
static
bool
typeid_ok_p
(
void
);
static
int
qualifier_flags
PARAMS
((
tree
)
);
static
int
qualifier_flags
(
tree
);
static
bool
target_incomplete_p
(
tree
);
static
bool
target_incomplete_p
(
tree
);
static
tree
tinfo_base_init
PARAMS
((
tree
,
tree
)
);
static
tree
tinfo_base_init
(
tree
,
tree
);
static
tree
generic_initializer
PARAMS
((
tree
,
tree
)
);
static
tree
generic_initializer
(
tree
,
tree
);
static
tree
ptr_initializer
(
tree
,
tree
,
bool
*
);
static
tree
ptr_initializer
(
tree
,
tree
,
bool
*
);
static
tree
ptm_initializer
(
tree
,
tree
,
bool
*
);
static
tree
ptm_initializer
(
tree
,
tree
,
bool
*
);
static
tree
dfs_class_hint_mark
PARAMS
((
tree
,
void
*
)
);
static
tree
dfs_class_hint_mark
(
tree
,
void
*
);
static
tree
dfs_class_hint_unmark
PARAMS
((
tree
,
void
*
)
);
static
tree
dfs_class_hint_unmark
(
tree
,
void
*
);
static
int
class_hint_flags
PARAMS
((
tree
)
);
static
int
class_hint_flags
(
tree
);
static
tree
class_initializer
PARAMS
((
tree
,
tree
,
tree
)
);
static
tree
class_initializer
(
tree
,
tree
,
tree
);
static
tree
create_pseudo_type_info
PARAMS
((
const
char
*
,
int
,
...)
);
static
tree
create_pseudo_type_info
(
const
char
*
,
int
,
...
);
static
tree
get_pseudo_ti_init
PARAMS
((
tree
,
tree
,
bool
*
)
);
static
tree
get_pseudo_ti_init
(
tree
,
tree
,
bool
*
);
static
tree
get_pseudo_ti_desc
PARAMS
((
tree
)
);
static
tree
get_pseudo_ti_desc
(
tree
);
static
void
create_tinfo_types
PARAMS
((
void
)
);
static
void
create_tinfo_types
(
void
);
static
bool
typeinfo_in_lib_p
(
tree
);
static
bool
typeinfo_in_lib_p
(
tree
);
static
bool
unemitted_tinfo_decl_p
PARAMS
((
tree
)
);
static
bool
unemitted_tinfo_decl_p
(
tree
);
static
int
doing_runtime
=
0
;
static
int
doing_runtime
=
0
;
...
...
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