OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eh_landing_pad
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
except.h
182
typedef struct eh_landing_pad_d *
eh_landing_pad
;
typedef in typeref:struct:eh_landing_pad_d
200
vec<
eh_landing_pad
, va_gc> *lp_array;
227
extern void remove_eh_landing_pad (
eh_landing_pad
);
260
extern
eh_landing_pad
gen_eh_landing_pad (eh_region);
264
extern
eh_landing_pad
get_eh_landing_pad_from_number_fn (struct function*,int);
265
extern
eh_landing_pad
get_eh_landing_pad_from_number (int);
282
extern
eh_landing_pad
get_eh_landing_pad_from_rtx (const_rtx);
/src/external/gpl3/gcc.old/dist/gcc/
except.h
182
typedef struct eh_landing_pad_d *
eh_landing_pad
;
typedef in typeref:struct:eh_landing_pad_d
200
vec<
eh_landing_pad
, va_gc> *lp_array;
227
extern void remove_eh_landing_pad (
eh_landing_pad
);
260
extern
eh_landing_pad
gen_eh_landing_pad (eh_region);
264
extern
eh_landing_pad
get_eh_landing_pad_from_number_fn (struct function*,int);
265
extern
eh_landing_pad
get_eh_landing_pad_from_number (int);
282
extern
eh_landing_pad
get_eh_landing_pad_from_rtx (const_rtx);
Completed in 26 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026