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

  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 26 /// gettok - Return the next token from standard input.
27 static int gettok() { function
61 return gettok();
139 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);
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 31 /// gettok - Return the next token from standard input.
32 static int gettok() { function
66 return gettok();
159 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 38 /// gettok - Return the next token from standard input.
39 static int gettok() { function
73 return gettok();
166 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/Chapter5/
toy.cpp 42 /// gettok - Return the next token from standard input.
43 static int gettok() { function
82 return gettok();
195 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 45 /// gettok - Return the next token from standard input.
46 static int gettok() { function
87 return gettok();
223 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 48 /// gettok - Return the next token from standard input.
49 static int gettok() { function
91 return gettok();
241 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 72 /// gettok - Return the next token from standard input.
73 static int gettok() { function
115 return gettok();
265 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 51 /// gettok - Return the next token from standard input.
52 static int gettok() { function
94 return gettok();
244 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 96 /// gettok - Return the next token from standard input.
97 static int gettok() { function
139 return gettok();
289 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 49 /// gettok - Return the next token from standard input.
50 static int gettok() { function
92 return gettok();
242 return CurTok = gettok();
    [all...]

Completed in 558 milliseconds