Home
last modified time | relevance | path

Searched refs:lexer (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sbin/ipf/ipftest/
H A DMakefile48 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 DTransforms.cpp151 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 Dexpected.stdout.11 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 DMakefile.test8 parser.y lexer.l \
/freebsd/sbin/ipf/ippool/
H A DMakefile20 ippool_l.c: lexer.c
26 ippool_l.h: lexer.h
/freebsd/sbin/ipf/ipnat/
H A DMakefile23 ipnat_l.c: lexer.c
29 ipnat_l.h: lexer.h
/freebsd/sbin/ipf/ipmon/
H A DMakefile22 ipmon_l.c: lexer.c
28 ipmon_l.h: lexer.h
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def879 // 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 DMakefile21 ipf_l.c: lexer.c
27 ipf_l.h: lexer.h
/freebsd/usr.sbin/bluetooth/hcsecd/
H A DMakefile9 SRCS= hcsecd.c lexer.l parser.y
/freebsd/usr.sbin/bluetooth/bthidd/
H A DMakefile7 SRCS= bthidd.c btuinput.c client.c hid.c kbd.c lexer.l parser.y \
/freebsd/usr.sbin/bluetooth/bthidcontrol/
H A DMakefile8 SRCS= bthidcontrol.c hid.c lexer.l parser.y sdp.c
/freebsd/usr.sbin/rrenumd/
H A DMakefile18 SRCS= rrenumd.c parser.y lexer.l
/freebsd/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile34 lexer \
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp367 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 DCPlusPlusNameParser.cpp770 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 DREADME.solaris.md26 developer/lexer/flex
/freebsd/contrib/byacc/
H A DREADME.BTYACC99 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 Dbtyaccpar.skel69 YYLTYPE yylloc; /* position from the lexer */
195 YYLTYPE yylloc; /* position from the lexer */
/freebsd/etc/mtree/
H A DBSD.tests.dist157 lexer
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp398 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 DMakefile.depend68 cddl/usr.sbin/dtrace/tests/common/lexer \
/freebsd/contrib/flex/src/
H A Dflex.skl3403 yyscan_t lexer;
3404 yylex_init(&lexer);
3405 yylex( lexer );
3406 yylex_destroy( lexer);
/freebsd/contrib/ncurses/doc/
H A Dhackguide.doc442 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 DSemaObjCProperty.cpp321 Lexer lexer(SM.getLocForStartOfFile(locInfo.first), in LocPropertyAttribute() local
326 lexer.LexFromRawLexer(Tok); in LocPropertyAttribute()

12