Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/ld/
Dldlex.h40 extern const char *lex_string;
Dldmisc.c241 fprintf (fp, "--defsym %s", lex_string); in vfinfo()
Dldmain.c386 lex_string = s; in main()
391 lex_string = NULL; in main()
Dlexsup.c763 lex_string = optarg; in parse_args()
769 lex_string = NULL; in parse_args()
Dldlex.l53 const char *lex_string = NULL; variable
DChangeLog-91972879 * ldlex.h (lex_string): Declare.
2880 * ldlex.l (lex_string): Define.
2882 (parse_args): In OPTION_DEFSYM case, set lex_string before calling
2885 * ldmain.c (main): Set lex_string before calling lex_redirect, and
/freebsd-9-stable/contrib/gcc/
Dc-lex.c68 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool);
404 type = lex_string (tok, value, true); in c_lex_with_flags()
459 type = lex_string (tok, value, false); in c_lex_with_flags()
722 lex_string (const cpp_token *tok, tree *valp, bool objc_string) in lex_string() function
DChangeLog-200315660 (cb_ident): Use cpp_interpret_string, not lex_string.
15663 Adjust calls to lex_string. Don't write *value twice.
15664 (lex_string): Now handles string constant concatenation.
25435 (lex_string): Take cpp_string with full spelling.
25440 (lex_string): Unterminated literals have type CPP_OTHER.
25441 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
26005 lex_number and lex_string, and simplify.
DChangeLog-20047612 (lex_string): Replace logic with switch statement, eat padding
14877 * c-lex.c (c_lex_with_flags, lex_string): Likewise.
29729 (lex_string): Convert string without translation in the -1
40310 (lex_string): Use to determine string translation.
DChangeLog-200223139 * c-lex.c (lex_string): Let cpp_parse_escape handles truncation
24503 * c-lex.c (lex_string): Lex and copy multibyte strings
28785 (lex_string): Use unsigned char pointers.
DChangeLog-20008662 * c-lex.c (lex_string): Use charwidth to compute bytemask.
9479 (lex_number, lex_string, lex_charconst): Break out of c_lex
DChangeLog-20017161 (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
22038 (lex_string): Use cpp_parse_escape.
DChangeLog-200515850 * c-lex.c (lex_string): Use XOBFINISH.
17647 (lex_string): Likewise.
/freebsd-9-stable/contrib/gcclibs/libcpp/
Dlex.c56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
620 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function
984 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
1018 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
1074 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
DChangeLog42 * lex.c (lex_string): Pedwarn for unterminated literals.