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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dtype-kinds.exp30 set kind_string " (kind=$type_kind)"
32 set kind_string ""
34 set type_string "${base_type}${kind_string}"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dtype-kinds.exp30 set kind_string " (kind=$type_kind)"
32 set kind_string ""
34 set type_string "${base_type}${kind_string}"
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.cc423 const char *kind_string; local
446 kind_string = IDENTIFIER_POINTER (x);
447 if (strcmp (kind_string, "default") == 0)
449 else if (strcmp (kind_string, "big") == 0)
451 else if (strcmp (kind_string, "little") == 0)
783 const char *kind_string = IDENTIFIER_POINTER (x); local
784 if (strcmp (kind_string, "error") == 0)
786 else if (strcmp (kind_string, "warning") == 0)
788 else if (strcmp (kind_string, "ignored") == 0)
790 else if (strcmp (kind_string, "pus
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.c416 const char *kind_string; local
438 kind_string = IDENTIFIER_POINTER (x);
439 if (strcmp (kind_string, "default") == 0)
441 else if (strcmp (kind_string, "big") == 0)
443 else if (strcmp (kind_string, "little") == 0)
773 const char *kind_string = IDENTIFIER_POINTER (x); local
774 if (strcmp (kind_string, "error") == 0)
776 else if (strcmp (kind_string, "warning") == 0)
778 else if (strcmp (kind_string, "ignored") == 0)
780 else if (strcmp (kind_string, "pus
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-relation.cc53 static const char *kind_string[VREL_COUNT] = variable
62 fprintf (f, " %s ", kind_string[rel - VREL_FIRST]);

Completed in 136 milliseconds