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

12

/external/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp42 /// gettok - Return the next token from standard input.
43 static int gettok() { function
80 return gettok();
173 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp43 /// gettok - Return the next token from standard input.
44 static int gettok() { function
81 return gettok();
182 static int getNextToken() { return CurTok = gettok(); }
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp26 /// gettok - Return the next token from standard input.
27 static int gettok() { function
61 return gettok();
147 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp52 /// gettok - Return the next token from standard input.
53 static int gettok() { function
90 return gettok();
191 static int getNextToken() { return CurTok = gettok(); }
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp31 /// gettok - Return the next token from standard input.
32 static int gettok() { function
66 return gettok();
159 return CurTok = gettok();
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp38 /// gettok - Return the next token from standard input.
39 static int gettok() { function
73 return gettok();
166 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/BuildingAJIT/Chapter1/
H A Dtoy.cpp68 /// gettok - Return the next token from standard input.
69 static int gettok() { function
122 return gettok();
287 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp68 /// gettok - Return the next token from standard input.
69 static int gettok() { function
122 return gettok();
287 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp68 /// gettok - Return the next token from standard input.
69 static int gettok() { function
122 return gettok();
287 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp69 /// gettok - Return the next token from standard input.
70 static int gettok() { function
123 return gettok();
275 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
H A Dtoy.cpp84 /// gettok - Return the next token from standard input.
85 static int gettok() { function
138 return gettok();
290 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp60 /// gettok - Return the next token from standard input.
61 static int gettok() { function
108 return gettok();
234 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp64 /// gettok - Return the next token from standard input.
65 static int gettok() { function
116 return gettok();
267 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp68 /// gettok - Return the next token from standard input.
69 static int gettok() { function
122 return gettok();
287 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp65 /// gettok - Return the next token from standard input.
66 static int gettok() { function
119 return gettok();
284 static int getNextToken() { return CurTok = gettok(); }
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp42 /// gettok - Return the next token from standard input.
43 static int gettok() { function
82 return gettok();
195 return CurTok = gettok();
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp45 /// gettok - Return the next token from standard input.
46 static int gettok() { function
87 return gettok();
223 return CurTok = gettok();
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp122 /// gettok - Return the next token from standard input.
123 static int gettok() { function
178 return gettok();
412 static int getNextToken() { return CurTok = gettok(); }
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp66 /// gettok - Return the next token from standard input.
67 static int gettok() { function
109 return gettok();
259 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.cpp92 /// gettok - Return the next token from standard input.
93 static int gettok() { function
135 return gettok();
285 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.cpp51 /// gettok - Return the next token from standard input.
52 static int gettok() { function
94 return gettok();
244 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 224 milliseconds

12