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
0cbd7506
Commit
0cbd7506
authored
Jun 15, 2005
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Canonicalize whitespace.
From-SVN: r100965
parent
cbcabe5b
Show whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
33 additions
and
17 deletions
+33
-17
gcc/cp/ChangeLog
+0
-0
gcc/cp/ChangeLog-1999
+0
-0
gcc/cp/ChangeLog-2003
+0
-0
gcc/cp/ChangeLog-2004
+0
-0
gcc/cp/ChangeLog.tree-ssa
+0
-0
gcc/cp/Make-lang.in
+0
-0
gcc/cp/NEWS
+0
-0
gcc/cp/call.c
+0
-0
gcc/cp/class.c
+0
-0
gcc/cp/cp-gimplify.c
+0
-0
gcc/cp/cp-objcp-common.c
+0
-0
gcc/cp/cp-tree.def
+0
-0
gcc/cp/cp-tree.h
+32
-16
gcc/cp/cvt.c
+0
-0
gcc/cp/cxx-pretty-print.c
+0
-0
gcc/cp/cxx-pretty-print.h
+0
-0
gcc/cp/decl.c
+0
-0
gcc/cp/decl2.c
+0
-0
gcc/cp/dump.c
+0
-0
gcc/cp/error.c
+0
-0
gcc/cp/except.c
+0
-0
gcc/cp/friend.c
+0
-0
gcc/cp/init.c
+0
-0
gcc/cp/lang-specs.h
+0
-0
gcc/cp/lex.c
+0
-0
gcc/cp/mangle.c
+1
-1
gcc/cp/method.c
+0
-0
gcc/cp/name-lookup.c
+0
-0
gcc/cp/name-lookup.h
+0
-0
gcc/cp/parser.c
+0
-0
gcc/cp/pt.c
+0
-0
gcc/cp/rtti.c
+0
-0
gcc/cp/search.c
+0
-0
gcc/cp/semantics.c
+0
-0
gcc/cp/tree.c
+0
-0
gcc/cp/typeck.c
+0
-0
gcc/cp/typeck2.c
+0
-0
No files found.
gcc/cp/ChangeLog
View file @
0cbd7506
gcc/cp/ChangeLog-1999
View file @
0cbd7506
gcc/cp/ChangeLog-2003
View file @
0cbd7506
gcc/cp/ChangeLog-2004
View file @
0cbd7506
gcc/cp/ChangeLog.tree-ssa
View file @
0cbd7506
gcc/cp/Make-lang.in
View file @
0cbd7506
gcc/cp/NEWS
View file @
0cbd7506
gcc/cp/call.c
View file @
0cbd7506
gcc/cp/class.c
View file @
0cbd7506
gcc/cp/cp-gimplify.c
View file @
0cbd7506
gcc/cp/cp-objcp-common.c
View file @
0cbd7506
gcc/cp/cp-tree.def
View file @
0cbd7506
gcc/cp/cp-tree.h
View file @
0cbd7506
...
@@ -3672,14 +3672,15 @@ extern void validate_conversion_obstack (void);
...
@@ -3672,14 +3672,15 @@ extern void validate_conversion_obstack (void);
#endif
/* ENABLE_CHECKING */
#endif
/* ENABLE_CHECKING */
/* in class.c */
/* in class.c */
extern
tree
build_base_path
(
enum
tree_code
,
tree
,
tree
,
int
);
extern
tree
build_base_path
(
enum
tree_code
,
tree
,
tree
,
int
);
extern
tree
convert_to_base
(
tree
,
tree
,
bool
,
bool
);
extern
tree
convert_to_base
(
tree
,
tree
,
bool
,
bool
);
extern
tree
convert_to_base_statically
(
tree
,
tree
);
extern
tree
convert_to_base_statically
(
tree
,
tree
);
extern
tree
build_vtbl_ref
(
tree
,
tree
);
extern
tree
build_vtbl_ref
(
tree
,
tree
);
extern
tree
build_vfn_ref
(
tree
,
tree
);
extern
tree
build_vfn_ref
(
tree
,
tree
);
extern
tree
get_vtable_decl
(
tree
,
int
);
extern
tree
get_vtable_decl
(
tree
,
int
);
extern
void
resort_type_method_vec
extern
void
resort_type_method_vec
(
void
*
,
void
*
,
(
void
*
,
void
*
,
gt_pointer_operator
,
void
*
);
gt_pointer_operator
,
void
*
);
extern
void
add_method
(
tree
,
tree
,
tree
);
extern
void
add_method
(
tree
,
tree
,
tree
);
extern
int
currently_open_class
(
tree
);
extern
int
currently_open_class
(
tree
);
extern
tree
currently_open_derived_class
(
tree
);
extern
tree
currently_open_derived_class
(
tree
);
...
@@ -3825,7 +3826,8 @@ extern tree cp_fname_init (const char *, tree *);
...
@@ -3825,7 +3826,8 @@ extern tree cp_fname_init (const char *, tree *);
extern
tree
builtin_function
(
const
char
*
name
,
tree
type
,
extern
tree
builtin_function
(
const
char
*
name
,
tree
type
,
int
code
,
int
code
,
enum
built_in_class
cl
,
enum
built_in_class
cl
,
const
char
*
libname
,
tree
attrs
);
const
char
*
libname
,
tree
attrs
);
extern
tree
check_elaborated_type_specifier
(
enum
tag_types
,
tree
,
bool
);
extern
tree
check_elaborated_type_specifier
(
enum
tag_types
,
tree
,
bool
);
extern
void
warn_extern_redeclared_static
(
tree
,
tree
);
extern
void
warn_extern_redeclared_static
(
tree
,
tree
);
extern
const
char
*
cxx_comdat_group
(
tree
);
extern
const
char
*
cxx_comdat_group
(
tree
);
...
@@ -3840,13 +3842,17 @@ extern bool check_java_method (tree);
...
@@ -3840,13 +3842,17 @@ extern bool check_java_method (tree);
extern
cp_cv_quals
grok_method_quals
(
tree
,
tree
,
cp_cv_quals
);
extern
cp_cv_quals
grok_method_quals
(
tree
,
tree
,
cp_cv_quals
);
extern
void
maybe_retrofit_in_chrg
(
tree
);
extern
void
maybe_retrofit_in_chrg
(
tree
);
extern
void
maybe_make_one_only
(
tree
);
extern
void
maybe_make_one_only
(
tree
);
extern
void
grokclassfn
(
tree
,
tree
,
enum
overload_flags
,
cp_cv_quals
);
extern
void
grokclassfn
(
tree
,
tree
,
enum
overload_flags
,
cp_cv_quals
);
extern
tree
grok_array_decl
(
tree
,
tree
);
extern
tree
grok_array_decl
(
tree
,
tree
);
extern
tree
delete_sanity
(
tree
,
tree
,
bool
,
int
);
extern
tree
delete_sanity
(
tree
,
tree
,
bool
,
int
);
extern
tree
check_classfn
(
tree
,
tree
,
tree
);
extern
tree
check_classfn
(
tree
,
tree
,
tree
);
extern
void
check_member_template
(
tree
);
extern
void
check_member_template
(
tree
);
extern
tree
grokfield
(
const
cp_declarator
*
,
cp_decl_specifier_seq
*
,
tree
,
tree
,
tree
);
extern
tree
grokfield
(
const
cp_declarator
*
,
cp_decl_specifier_seq
*
,
extern
tree
grokbitfield
(
const
cp_declarator
*
,
cp_decl_specifier_seq
*
,
tree
);
tree
,
tree
,
tree
);
extern
tree
grokbitfield
(
const
cp_declarator
*
,
cp_decl_specifier_seq
*
,
tree
);
extern
void
cplus_decl_attributes
(
tree
*
,
tree
,
int
);
extern
void
cplus_decl_attributes
(
tree
*
,
tree
,
int
);
extern
void
finish_anon_union
(
tree
);
extern
void
finish_anon_union
(
tree
);
extern
void
cp_finish_file
(
void
);
extern
void
cp_finish_file
(
void
);
...
@@ -3914,9 +3920,12 @@ extern tree build_offset_ref (tree, tree, bool);
...
@@ -3914,9 +3920,12 @@ extern tree build_offset_ref (tree, tree, bool);
extern
tree
build_new
(
tree
,
tree
,
tree
,
tree
,
int
);
extern
tree
build_new
(
tree
,
tree
,
tree
,
tree
,
int
);
extern
tree
build_vec_init
(
tree
,
tree
,
tree
,
int
);
extern
tree
build_vec_init
(
tree
,
tree
,
tree
,
int
);
extern
tree
build_x_delete
(
tree
,
int
,
tree
);
extern
tree
build_x_delete
(
tree
,
int
,
tree
);
extern
tree
build_delete
(
tree
,
tree
,
special_function_kind
,
int
,
int
);
extern
tree
build_delete
(
tree
,
tree
,
special_function_kind
,
int
,
int
);
extern
void
push_base_cleanups
(
void
);
extern
void
push_base_cleanups
(
void
);
extern
tree
build_vec_delete
(
tree
,
tree
,
special_function_kind
,
int
);
extern
tree
build_vec_delete
(
tree
,
tree
,
special_function_kind
,
int
);
extern
tree
create_temporary_var
(
tree
);
extern
tree
create_temporary_var
(
tree
);
extern
void
initialize_vtbl_ptrs
(
tree
);
extern
void
initialize_vtbl_ptrs
(
tree
);
extern
tree
build_java_class_ref
(
tree
);
extern
tree
build_java_class_ref
(
tree
);
...
@@ -3945,8 +3954,10 @@ extern tree make_thunk (tree, bool, tree, tree);
...
@@ -3945,8 +3954,10 @@ extern tree make_thunk (tree, bool, tree, tree);
extern
void
finish_thunk
(
tree
);
extern
void
finish_thunk
(
tree
);
extern
void
use_thunk
(
tree
,
bool
);
extern
void
use_thunk
(
tree
,
bool
);
extern
void
synthesize_method
(
tree
);
extern
void
synthesize_method
(
tree
);
extern
tree
implicitly_declare_fn
(
special_function_kind
,
tree
,
bool
);
extern
tree
implicitly_declare_fn
(
special_function_kind
,
extern
tree
lazily_declare_fn
(
special_function_kind
,
tree
);
tree
,
bool
);
extern
tree
lazily_declare_fn
(
special_function_kind
,
tree
);
extern
tree
skip_artificial_parms_for
(
tree
,
tree
);
extern
tree
skip_artificial_parms_for
(
tree
,
tree
);
extern
tree
make_alias_for
(
tree
,
tree
);
extern
tree
make_alias_for
(
tree
,
tree
);
...
@@ -3973,13 +3984,15 @@ extern tree current_template_args (void);
...
@@ -3973,13 +3984,15 @@ extern tree current_template_args (void);
extern
tree
push_template_decl
(
tree
);
extern
tree
push_template_decl
(
tree
);
extern
tree
push_template_decl_real
(
tree
,
int
);
extern
tree
push_template_decl_real
(
tree
,
int
);
extern
void
redeclare_class_template
(
tree
,
tree
);
extern
void
redeclare_class_template
(
tree
,
tree
);
extern
tree
lookup_template_class
(
tree
,
tree
,
tree
,
tree
,
int
,
tsubst_flags_t
);
extern
tree
lookup_template_class
(
tree
,
tree
,
tree
,
tree
,
int
,
tsubst_flags_t
);
extern
tree
lookup_template_function
(
tree
,
tree
);
extern
tree
lookup_template_function
(
tree
,
tree
);
extern
int
uses_template_parms
(
tree
);
extern
int
uses_template_parms
(
tree
);
extern
int
uses_template_parms_level
(
tree
,
int
);
extern
int
uses_template_parms_level
(
tree
,
int
);
extern
tree
instantiate_class_template
(
tree
);
extern
tree
instantiate_class_template
(
tree
);
extern
tree
instantiate_template
(
tree
,
tree
,
tsubst_flags_t
);
extern
tree
instantiate_template
(
tree
,
tree
,
tsubst_flags_t
);
extern
int
fn_type_unification
(
tree
,
tree
,
tree
,
tree
,
tree
,
unification_kind_t
);
extern
int
fn_type_unification
(
tree
,
tree
,
tree
,
tree
,
tree
,
unification_kind_t
);
extern
void
mark_decl_instantiated
(
tree
,
int
);
extern
void
mark_decl_instantiated
(
tree
,
int
);
extern
int
more_specialized_fn
(
tree
,
tree
,
int
);
extern
int
more_specialized_fn
(
tree
,
tree
,
int
);
extern
void
mark_class_instantiated
(
tree
,
int
);
extern
void
mark_class_instantiated
(
tree
,
int
);
...
@@ -3999,7 +4012,8 @@ extern tree most_specialized_instantiation (tree);
...
@@ -3999,7 +4012,8 @@ extern tree most_specialized_instantiation (tree);
extern
void
print_candidates
(
tree
);
extern
void
print_candidates
(
tree
);
extern
void
instantiate_pending_templates
(
int
);
extern
void
instantiate_pending_templates
(
int
);
extern
tree
tsubst_default_argument
(
tree
,
tree
,
tree
);
extern
tree
tsubst_default_argument
(
tree
,
tree
,
tree
);
extern
tree
tsubst_copy_and_build
(
tree
,
tree
,
tsubst_flags_t
,
tree
,
bool
);
extern
tree
tsubst_copy_and_build
(
tree
,
tree
,
tsubst_flags_t
,
tree
,
bool
);
extern
tree
most_general_template
(
tree
);
extern
tree
most_general_template
(
tree
);
extern
tree
get_mostly_instantiated_function_type
(
tree
);
extern
tree
get_mostly_instantiated_function_type
(
tree
);
extern
int
problematic_instantiation_changed
(
void
);
extern
int
problematic_instantiation_changed
(
void
);
...
@@ -4042,7 +4056,8 @@ extern bool emit_tinfo_decl (tree);
...
@@ -4042,7 +4056,8 @@ extern bool emit_tinfo_decl (tree);
/* in search.c */
/* in search.c */
extern
bool
accessible_base_p
(
tree
,
tree
,
bool
);
extern
bool
accessible_base_p
(
tree
,
tree
,
bool
);
extern
tree
lookup_base
(
tree
,
tree
,
base_access
,
base_kind
*
);
extern
tree
lookup_base
(
tree
,
tree
,
base_access
,
base_kind
*
);
extern
tree
dcast_base_hint
(
tree
,
tree
);
extern
tree
dcast_base_hint
(
tree
,
tree
);
extern
int
accessible_p
(
tree
,
tree
,
bool
);
extern
int
accessible_p
(
tree
,
tree
,
bool
);
extern
tree
lookup_field_1
(
tree
,
tree
,
bool
);
extern
tree
lookup_field_1
(
tree
,
tree
,
bool
);
...
@@ -4288,7 +4303,8 @@ extern tree build_const_cast (tree, tree);
...
@@ -4288,7 +4303,8 @@ extern tree build_const_cast (tree, tree);
extern
tree
build_c_cast
(
tree
,
tree
);
extern
tree
build_c_cast
(
tree
,
tree
);
extern
tree
build_x_modify_expr
(
tree
,
enum
tree_code
,
tree
);
extern
tree
build_x_modify_expr
(
tree
,
enum
tree_code
,
tree
);
extern
tree
build_modify_expr
(
tree
,
enum
tree_code
,
tree
);
extern
tree
build_modify_expr
(
tree
,
enum
tree_code
,
tree
);
extern
tree
convert_for_initialization
(
tree
,
tree
,
tree
,
int
,
const
char
*
,
tree
,
int
);
extern
tree
convert_for_initialization
(
tree
,
tree
,
tree
,
int
,
const
char
*
,
tree
,
int
);
extern
int
comp_ptr_ttypes
(
tree
,
tree
);
extern
int
comp_ptr_ttypes
(
tree
,
tree
);
extern
int
ptr_reasonably_similar
(
tree
,
tree
);
extern
int
ptr_reasonably_similar
(
tree
,
tree
);
extern
tree
build_ptrmemfunc
(
tree
,
tree
,
int
,
bool
);
extern
tree
build_ptrmemfunc
(
tree
,
tree
,
int
,
bool
);
...
...
gcc/cp/cvt.c
View file @
0cbd7506
gcc/cp/cxx-pretty-print.c
View file @
0cbd7506
gcc/cp/cxx-pretty-print.h
View file @
0cbd7506
gcc/cp/decl.c
View file @
0cbd7506
gcc/cp/decl2.c
View file @
0cbd7506
gcc/cp/dump.c
View file @
0cbd7506
gcc/cp/error.c
View file @
0cbd7506
gcc/cp/except.c
View file @
0cbd7506
gcc/cp/friend.c
View file @
0cbd7506
gcc/cp/init.c
View file @
0cbd7506
gcc/cp/lang-specs.h
View file @
0cbd7506
gcc/cp/lex.c
View file @
0cbd7506
gcc/cp/mangle.c
View file @
0cbd7506
...
@@ -254,7 +254,7 @@ static void write_java_integer_type_codes (const tree);
...
@@ -254,7 +254,7 @@ static void write_java_integer_type_codes (const tree);
(TREE_CODE (NODE1) == TREE_LIST \
(TREE_CODE (NODE1) == TREE_LIST \
&& TREE_CODE (NODE2) == TREE_LIST \
&& TREE_CODE (NODE2) == TREE_LIST \
&& ((TYPE_P (TREE_PURPOSE (NODE1)) \
&& ((TYPE_P (TREE_PURPOSE (NODE1)) \
&& same_type_p (TREE_PURPOSE (NODE1), TREE_PURPOSE (NODE2)))
\
&& same_type_p (TREE_PURPOSE (NODE1), TREE_PURPOSE (NODE2)))
\
|| TREE_PURPOSE (NODE1) == TREE_PURPOSE (NODE2)) \
|| TREE_PURPOSE (NODE1) == TREE_PURPOSE (NODE2)) \
&& TREE_VALUE (NODE1) == TREE_VALUE (NODE2))
&& TREE_VALUE (NODE1) == TREE_VALUE (NODE2))
...
...
gcc/cp/method.c
View file @
0cbd7506
gcc/cp/name-lookup.c
View file @
0cbd7506
gcc/cp/name-lookup.h
View file @
0cbd7506
gcc/cp/parser.c
View file @
0cbd7506
gcc/cp/pt.c
View file @
0cbd7506
gcc/cp/rtti.c
View file @
0cbd7506
gcc/cp/search.c
View file @
0cbd7506
gcc/cp/semantics.c
View file @
0cbd7506
gcc/cp/tree.c
View file @
0cbd7506
gcc/cp/typeck.c
View file @
0cbd7506
gcc/cp/typeck2.c
View file @
0cbd7506
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