Lines Matching defs:string
85 * In this state, the node is of type D string. The string type is really
119 char yyintsuffix[4]; /* int token suffix string [uU][lL] */
182 case DT_TOK_STRING: return ("<string>");
202 break; /* empty string or single token remaining */
216 * Copy the original string up to the start of this
426 (void) snprintf(buf, len, "string constant \"%s\"",
993 return (1); /* promote char pointer to string */
998 return (1); /* promote char array to string */
1012 return (0); /* string are pass-by-ref but act like structs */
1165 return (1); /* string types are compatible */
1284 dt_node_string(char *string)
1289 if (string == NULL)
1294 dnp->dn_string = string;
1867 * If sizeof is applied to a type_name or string constant, we can
2628 * a new identifier if the string is not found. This function is either
2651 * the string that specifies the scope using an explicit module name.
4634 * will not contain e.g. $$1, but rather the substituted string.