Searched refs:string_constant (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | expr.h | 521 extern tree string_constant (tree, tree *);
|
| H A D | builtins.c | 379 src = string_constant (src, &offset_node); in c_strlen() 441 src = string_constant (src, &offset_node); in c_getstr()
|
| H A D | expr.c | 8873 string_constant (tree arg, tree *ptr_offset) in string_constant() function
|
| H A D | fold-const.c | 12924 string = string_constant (exp1, &index); in fold_read_from_constant_string()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expr.h | 511 extern tree string_constant PARAMS ((tree, tree *));
|
| H A D | builtins.c | 244 src = string_constant (src, &offset_node); 307 src = string_constant (src, &offset_node);
|
| H A D | expr.c | 7197 tree string = string_constant (exp1, &index); 9575 string_constant (arg, ptr_offset) in string_constant() function
|
| H A D | ChangeLog.2 | 6652 (extern_list, string_constant, mips_fill_delay_slot, 12617 (string_constant): No longer static. 12624 (expand_builtin, string_constant): Declare functions.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.c | 378 struct string_constant struct 380 struct string_constant *next; argument 384 static struct string_constant *string_constants; argument 1758 struct string_constant *l; 1785 struct string_constant *l; 7864 struct string_constant *next; 8864 struct string_constant *n; 8866 n = (struct string_constant *) xmalloc (sizeof *n);
|