OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SYNTAX_ERROR
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h
227
#define
SYNTAX_ERROR
(parser, ...) \
298
SYNTAX_ERROR
(parser, "Impossibly large input, exceeds %zu bytes", size);
351
SYNTAX_ERROR
(parser, "Missing closing quote");
423
#undef
SYNTAX_ERROR
424
#define
SYNTAX_ERROR
(parser, token, ...) \
473
SYNTAX_ERROR
(parser, token, "Missing closing brace");
482
SYNTAX_ERROR
(parser, token, "Nested opening brace");
488
SYNTAX_ERROR
(parser, token, "Missing opening brace");
533
#undef
SYNTAX_ERROR
541
#define
SYNTAX_ERROR
(parser, token, ...)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-c.cc
53
#define
SYNTAX_ERROR
(gmsgid) do { \
67
SYNTAX_ERROR
("missing open paren");
69
SYNTAX_ERROR
("missing number");
71
SYNTAX_ERROR
("missing close paren");
74
SYNTAX_ERROR
("number must be 0 or 1");
/src/external/gpl3/gcc/dist/libcpp/
expr.cc
73
#define
SYNTAX_ERROR
(msgid) \
74
do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto
syntax_error
; } while(0)
76
do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto
syntax_error
; } \
79
do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid); goto
syntax_error
; } \
82
do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid, arg); goto
syntax_error
; } \
916
syntax_error
:
1474
goto
syntax_error
;
1526
syntax_error
:
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-c.cc
53
#define
SYNTAX_ERROR
(gmsgid) do { \
67
SYNTAX_ERROR
("missing open paren");
69
SYNTAX_ERROR
("missing number");
71
SYNTAX_ERROR
("missing close paren");
74
SYNTAX_ERROR
("number must be 0 or 1");
/src/external/gpl3/gcc.old/dist/libcpp/
expr.cc
73
#define
SYNTAX_ERROR
(msgid) \
74
do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto
syntax_error
; } while(0)
76
do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto
syntax_error
; } \
79
do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid); goto
syntax_error
; } \
82
do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid, arg); goto
syntax_error
; } \
858
syntax_error
:
1416
goto
syntax_error
;
1468
syntax_error
:
Completed in 21 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026