OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rust_lex_exception_test
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c
2206
rust_lex_exception_test
(rust_parser *parser, const char *input,
2346
rust_lex_exception_test
(&parser, "'z", "Unterminated character literal");
2347
rust_lex_exception_test
(&parser, "b'\\x0'", "Not enough hex digits seen");
2348
rust_lex_exception_test
(&parser, "b'\\u{0}'",
2350
rust_lex_exception_test
(&parser, "'\\x0'", "Not enough hex digits seen");
2351
rust_lex_exception_test
(&parser, "'\\u0'", "Missing '{' in Unicode escape");
2352
rust_lex_exception_test
(&parser, "'\\u{0", "Missing '}' in Unicode escape");
2353
rust_lex_exception_test
(&parser, "'\\u{0000007}", "Overlong hex escape");
2354
rust_lex_exception_test
(&parser, "'\\u{}", "Not enough hex digits seen");
2355
rust_lex_exception_test
(&parser, "'\\Q'", "Invalid escape \\Q in literal")
2203
rust_lex_exception_test
(rust_parser *parser, const char *input,
function
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
rust-parse.c
2216
rust_lex_exception_test
(rust_parser *parser, const char *input,
2356
rust_lex_exception_test
(&parser, "'z", "Unterminated character literal");
2357
rust_lex_exception_test
(&parser, "b'\\x0'", "Not enough hex digits seen");
2358
rust_lex_exception_test
(&parser, "b'\\u{0}'",
2360
rust_lex_exception_test
(&parser, "'\\x0'", "Not enough hex digits seen");
2361
rust_lex_exception_test
(&parser, "'\\u0'", "Missing '{' in Unicode escape");
2362
rust_lex_exception_test
(&parser, "'\\u{0", "Missing '}' in Unicode escape");
2363
rust_lex_exception_test
(&parser, "'\\u{0000007}", "Overlong hex escape");
2364
rust_lex_exception_test
(&parser, "'\\u{}", "Not enough hex digits seen");
2365
rust_lex_exception_test
(&parser, "'\\Q'", "Invalid escape \\Q in literal")
2213
rust_lex_exception_test
(rust_parser *parser, const char *input,
function
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026