/freebsd/sbin/ipf/ipftest/ |
H A D | Makefile | 48 ipnat_l.c: lexer.c 54 ipnat_l.h: lexer.h 71 ippool_l.c: lexer.c 77 ippool_l.h: lexer.h 94 ipf_l.c: lexer.c 100 ipf_l.h: lexer.h
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 151 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in findSemiAfterLocation() local 155 lexer.LexFromRawLexer(tok); in findSemiAfterLocation() 399 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in rewritePropertyAttribute() local 403 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 405 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 409 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 417 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 433 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 441 lexer.LexFromRawLexer(tok); in rewritePropertyAttribute() 480 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in addPropertyAttribute() local [all …]
|
/freebsd/usr.bin/bmake/tests/variables/modifier_M/ |
H A D | expected.stdout.1 | 1 all files: main.c globals.h util.c util.h map.c map.h parser.y lexer.l cmdman.1 format.5 4 grammar and lexer: parser.y lexer.l
|
H A D | Makefile.test | 8 parser.y lexer.l \
|
/freebsd/sbin/ipf/ippool/ |
H A D | Makefile | 20 ippool_l.c: lexer.c 26 ippool_l.h: lexer.h
|
/freebsd/sbin/ipf/ipnat/ |
H A D | Makefile | 23 ipnat_l.c: lexer.c 29 ipnat_l.h: lexer.h
|
/freebsd/sbin/ipf/ipmon/ |
H A D | Makefile | 22 ipmon_l.c: lexer.c 28 ipmon_l.h: lexer.h
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TokenKinds.def | 879 // The lexer produces these so that they only take effect when the parser 884 // The lexer produces these so that they only take effect when the parser 889 // The lexer produces these so that they only take effect when the parser 894 // The lexer produces these so that they only take effect when the parser 899 // The lexer produces these so that the parser and semantic analysis can 904 // The lexer produces these so that they only take effect when the parser 909 // The lexer produces these so that they only take effect when the parser 914 // The lexer produces these so that they only take effect when the parser 919 // The lexer produces these so that they only take effect when the parser 924 // The lexer produces these so that they only take effect when the parser [all …]
|
/freebsd/sbin/ipf/ipf/ |
H A D | Makefile | 21 ipf_l.c: lexer.c 27 ipf_l.h: lexer.h
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | Makefile | 9 SRCS= hcsecd.c lexer.l parser.y
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | Makefile | 7 SRCS= bthidd.c btuinput.c client.c hid.c kbd.c lexer.l parser.y \
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | Makefile | 8 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
|
/freebsd/usr.sbin/rrenumd/ |
H A D | Makefile | 18 SRCS= rrenumd.c parser.y lexer.l
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/ |
H A D | Makefile | 34 lexer \
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCTypeEncodingParser.cpp | 367 StringLexer lexer(name); in RealizeType() local 368 clang::QualType qual_type = BuildType(ast_ctx, lexer, for_expression); in RealizeType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 770 clang::Lexer lexer(clang::SourceLocation(), GetLangOptions(), m_text.data(), in ExtractTokens() local 774 for (lexer.LexFromRawLexer(token); !token.is(clang::tok::eof); in ExtractTokens() 775 lexer.LexFromRawLexer(token)) { in ExtractTokens()
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.solaris.md | 26 developer/lexer/flex
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 99 The lexer must assign text position of 390 * No more lexer feedback hack. In yacc grammars for C, a 391 standard hack, know as the "lexer feedback hack" is used 392 to find typedef names. The lexer uses semantic 395 btyacc, you no longer need to do this; the lexer should
|
H A D | btyaccpar.skel | 69 YYLTYPE yylloc; /* position from the lexer */ 195 YYLTYPE yylloc; /* position from the lexer */
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 157 lexer
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 398 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), options, in getSpelling() local 401 lexer.LexFromRawLexer(token); in getSpelling() 1346 Lexer lexer(SM.getLocForStartOfFile(LocInfo.first), LangOpts, File.begin(), in findNextToken() local 1350 lexer.LexFromRawLexer(Tok); in findNextToken()
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 68 cddl/usr.sbin/dtrace/tests/common/lexer \
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 3403 yyscan_t lexer; 3404 yylex_init(&lexer); 3405 yylex( lexer ); 3406 yylex_destroy( lexer);
|
/freebsd/contrib/ncurses/doc/ |
H A D | hackguide.doc | 442 lexical analyzer (in comp_scan.c). The lexer chooses its mode (termcap 444 lexer does all the work of recognizing capability names and values;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 321 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute() local 326 lexer.LexFromRawLexer(Tok); in LocPropertyAttribute()
|