OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:this_target_reload
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
reload.h
196
extern struct target_reload *
this_target_reload
;
198
#define
this_target_reload
(&default_target_reload)
macro
202
(
this_target_reload
->x_indirect_symref_ok)
204
(
this_target_reload
->x_double_reg_address_ok)
206
(
this_target_reload
->x_caller_save_initialized_p)
reload1.cc
84
struct target_reload *
this_target_reload
= &default_target_reload;
88
(
this_target_reload
->x_spill_indirect_levels)
83
struct target_reload *
this_target_reload
= &default_target_reload;
variable in typeref:struct:target_reload
/src/external/gpl3/gcc.old/dist/gcc/
reload.h
196
extern struct target_reload *
this_target_reload
;
198
#define
this_target_reload
(&default_target_reload)
macro
202
(
this_target_reload
->x_indirect_symref_ok)
204
(
this_target_reload
->x_double_reg_address_ok)
206
(
this_target_reload
->x_caller_save_initialized_p)
reload1.cc
84
struct target_reload *
this_target_reload
= &default_target_reload;
88
(
this_target_reload
->x_spill_indirect_levels)
83
struct target_reload *
this_target_reload
= &default_target_reload;
variable in typeref:struct:target_reload
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026