Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/linux/
H A D0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch9 …(.text+0x0): multiple definition of `yylloc'; dtc-lexer.lex.o (symbol from plugin):(.text+0x0): fi…
11 This is because both dtc-lexer as well as dtc-parser define the same
16 dtc-lexer.l:26:16: error: redundant redeclaration of 'yylloc' [-Werror=redundant-decls]
19 In file included from dtc-lexer.l:24:
35 scripts/dtc/dtc-lexer.l | 1 -
38 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
40 --- a/scripts/dtc/dtc-lexer.l
41 +++ b/scripts/dtc/dtc-lexer.l
/OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/
H A D0002-Remove-redundant-YYLOC-global-declaration.patch11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
/OK3568_Linux_fs/buildroot/board/olimex/a64-olinuxino/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
/OK3568_Linux_fs/buildroot/package/odb/
H A D0005-Fix-bug-in-GCC-6-input_location-translation.patch9 odb/cxx-lexer.cxx | 8 ++++++++
12 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx
14 --- a/odb/cxx-lexer.cxx
15 +++ b/odb/cxx-lexer.cxx
H A D0010-Add-initial-support-for-GCC-9.patch9 odb/cxx-lexer.cxx | 33 +++++++++++++++++++++++++++------
15 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx
17 --- a/odb/cxx-lexer.cxx
18 +++ b/odb/cxx-lexer.cxx
H A D0006-Adapt-to-changes-in-GCC-8.patch9 odb/cxx-lexer.cxx | 16 ++++++++++++++--
16 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx
18 --- a/odb/cxx-lexer.cxx
19 +++ b/odb/cxx-lexer.cxx
H A D0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch9 odb/cxx-lexer.cxx | 4 ++++
18 diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx
20 --- a/odb/cxx-lexer.cxx
21 +++ b/odb/cxx-lexer.cxx
/OK3568_Linux_fs/buildroot/board/sheevaplug/patches/uboot/
H A D0001-Remove-redundant-YYLOC-global-declaration.patch11 scripts/dtc/dtc-lexer.l | 1 -
14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16 --- a/scripts/dtc/dtc-lexer.l
17 +++ b/scripts/dtc/dtc-lexer.l
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A DMakefile8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
24 HOSTCFLAGS_dtc-lexer.lex.o := $(HOSTCFLAGS_DTC)
28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
H A D.dtc-lexer.lex.o.cmd
H A Ddtc-lexer.lex.c_shipped1 #line 2 "dtc-lexer.lex.c"
3 #line 4 "dtc-lexer.lex.c"
605 #line 1 "dtc-lexer.l"
629 #line 37 "dtc-lexer.l"
659 #line 661 "dtc-lexer.lex.c"
881 #line 69 "dtc-lexer.l"
883 #line 885 "dtc-lexer.lex.c"
940 #line 70 "dtc-lexer.l"
950 #line 76 "dtc-lexer.l"
984 #line 105 "dtc-lexer.l"
[all …]
H A D.gitignore2 /dtc-lexer.lex.c
H A DMakefile.dtc17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
H A D.dtc.cmd
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-mako/
H A DCVE-2022-40023.patch6 Fixed issue in lexer where the regexp used to match tags would not
21 mako/lexer.py | 12 ++++++++----
30 + :tags: bug, lexer
33 + Fixed issue in lexer where the regexp used to match tags would not
39 --- Mako-1.1.6.orig/mako/lexer.py
40 +++ Mako-1.1.6/mako/lexer.py
/OK3568_Linux_fs/yocto/poky/bitbake/lib/ply/
H A Dyacc.py195 self.lexer = None
259 def parse(self,input=None,lexer=None,debug=0,tracking=0,tokenfunc=None): argument
263 return self.parsedebug(input,lexer,debug,tracking,tokenfunc)
265 return self.parseopt(input,lexer,debug,tracking,tokenfunc)
267 return self.parseopt_notrack(input,lexer,debug,tracking,tokenfunc)
284 def parsedebug(self,input=None,lexer=None,debug=None,tracking=0,tokenfunc=None): argument
298 if not lexer:
300 lexer = lex.lexer
303 pslice.lexer = lexer
308 lexer.input(input)
[all …]
H A Dlex.py344 tok.lexer = self # Set additional attributes useful in token rules
381 tok.lexer = self
862 global lexer
897 lexer = lexobj
996 lexer = lexobj
1010 def runmain(lexer=None,data=None): argument
1021 if lexer:
1022 _input = lexer.input
1026 if lexer:
1027 _token = lexer.token
/OK3568_Linux_fs/kernel/scripts/dtc/
H A DMakefile9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
29 HOSTCFLAGS_dtc-lexer.lex.o := -I $(srctree)/$(src)
33 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/re2c/
H A Dre2c_3.0.bb2lexer generator for C, C++ and Go. It compiles regular expressions to determinisitic finite automa…
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0006-malloc-Use-overflow-checking-primitives-where-we-do-.patch56 grub-core/script/lexer.c | 21 ++++++++++++--
1176 diff --git a/grub-core/script/lexer.c b/grub-core/script/lexer.c
1178 --- a/grub-core/script/lexer.c
1179 +++ b/grub-core/script/lexer.c
1189 old = lexer->recording;
1190 if (lexer->recordlen < len)
1191 lexer->recordlen = len;
1192 - lexer->recordlen *= 2;
1194 + if (grub_mul (lexer->recordlen, 2, &lexer->recordlen))
1197 lexer->recording = grub_realloc (lexer->recording, lexer->recordlen);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/
H A D__init__.py219 lexer = lexers.get_lexer_for_filename(filename, stripnl=False)
221 return highlight(contents, lexer, formatter)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/
H A D__init__.py219 lexer = lexers.get_lexer_for_filename(filename, stripnl=False)
221 return highlight(contents, lexer, formatter)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py671 lexer = pyshlex.PLYLexer()
672 remaining = lexer.add(input, eof)
673 if lexer.is_empty():
677 return yacc.parse(lexer=lexer, debug=debug), remaining
/OK3568_Linux_fs/kernel/scripts/
H A Dspdxcheck.py88 self.lexer = lex.lex(module = self, reflags = re.UNICODE)
165 self.parser.parse(expr, lexer = self.lexer)
/OK3568_Linux_fs/kernel/
H A D.gitignore76 scripts/dtc/dtc-lexer.lex.c
88 scripts/kconfig/lexer.lex.c

12