Searched refs:gcc_options (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | opts.h | 266 bool (*handler) (struct gcc_options *opts, 267 struct gcc_options *opts_set, 325 extern void init_options_struct (struct gcc_options *opts, 326 struct gcc_options *opts_set); 332 extern void decode_options (struct gcc_options *opts, 333 struct gcc_options *opts_set, 339 extern bool get_option_state (struct gcc_options *, int, 341 extern void set_option (struct gcc_options *opts, 342 struct gcc_options *opts_set, 345 extern void *option_flag_var (int opt_index, struct gcc_options *opts); [all …]
|
D | options.h | 13 struct GTY(()) gcc_options struct 15 struct gcc_options 3715 extern struct gcc_options global_options; argument 3716 extern const struct gcc_options global_options_init; 3717 extern struct gcc_options global_options_set; 3935 extern void cl_optimization_save (struct cl_optimization *, struct gcc_options *); 3938 extern void cl_optimization_restore (struct gcc_options *, struct cl_optimization *); 3944 extern void cl_target_option_save (struct cl_target_option *, struct gcc_options *); 3947 extern void cl_target_option_restore (struct gcc_options *, struct cl_target_option *); 3956 common_handle_option_auto (struct gcc_options *opts, [all …]
|
D | flags.h | 35 extern bool fast_math_flags_set_p (const struct gcc_options *);
|
D | coretypes.h | 67 struct gcc_options;
|
D | langhooks.h | 269 void (*init_options_struct) (struct gcc_options *opts);
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
D | i386-protos.h | 21 extern bool ix86_handle_option (struct gcc_options *opts, 22 struct gcc_options *opts_set ATTRIBUTE_UNUSED,
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
D | c-common.h | 809 extern void c_common_init_options_struct (struct gcc_options *);
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gccint.info | 5961 'gcc_options' structure, but these variables are also stored in the 6326 '-ffast-math'. This causes the 'gcc_options' struct to have a 27117 -- Common Target Hook: bool TARGET_HANDLE_OPTION (struct gcc_options 27118 *OPTS, struct gcc_options *OPTS_SET, const struct 27127 are the 'gcc_options' structures to be used for storing option 27215 gcc_options *OPTS) 31213 struct gcc_options *OPTS) 34941 (struct gcc_options *OPTS)
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
D | gtype.state | 25079 (!type struct 1341 nil gc_unused "gcc_options"nil
|