Searched defs:gcc_target (Results 1 – 2 of 2) sorted by relevance
72 struct gcc_target struct75 struct asm_out215 } asm_out;218 struct sched369 } sched;372 struct vectorize378 } vectorize;381 int default_target_flags;388 bool (* handle_option) (size_t code, const char *arg, int value);391 enum machine_mode (* eh_return_filter_mode) (void);[all …]
47 struct gcc_target struct50 struct asm_out143 } asm_out;146 struct sched218 } sched;228 const struct attribute_spec *attribute_table;233 int (* comp_type_attributes) PARAMS ((tree type1, tree type2));236 void (* set_default_type_attributes) PARAMS ((tree type));239 void (* insert_attributes) PARAMS ((tree decl, tree *attributes));243 bool (* function_attribute_inlinable_p) PARAMS ((tree fndecl));[all …]