diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2023-07-03 12:44:54 -0400 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2024-01-16 18:49:32 +0100 |
commit | fc0aa04839ebb8ca014b3ca3ca20b248c18f1073 (patch) | |
tree | 9b362c125ac2c507100373bb913dfc203fb51d4b /gcc/testsuite/rust/compile/break-rust2.rs | |
parent | 2a53f37997ea9d11e9d25d989d254d53614a883b (diff) | |
download | gcc-fc0aa04839ebb8ca014b3ca3ca20b248c18f1073.zip gcc-fc0aa04839ebb8ca014b3ca3ca20b248c18f1073.tar.gz gcc-fc0aa04839ebb8ca014b3ca3ca20b248c18f1073.tar.bz2 |
gccrs: Reduce Linemap/Gcc_linemap abstraction
This should help work towards the removal of Linemap/Gcc_linemap.
gcc/rust/ChangeLog:
* rust-linemap.cc
(Gcc_linemap::get_unknown_location): Remove.
(Gcc_linemap::get_predeclared_location): Remove.
(Gcc_linemap::is_predeclared): Remove.
(Gcc_linemap::is_unknown): Remove.
* rust-linemap.h
(Linemap::get_predeclared_location): Remove.
(Linemap::get_unknown_location): Remove.
(Linemap::is_predeclared): Remove.
(Linemap::is_unknown): Remove.
(Linemap::predeclared_location): Use BUILTINS_LOCATION.
(Linemap::unknown_location): Use UNKNOWN_LOCATION.
(Linemap::is_predeclared_location): Remove.
(Linemap::is_unknown_location): Remove.
Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
Diffstat (limited to 'gcc/testsuite/rust/compile/break-rust2.rs')
0 files changed, 0 insertions, 0 deletions