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

  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 27 /// gettok - Return the next token from standard input.
28 static int gettok() { function
62 return gettok();
141 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 32 /// gettok - Return the next token from standard input.
33 static int gettok() { function
67 return gettok();
161 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 39 /// gettok - Return the next token from standard input.
40 static int gettok() { function
74 return gettok();
168 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 43 /// gettok - Return the next token from standard input.
44 static int gettok() { function
83 return gettok();
197 return CurTok = gettok();
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 46 /// gettok - Return the next token from standard input.
47 static int gettok() { function
88 return gettok();
225 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/Chapter7/
toy.cpp 49 /// gettok - Return the next token from standard input.
50 static int gettok() { function
92 return gettok();
243 return CurTok = gettok();
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 67 /// gettok - Return the next token from standard input.
68 static int gettok() { function
110 return gettok();
260 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 52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
95 return gettok();
245 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/MCJIT/complete/
toy.cpp 97 /// gettok - Return the next token from standard input.
98 static int gettok() { function
140 return gettok();
290 return CurTok = gettok();
    [all...]

Completed in 295 milliseconds