Home
last modified time | relevance | path

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

12

/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dlex_test.c186 ISC_RUN_TEST_IMPL(lex_string) {
347 ISC_TEST_ENTRY(lex_string)
188 ISC_RUN_TEST_IMPL(lex_string) ISC_RUN_TEST_IMPL() argument
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlex.h187 extern const char *lex_string;
H A Dldmain.c404 lex_string = s; in main()
409 lex_string = NULL; in main()
H A Dldlex.l48 const char *lex_string = NULL; variable
H A Dlexsup.c875 lex_string = optarg; in parse_args()
879 lex_string = NULL; in parse_args()
H A Dldlex.c1378 const char *lex_string = NULL; variable
H A 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
/netbsd-src/usr.bin/xlint/lint1/
H A Dscan.l113 "\"" return lex_string();
H A Dexterns1.h407 int lex_string(void);
H A Dlex.c1370 lex_string(void) in getsym()
1251 lex_string(void) lex_string() function
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlex.h200 extern const char *lex_string;
H A Dldmain.c408 lex_string = s; in main()
413 lex_string = NULL; in main()
H A Dldlex.l48 const char *lex_string = NULL; variable
H A Dlexsup.c909 lex_string = optarg; in parse_args()
913 lex_string = NULL; in parse_args()
H A Dldlex.c1393 const char *lex_string = NULL; variable
H A 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
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.cc51 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool);
593 type = lex_string (tok, value, true, true); in c_lex_with_flags()
704 type = lex_string (tok, value, false, in c_lex_with_flags()
1271 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
H A DChangeLog3521 * c-lex.c (lex_string): Use char8_array_type_node as the type of
6772 * c-lex.c (lex_string): When concatenating strings, capture the
10040 (lex_string): Likewise.
12454 * c-lex.c (lex_string): Check that each string in an Objective-C
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c50 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool);
540 type = lex_string (tok, value, true, true); in c_lex_with_flags()
647 type = lex_string (tok, value, false, in c_lex_with_flags()
1203 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
/netbsd-src/tests/usr.bin/indent/
H A DMakefile22 FILES+= lex_string.c
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
1984 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function
2829 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
2869 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
2977 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
2600 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function
3664 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
3704 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
3812 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
H A DChangeLog284 (lex_string): Likewise.
318 (lex_string): Likewise.
1045 (lex_string): Adjust lex_raw_string call.
1942 (lex_raw_string, lex_string): Use is_macro_not_literal_suffix to
2066 * lex.c (lex_string): When checking for a valid macro for the
3118 * lex.c (lex_string(), _cpp_lex_direct()): Include CPP_UTF8CHAR tokens.
3409 * lex.c (lex_string): Add -Wc++11-compat warning.
3464 and let lex_string take them.
3816 if skipping. (lex_string ()): Ditto.
4027 * lex.c (lex_raw_string(), lex_string()): Constrain suffixes treated
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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.
H A DChangeLog-20076130 (lex_string): Added 'translate' argument.
8828 * c-lex.c (cb_ident, lex_string): Likewise,
11747 * c-lex.c (cb_ident, lex_string): Likewise.
14045 * c-lex.c (c_lex_with_flags, lex_string): Constify.

12