/external/llvm/examples/Kaleidoscope/Chapter2/ |
toy.cpp | 26 /// gettok - Return the next token from standard input. 27 static int gettok() { function 61 return gettok(); 147 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...] |