Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c384 static struct string_constant *string_constants; variable
1763 for (l = string_constants; l != NULL; l = l->next)
1790 for (l = string_constants; l != NULL; l = l->next)
7862 while (string_constants != NULL)
7866 next = string_constants->next;
7867 free (string_constants);
7868 string_constants = next;
8868 n->next = string_constants;
8869 string_constants = n;