HomeSort by relevance Sort by last modified time
    Searched full:lex (Results 126 - 150 of 747) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toy.ml 15 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 17 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/mesa3d/
Makefile.am 76 src/glsl/glcpp/glcpp-lex.c \
85 src/mesa/program/lex.yy.c \
98 $(MAKE) -C src/glsl/glcpp glcpp-lex.c glcpp-parse.c glcpp-parse.h
99 $(MAKE) -C src/mesa program/lex.yy.c program/program_parse.tab.c program/program_parse.tab.h
  /external/mesa3d/src/mesa/
Android.gen.mk 39 program/lex.yy.c \
74 @echo "Mesa Lex: $(PRIVATE_MODULE) <= $<"
75 $(hide) $(LEX) -o$@ $<
109 $(intermediates)/program/lex.yy.c: $(LOCAL_PATH)/program/program_lexer.l
  /frameworks/compile/slang/
slang_rs_export_element.h 22 #include "clang/Lex/Token.h"
  /ndk/sources/host-tools/make-3.81/
default.c 28 your system (gcc/bison/flex vs cc/yacc/lex). */
169 "$(LEX.l) $< \n rename lexyy.c $@",
242 "@$(RM) $*.c\n $(LEX.l) $< > $*.c\n$(LINT.c) -i $*.c -o $@\n $(RM) $*.c",
251 "@$(RM) $@ \n $(LEX.l) $< > $@",
258 /* This might actually make lex.yy.c if there's no %R%
262 "$(LEX.l) $< > $@ \n mv -f lex.yy.r $@",
345 "LEX", "lex",
379 "LEX.l", "$(LEX) $(LFLAGS)"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
lex.go 5 // Package lex implements lexical analysis for the assembler.
6 package lex
68 // instruction from the current lex line.)
93 // A TokenReader is like a reader, but returns lex tokens of type Token. It also can tell you what
slice.go 5 package lex
  /prebuilts/go/darwin-x86/src/cmd/yacc/testdata/expr/
expr.y 98 // The parser uses the type <prefix>Lex as a lexer. It must provide
99 // the methods Lex(*<prefix>SymType) int and Error(string).
107 func (x *exprLex) Lex(yylval *exprSymType) int {
132 // Lex a number.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
lex.go 5 // Package lex implements lexical analysis for the assembler.
6 package lex
68 // instruction from the current lex line.)
93 // A TokenReader is like a reader, but returns lex tokens of type Token. It also can tell you what
slice.go 5 package lex
  /prebuilts/go/linux-x86/src/cmd/yacc/testdata/expr/
expr.y 98 // The parser uses the type <prefix>Lex as a lexer. It must provide
99 // the methods Lex(*<prefix>SymType) int and Error(string).
107 func (x *exprLex) Lex(yylval *exprSymType) int {
132 // Lex a number.
  /external/llvm/docs/tutorial/
OCamlLangImpl1.rst 178 driven by a function named ``Lexer.lex``. The ``Lexer.lex`` function is
190 let rec lex = parser
192 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
194 ``Lexer.lex`` works by recursing over a ``char Stream.t`` to read
200 The next thing ``Lexer.lex`` needs to do is recognize identifiers and
218 | [< stream=lex >] ->
240 | [< stream=lex >] ->
259 | [< ' ('\n'); stream=lex >] -> stream
272 [< 'Token.Kwd c; lex stream >
    [all...]
  /external/svox/pico/lib/
picowa.c 66 /* lex knowledge base */
67 picoklex_Lex lex; member in struct:wa_subobj
105 /* kb lex */
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
107 if (wa->lex == NULL) {
111 PICODBG_DEBUG(("got lex"));
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
309 ensured for user lex too */
344 /* set lex pos in info1 *
    [all...]
  /external/iproute2/tc/
Makefile 3 emp_ematch.yacc.o emp_ematch.lex.o
121 LEX := flex
169 %.lex.c: %.l
170 $(LEX) $(LEXFLAGS) -o$@ $<
175 emp_ematch.lex.o: emp_ematch.yacc.c
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 529 Parser.Lex();
545 Parser.Lex();
550 Parser.Lex();
554 Parser.Lex();
561 Parser.Lex();
568 Parser.Lex();
679 Lex();
683 Lex();
689 Lex();
730 Lex();
    [all...]
  /external/bison/build-aux/
missing 82 flex create 'lex.yy.c', if possible, from existing .c
84 lex create 'lex.yy.c', if possible, from existing .c
119 lex*|yacc*)
240 lex*|flex*)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if test ! -f lex.yy.c; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/c-ares/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/cmockery/cmockery_0_1_2/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/google-tv-pairing-protocol/cpp/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
  /external/libcap-ng/libcap-ng-0.7/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
  /external/libevent/
missing 82 flex create 'lex.yy.c', if possible, from existing .c
84 lex create 'lex.yy.c', if possible, from existing .c
119 lex*|yacc*)
240 lex*|flex*)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if test ! -f lex.yy.c; then
259 echo 'main() { return 0; }' >lex.yy.c
  /external/libexif/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
  /external/libmtp/
missing 83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
121 lex*|yacc*)
251 lex*|flex*)
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
  /external/libogg/
missing 82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c

Completed in 949 milliseconds

1 2 3 4 56 7 8 91011>>