HomeSort by relevance Sort by last modified time
    Searched refs:gettok (Results 1 - 22 of 22) sorted by null

  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 41 /// gettok - Return the next token from standard input.
42 static int gettok() { function
79 return gettok();
172 static int getNextToken() { return CurTok = gettok(); }
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 402 t := gettok()
416 t = gettok()
426 t := gettok()
438 if gettok() != IDENTIFIER {
444 t = gettok()
450 t = gettok()
492 t = gettok()
497 t = gettok()
502 t = gettok()
526 t = gettok()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 402 t := gettok()
416 t = gettok()
426 t := gettok()
438 if gettok() != IDENTIFIER {
444 t = gettok()
450 t = gettok()
492 t = gettok()
497 t = gettok()
502 t = gettok()
526 t = gettok()
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 35 /// gettok - Return the next token from standard input.
36 static int gettok() { function
73 return gettok();
174 static int getNextToken() { return CurTok = gettok(); }
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 41 /// gettok - Return the next token from standard input.
42 static int gettok() { function
79 return gettok();
180 static int getNextToken() { return CurTok = gettok(); }
  /ndk/sources/host-tools/nawk-20071023/
lex.c 101 int gettok(char **pbuf, int *psz) /* get next input token */ function
120 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
137 if (!adjbuf(&buf, &sz, bp-buf+2, 100, &bp, "gettok"))
187 c = gettok(&buf, &bufsize);
304 c = gettok(&buf, &bufsize);
FIXES 255 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
316 added *bp in gettok in lex.c; appears possible to exit function
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 48 /// gettok - Return the next token from standard input.
49 static int gettok() { function
96 return gettok();
222 static int getNextToken() { return CurTok = gettok(); }
  /external/dnsmasq/src/
cache.c 730 static int gettok(FILE *f, char *token) function
770 while ((atnl = gettok(f, token)) != EOF)
800 atnl = gettok(f, token);
827 if ((atnl = gettok(f, token)) == EOF)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
104 return gettok();
255 static int getNextToken() { return CurTok = gettok(); }
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 55 /// gettok - Return the next token from standard input.
56 static int gettok() { function
109 return gettok();
274 static int getNextToken() { return CurTok = gettok(); }
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 66 /// gettok - Return the next token from standard input.
67 static int gettok() { function
109 return gettok();
259 return CurTok = gettok();
    [all...]
toy.cpp 73 /// gettok - Return the next token from standard input.
74 static int gettok() { function
116 return gettok();
266 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 50 /// gettok - Return the next token from standard input.
51 static int gettok() { function
93 return gettok();
243 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 51 /// gettok - Return the next token from standard input.
52 static int gettok() { function
94 return gettok();
244 return CurTok = gettok();
    [all...]
toy.cpp 52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
95 return gettok();
245 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 121 /// gettok - Return the next token from standard input.
122 static int gettok() { function
177 return gettok();
411 static int getNextToken() { return CurTok = gettok(); }
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 92 /// gettok - Return the next token from standard input.
93 static int gettok() { function
135 return gettok();
285 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 57 /// gettok - Return the next token from standard input.
58 static int gettok() { function
100 return gettok();
260 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 56 /// gettok - Return the next token from standard input.
57 static int gettok() { function
99 return gettok();
259 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 56 /// gettok - Return the next token from standard input.
57 static int gettok() { function
99 return gettok();
259 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 56 /// gettok - Return the next token from standard input.
57 static int gettok() { function
99 return gettok();
259 return CurTok = gettok();
    [all...]

Completed in 1008 milliseconds