Home
last modified time | relevance | path

Searched refs:ffebld_op_string_ (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dbld.c207 static const char *const ffebld_op_string_[] variable
3922 assert (FFEBLD_op == ARRAY_SIZE (ffebld_op_string_)); in ffebld_init_0()
4490 if (o >= ARRAY_SIZE (ffebld_op_string_)) in ffebld_op_string()
4492 return ffebld_op_string_[o]; in ffebld_op_string()
H A DChangeLog1110 * bld.c (ffebld_op_string_): Const-ification.
2723 * bld.c (ffebld_op_string_, ffebld_op_string): Likewise.