Home
last modified time | relevance | path

Searched refs:yylex (Results 151 – 175 of 8512) sorted by relevance

12345678910>>...341

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/execute/
H A D20000818-1.c11 int yylex (void);
16 int ch = yylex (); in main()
21 int yylex (void) in yylex() function
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/execute/
H A D20000818-1.c11 int yylex (void);
16 int ch = yylex (); in main()
21 int yylex (void) in yylex() function
/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dgcc-torture-execute-20000818-1.c22 int yylex (void);
27 int ch = yylex (); in testTortureExecute()
32 int yylex (void) in yylex() function
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dcode_error.code.c23 #ifndef yylex
24 #define yylex error_lex macro
105 int yylex(void);
131 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
132 # define YYLEX yylex(YYLEX_PARAM)
134 # define YYLEX_DECL() yylex(void)
135 # define YYLEX yylex()
222 yylex(void) in yylex() function
H A Derror.tab.c23 #ifndef yylex
24 #define yylex error_lex macro
103 int yylex(void);
127 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
128 # define YYLEX yylex(YYLEX_PARAM)
130 # define YYLEX_DECL() yylex(void)
131 # define YYLEX yylex()
240 yylex(void) in yylex() function
H A Derr_syntax20.tab.c23 #ifndef yylex
24 #define yylex err_syntax20_lex macro
103 int yylex(void);
121 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
122 # define YYLEX yylex(YYLEX_PARAM)
124 # define YYLEX_DECL() yylex(void)
125 # define YYLEX yylex()
238 yylex(void) in yylex() function
H A Derr_syntax12.tab.c23 #ifndef yylex
24 #define yylex err_syntax12_lex macro
103 int yylex(void);
127 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
128 # define YYLEX yylex(YYLEX_PARAM)
130 # define YYLEX_DECL() yylex(void)
131 # define YYLEX yylex()
246 yylex(void) in yylex() function
H A Derr_syntax10.tab.c23 #ifndef yylex
24 #define yylex err_syntax10_lex macro
103 int yylex(void);
121 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
122 # define YYLEX yylex(YYLEX_PARAM)
124 # define YYLEX_DECL() yylex(void)
125 # define YYLEX yylex()
234 yylex(void) in yylex() function
H A Derr_syntax11.tab.c23 #ifndef yylex
24 #define yylex err_syntax11_lex macro
103 int yylex(void);
127 # define YYLEX_DECL() yylex(void *YYLEX_PARAM)
128 # define YYLEX yylex(YYLEX_PARAM)
130 # define YYLEX_DECL() yylex(void)
131 # define YYLEX yylex()
240 yylex(void) in yylex() function
/dports/devel/qbs/qbs-src-1.21.0/src/plugins/scanner/cpp/
H A Dcppscanner.cpp136 static void scanCppFile(void *opaq, CPlusPlus::Lexer &yylex, bool scanForFileTags, in scanCppFile() argument
152 yylex(&tk); in scanCppFile()
156 yylex(&tk); in scanCppFile()
161 yylex.setScanAngleStringLiteralTokens(true); in scanCppFile()
162 yylex(&tk); in scanCppFile()
163 yylex.setScanAngleStringLiteralTokens(false); in scanCppFile()
200 yylex(&tk); in scanCppFile()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/include/
H A DFlexLexer.h66 virtual int yylex() = 0;
69 int yylex( istream* new_in, ostream* new_out = 0 )
72 return yylex();
114 virtual int yylex();
/dports/devel/qjson/qjson-0.9.0/src/
H A Djson_scanner.h41 int yylex(YYSTYPE *yylval, yy::location *yylloc, QJson::ParserPrivate* driver);
52 int yylex(YYSTYPE* yylval, yy::location *yylloc);
53 int yylex();
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/io/
H A DFlexLexer.hpp125 virtual int yylex() = 0;
128 int yylex( istream* new_in, ostream* new_out = 0 ) in yylex() function in FlexLexer
131 return yylex(); in yylex()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/timberio/go-datemath/
H A Ddatemath.y.go329 func yyParse(yylex yyLexer) int {
330 return yyNewParser().Parse(yylex)
333 func (yyrcvr *yyParserImpl) Parse(yylex yyLexer) int {
381 yyrcvr.char, yytoken = yylex1(yylex, &yyrcvr.lval)
404 yyrcvr.char, yytoken = yylex1(yylex, &yyrcvr.lval)
430 yylex.Error(yyErrorMessage(yystate, yytoken))
512 yylex.(*lexerWrapper).expression = yyDollar[1].expression
643 yylex.Error(fmt.Sprintf("month out of bounds %d", yyVAL.month))
659 yylex.Error(fmt.Sprintf("hours out of bounds %d", yyVAL.i))
668 yylex.Error(fmt.Sprintf("minutes out of bounds %d", yyVAL.i))
[all …]
/dports/textproc/reflex/reflex-20210808/
H A DFlexLexer.h69 virtual int yylex() = 0;
72 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
75 return yylex();
117 virtual int yylex();
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/
H A DFlexLexer.h68 virtual int yylex() = 0;
71 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
74 return yylex();
116 virtual int yylex();
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/
H A DFlexLexer.h68 virtual int yylex() = 0;
71 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
74 return yylex();
116 virtual int yylex();
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimFlexLexer.h69 virtual int yylex() = 0;
72 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
75 return yylex();
117 virtual int yylex();
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DFlexLexer.h68 virtual int yylex() = 0;
71 int yylex( std::istream* new_in, std::ostream* new_out = 0 )
74 return yylex();
118 virtual int yylex();
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.c4887 tok = yylex(); in read_sql_construct()
4982 tok = yylex(); in read_datatype()
4994 tok = yylex(); in read_datatype()
5018 tok = yylex(); in read_datatype()
5042 tok = yylex(); in read_datatype()
5247 tok = yylex(); in read_fetch_direction()
5358 tok = yylex(); in complete_direction()
5620 tok = yylex(); in read_into_target()
5945 tok = yylex(); in read_cursor_args()
5995 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.c4894 tok = yylex(); in read_sql_construct()
4989 tok = yylex(); in read_datatype()
5001 tok = yylex(); in read_datatype()
5025 tok = yylex(); in read_datatype()
5049 tok = yylex(); in read_datatype()
5254 tok = yylex(); in read_fetch_direction()
5365 tok = yylex(); in complete_direction()
5627 tok = yylex(); in read_into_target()
5952 tok = yylex(); in read_cursor_args()
6002 yylex(); in read_cursor_args()
[all …]

12345678910>>...341