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
8230f5e2
Commit
8230f5e2
authored
Dec 22, 2000
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops
From-SVN: r38465
parent
c939ca5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/cp/cp-tree.h
+3
-3
No files found.
gcc/cp/cp-tree.h
View file @
8230f5e2
...
...
@@ -4187,10 +4187,10 @@ extern int uses_template_parms PARAMS ((tree));
extern
tree
instantiate_class_template
PARAMS
((
tree
));
extern
tree
instantiate_template
PARAMS
((
tree
,
tree
));
extern
void
overload_template_name
PARAMS
((
tree
));
extern
int
fn_type_unification
PARAMS
((
tree
,
tree
,
tree
,
tree
,
tree
,
unification_kind_t
));
extern
int
fn_type_unification
PARAMS
((
tree
,
tree
,
tree
,
tree
,
tree
,
unification_kind_t
,
int
));
extern
tree
tinst_for_decl
PARAMS
((
void
));
extern
void
mark_decl_instantiated
PARAMS
((
tree
,
int
));
extern
int
more_specialized
PARAMS
((
tree
,
tree
,
tree
));
extern
int
more_specialized
PARAMS
((
tree
,
tree
,
int
));
extern
void
mark_class_instantiated
PARAMS
((
tree
,
int
));
extern
void
do_decl_instantiation
PARAMS
((
tree
,
tree
,
tree
));
extern
void
do_type_instantiation
PARAMS
((
tree
,
tree
,
int
));
...
...
@@ -4206,7 +4206,7 @@ extern int is_specialization_of PARAMS ((tree, tree));
extern
int
comp_template_args
PARAMS
((
tree
,
tree
));
extern
void
maybe_process_partial_specialization
PARAMS
((
tree
));
extern
void
maybe_check_template_type
PARAMS
((
tree
));
extern
tree
most_specialized_instantiation
PARAMS
((
tree
,
tree
));
extern
tree
most_specialized_instantiation
PARAMS
((
tree
));
extern
void
print_candidates
PARAMS
((
tree
));
extern
int
instantiate_pending_templates
PARAMS
((
void
));
extern
tree
tsubst_default_argument
PARAMS
((
tree
,
tree
,
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