| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | opts.h | 278 bool (*handler) (struct gcc_options *opts, 279 struct gcc_options *opts_set, 345 extern void init_options_struct (struct gcc_options *opts, 346 struct gcc_options *opts_set); 354 extern void decode_options (struct gcc_options *opts, 355 struct gcc_options *opts_set, 363 extern bool get_option_state (struct gcc_options *, int, 365 extern void set_option (struct gcc_options *opts, 366 struct gcc_options *opts_set, 369 extern void *option_flag_var (int opt_index, struct gcc_options *opts); [all …]
|
| H A D | options.h | 13 struct GTY(()) gcc_options struct 15 struct gcc_options 7284 extern struct gcc_options global_options; argument 7285 extern const struct gcc_options global_options_init; 7286 extern struct gcc_options global_options_set; 7775 extern void cl_optimization_save (struct cl_optimization *, struct gcc_options *); 7778 extern void cl_optimization_restore (struct gcc_options *, struct cl_optimization *); 7787 extern void cl_target_option_save (struct cl_target_option *, struct gcc_options *); 7790 extern void cl_target_option_restore (struct gcc_options *, struct cl_target_option *); 7819 common_handle_option_auto (struct gcc_options *opts, [all …]
|
| H A D | hooks.h | 29 extern bool hook_bool_bool_gcc_optionsp_false (bool, struct gcc_options *); 91 extern void hook_void_gcc_optionsp (struct gcc_options *);
|
| H A D | flags.h | 32 extern bool fast_math_flags_set_p (const struct gcc_options *);
|
| H A D | coretypes.h | 148 struct gcc_options;
|
| H A D | langhooks.h | 343 void (*init_options_struct) (struct gcc_options *opts);
|
| H A D | tree.h | 3275 extern tree build_optimization_node (struct gcc_options *opts); 3284 extern tree build_target_option_node (struct gcc_options *opts);
|
| H A D | target.def | 6371 options from the @code{struct gcc_options} structure.\n\ 6373 void, (struct cl_target_option *ptr, struct gcc_options *opts), NULL) 6381 function-specific options to the @code{struct gcc_options} structure.", 6382 void, (struct gcc_options *opts, struct cl_target_option *ptr), NULL)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | opts.h | 278 bool (*handler) (struct gcc_options *opts, 279 struct gcc_options *opts_set, 345 extern void init_options_struct (struct gcc_options *opts, 346 struct gcc_options *opts_set); 354 extern void decode_options (struct gcc_options *opts, 355 struct gcc_options *opts_set, 363 extern bool get_option_state (struct gcc_options *, int, 365 extern void set_option (struct gcc_options *opts, 366 struct gcc_options *opts_set, 369 extern void *option_flag_var (int opt_index, struct gcc_options *opts); [all …]
|
| H A D | options.h | 13 struct GTY(()) gcc_options struct 15 struct gcc_options 7238 extern struct gcc_options global_options; argument 7239 extern const struct gcc_options global_options_init; 7240 extern struct gcc_options global_options_set; 7718 extern void cl_optimization_save (struct cl_optimization *, struct gcc_options *); 7721 extern void cl_optimization_restore (struct gcc_options *, struct cl_optimization *); 7730 extern void cl_target_option_save (struct cl_target_option *, struct gcc_options *); 7733 extern void cl_target_option_restore (struct gcc_options *, struct cl_target_option *); 7762 common_handle_option_auto (struct gcc_options *opts, [all …]
|
| H A D | hooks.h | 29 extern bool hook_bool_bool_gcc_optionsp_false (bool, struct gcc_options *); 91 extern void hook_void_gcc_optionsp (struct gcc_options *);
|
| H A D | flags.h | 32 extern bool fast_math_flags_set_p (const struct gcc_options *);
|
| H A D | coretypes.h | 148 struct gcc_options;
|
| H A D | langhooks.h | 343 void (*init_options_struct) (struct gcc_options *opts);
|
| H A D | tree.h | 3275 extern tree build_optimization_node (struct gcc_options *opts); 3284 extern tree build_target_option_node (struct gcc_options *opts);
|
| H A D | target.def | 6371 options from the @code{struct gcc_options} structure.\n\ 6373 void, (struct cl_target_option *ptr, struct gcc_options *opts), NULL) 6381 function-specific options to the @code{struct gcc_options} structure.", 6382 void, (struct gcc_options *opts, struct cl_target_option *ptr), NULL)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | arm-protos.h | 27 extern enum unwind_info_type arm_except_unwind_info (struct gcc_options *); 241 extern tree arm_valid_target_attribute_tree (tree, struct gcc_options *, 242 struct gcc_options *); 245 struct gcc_options *, bool);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64-protos.h | 715 void aarch64_override_options_internal (struct gcc_options *); 767 bool aarch64_handle_option (struct gcc_options *, struct gcc_options *,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/c-family/ |
| H A D | c-common.h | 921 extern void c_common_init_options_struct (struct gcc_options *);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/c-family/ |
| H A D | c-common.h | 921 extern void c_common_init_options_struct (struct gcc_options *);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0001-CVE-2021-42574.patch | 1570 @@ -2573,6 +2573,10 @@ common_handle_option (struct gcc_options
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 6787 'gcc_options' structure, but these variables are also stored in the 7200 '-ffast-math'. This causes the 'gcc_options' struct to have a 31502 -- Common Target Hook: bool TARGET_HANDLE_OPTION (struct gcc_options 31503 *OPTS, struct gcc_options *OPTS_SET, const struct 31512 are the 'gcc_options' structures to be used for storing option 31600 gcc_options *OPTS) 35777 struct gcc_options *OPTS) 40091 (struct gcc_options *OPTS) 40948 struct gcc_options *OPTS) 40951 function-specific options from the 'struct gcc_options' structure. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 6787 'gcc_options' structure, but these variables are also stored in the 7200 '-ffast-math'. This causes the 'gcc_options' struct to have a 31502 -- Common Target Hook: bool TARGET_HANDLE_OPTION (struct gcc_options 31503 *OPTS, struct gcc_options *OPTS_SET, const struct 31512 are the 'gcc_options' structures to be used for storing option 31600 gcc_options *OPTS) 35777 struct gcc_options *OPTS) 40091 (struct gcc_options *OPTS) 40948 struct gcc_options *OPTS) 40951 function-specific options from the 'struct gcc_options' structure. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 17334 (!type struct 841 nil gc_unused "gcc_options"nil
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 17368 (!type struct 843 nil gc_unused "gcc_options"nil
|