Searched defs:gettok (Results 1 - 13 of 13) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp27 /// 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/
H A Dtoy.cpp32 /// 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/
H A Dtoy.cpp39 /// gettok - Return the next token from standard input.
40 static int gettok() { function
74 return gettok();
168 return CurTok = gettok();
/external/dnsmasq/src/
H A Dcache.c730 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)
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp43 /// 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/
H A Dtoy.cpp46 /// gettok - Return the next token from standard input.
47 static int gettok() { function
88 return gettok();
225 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp49 /// gettok - Return the next token from standard input.
50 static int gettok() { function
92 return gettok();
243 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp67 /// gettok - Return the next token from standard input.
68 static int gettok() { function
110 return gettok();
260 return CurTok = gettok();
H A Dtoy.cpp73 /// gettok - Return the next token from standard input.
74 static int gettok() { function
116 return gettok();
266 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp97 /// gettok - Return the next token from standard input.
98 static int gettok() { function
140 return gettok();
290 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp50 /// gettok - Return the next token from standard input.
51 static int gettok() { function
93 return gettok();
243 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
95 return gettok();
245 return CurTok = gettok();
H A Dtoy.cpp52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
95 return gettok();
245 return CurTok = gettok();

Completed in 122 milliseconds