Home
last modified time | relevance | path

Searched refs:gettok (Results 1 – 18 of 18) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp28 static int gettok() { in gettok() function
62 return gettok(); in gettok()
141 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp33 static int gettok() { in gettok() function
67 return gettok(); in gettok()
161 return CurTok = gettok(); in getNextToken()
/external/llvm/docs/tutorial/
DLangImpl1.rst183 ``gettok``. The ``gettok`` function is called to return the next token
188 /// gettok - Return the next token from standard input.
189 static int gettok() {
196 ``gettok`` works by calling the C ``getchar()`` function to read
202 The next thing ``gettok`` needs to do is recognize identifiers and
250 return gettok();
DLangImpl6.rst102 static int gettok() {
DLangImpl2.rst158 return CurTok = gettok();
DLangImpl5.rst446 ... in gettok ...
DLangImpl7.rst650 static int gettok() {
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp40 static int gettok() { in gettok() function
74 return gettok(); in gettok()
168 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp44 static int gettok() { in gettok() function
83 return gettok(); in gettok()
197 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp47 static int gettok() { in gettok() function
88 return gettok(); in gettok()
225 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp53 static int gettok() { in gettok() function
95 return gettok(); in gettok()
245 return CurTok = gettok(); in getNextToken()
Dtoy.cpp53 static int gettok() { in gettok() function
95 return gettok(); in gettok()
245 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp68 static int gettok() { in gettok() function
110 return gettok(); in gettok()
260 return CurTok = gettok(); in getNextToken()
Dtoy.cpp74 static int gettok() { in gettok() function
116 return gettok(); in gettok()
266 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp50 static int gettok() { in gettok() function
92 return gettok(); in gettok()
243 return CurTok = gettok(); in getNextToken()
/external/dnsmasq/src/
Dcache.c730 static int gettok(FILE *f, char *token) in gettok() function
770 while ((atnl = gettok(f, token)) != EOF) in read_hostsfile()
800 atnl = gettok(f, token); in read_hostsfile()
827 if ((atnl = gettok(f, token)) == EOF) in read_hostsfile()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp51 static int gettok() { in gettok() function
93 return gettok(); in gettok()
243 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp98 static int gettok() { in gettok() function
140 return gettok(); in gettok()
290 return CurTok = gettok(); in getNextToken()