HomeSort by relevance Sort by last modified time
    Searched refs:lex (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/javassist/src/main/javassist/compiler/
Parser.java 21 private Lex lex; field in class:Parser
23 public Parser(Lex lex) {
24 this.lex = lex;
27 public boolean hasMore() { return lex.lookAhead() >= 0; }
46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') {
53 if (lex.get() != Identifier
    [all...]
CompileError.java 22 private Lex lex; field in class:CompileError
25 public CompileError(String s, Lex l) {
27 lex = l;
32 lex = null;
43 public Lex getLex() { return lex; }
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 49 ESR_ReturnCode LA_Analyze(LexicalAnalyzer *lex, LCHAR *script)
51 if (lex == NULL || script == NULL)
58 lex->nextToken = lex->script = script;
62 ESR_ReturnCode LA_Free(LexicalAnalyzer *lex)
64 if (lex == NULL)
69 FREE(lex);
74 ESR_ReturnCode LA_nextToken(LexicalAnalyzer *lex, LCHAR *tokenBuf, size_t* tokenLen)
79 while (LISSPACE(*lex->nextToken))
80 ++lex->nextToken
    [all...]
  /external/bison/doc/
common.x 2 .BR lex (1),
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Lexer.h 20 virtual void lex(Token *token) = 0;
Preprocessor.h 41 void lex(Token *token);
  /external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/Android.mk
19 test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp
23 test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
50 | [< ' ('\n'); stream=lex >] -> stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
55 | [< ' ('\n'); stream=lex >] -> stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
57 | [< ' ('\n'); stream=lex >] -> stream
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
lexer.ml 5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
58 | [< ' ('\n'); stream=lex >] -> stream
  /external/clang/include/clang/AST/
CommentBriefParser.h 40 L.lex(Tok);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
space_test.cpp 20 mPreprocessor.lex(&token);
89 mPreprocessor.lex(&token);
94 mPreprocessor.lex(&token);
98 mPreprocessor.lex(&token);
102 mPreprocessor.lex(&token);
PreprocessorTest.cpp 19 mPreprocessor.lex(&token);
comment_test.cpp 22 mPreprocessor.lex(&token);
52 mPreprocessor.lex(&token);
68 mPreprocessor.lex(&token);
  /external/checkpolicy/
Makefile 17 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \
24 GENERATED=lex.yy.c y.tab.c y.tab.h
39 lex.yy.o: lex.yy.c
45 lex.yy.c: policy_scan.l y.tab.c
46 $(LEX) policy_scan.l
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Main.java 7 LangLexer lex = new LangLexer(input); local
8 CommonTokenStream tokens = new CommonTokenStream(lex);
  /external/libpcap/
runlex.sh 5 # Script to run Lex/Flex.
7 # means that neither Flex nor Lex was found, so we report an error and
18 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
21 LEX="$1"
25 # Check whether we have Lex or Flex.
27 if [ -z "${LEX}" ]
29 echo "Neither lex nor flex was found" 1>&2
35 # embed complete knowledge of what options are supported by Lex/Flex.
38 outfile=lex.yy.c
68 # Is it Lex, or is it Flex
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptScanner.h 19 mcld::ScriptScanner::lex(mcld::ScriptParser::semantic_type* yylval, \
40 virtual ScriptParser::token_type lex(ScriptParser::semantic_type* yylval,
  /external/llvm/utils/lit/lit/
ShUtil.py 62 # Otherwise, lex the operator and convert to a redirection
132 lex_one_token - Lex a single 'sh' token. """
162 def lex(self): member in class:ShLexer
175 self.tokens = ShLexer(data, win32Escapes = win32Escapes).lex()
177 def lex(self): member in class:ShParser
183 token = self.lex()
189 tok = self.lex()
206 args.append(self.lex())
215 op = self.lex()
216 arg = self.lex()
253 def lex(self, str, *args, **kwargs): member in class:TestShLexer
    [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/chromium_org/third_party/opus/src/
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/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

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 910