Home
last modified time | relevance | path

Searched refs:stringval (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c498 const char * stringval; in error_print() member
620 arg[pos].u.stringval = "(2)"; in error_print()
629 arg[pos].u.stringval = "(1)"; in error_print()
657 arg[pos].u.stringval = (const char *) va_arg (argp, char *); in error_print()
714 error_string (spec[n++].u.stringval); in error_print()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc548 const char * stringval; in error_print() member
690 arg[pos].u.stringval = "(2)"; in error_print()
699 arg[pos].u.stringval = "(1)"; in error_print()
743 arg[pos].u.stringval = (const char *) va_arg (argp, char *); in error_print()
800 error_string (spec[n++].u.stringval); in error_print()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.cc1058 attr_value.val.stringval = reinterpret_cast<const char*>(pattr); in read_attributes()
1059 len = strlen(attr_value.val.stringval); in read_attributes()
1076 this->name_ = attr_value.val.stringval; in read_attributes()
1088 this->linkage_name_ = attr_value.val.stringval; in read_attributes()
1298 return attr_val->val.stringval; in string_attribute()
H A Ddwarf_reader.h494 const char* stringval; member
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.cc1058 attr_value.val.stringval = reinterpret_cast<const char*>(pattr); in read_attributes()
1059 len = strlen(attr_value.val.stringval); in read_attributes()
1076 this->name_ = attr_value.val.stringval; in read_attributes()
1088 this->linkage_name_ = attr_value.val.stringval; in read_attributes()
1298 return attr_val->val.stringval; in string_attribute()
H A Ddwarf_reader.h494 const char* stringval; member