Searched refs:bind_name (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Ddecl.c8539 char bind_name[GFC_MAX_SYMBOL_LEN + 16]; /* Allow space for OPERATOR(...). */ local
8576 it for future error messages into bind_name. */
8590 snprintf (bind_name, sizeof (bind_name), "%s", name);
8594 snprintf (bind_name, sizeof (bind_name), "OPERATOR(.%s.)", name);
8598 snprintf (bind_name, sizeof (bind_name), "OPERATOR(%s)",
8658 bind_name, block->name);
8665 " defined binding %qs", bind_name);
[all...]

Completed in 49 milliseconds