Home
last modified time | relevance | path

Searched defs:gcc_target (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h72 struct gcc_target struct
75 struct asm_out
215 } asm_out;
218 struct sched
369 } sched;
372 struct vectorize
378 } 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 …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtarget.h47 struct gcc_target struct
50 struct asm_out
143 } asm_out;
146 struct sched
218 } 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 …]