Home
last modified time | relevance | path

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

12

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Drules.c816 gettok(struct matcher *m) in gettok() function
834 switch (tok = gettok(m)) { in matcher_match()
846 switch (tok = gettok(m)) { in matcher_match()
859 switch (tok = gettok(m)) { in matcher_match()
867 switch (tok = gettok(m)) { in matcher_match()
878 switch (tok = gettok(m)) { in matcher_match()
890 switch (tok = gettok(m)) { in matcher_match()
904 switch (tok = gettok(m)) { in matcher_match()
917 tok = gettok(m); in matcher_match()
939 switch (tok = gettok(m)) { in matcher_match()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
Dtoy.cpp27 static int gettok() { in gettok() function
61 return gettok(); in gettok()
147 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp43 static int gettok() { in gettok() function
80 return gettok(); in gettok()
173 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter3/
Dtoy.cpp32 static int gettok() { in gettok() function
66 return gettok(); in gettok()
159 return CurTok = gettok(); in getNextToken()
/external/llvm/docs/tutorial/
DLangImpl01.rst195 ``gettok``. The ``gettok`` function is called to return the next token
200 /// gettok - Return the next token from standard input.
201 static int gettok() {
208 ``gettok`` works by calling the C ``getchar()`` function to read
214 The next thing ``gettok`` needs to do is recognize identifiers and
265 return gettok();
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp39 static int gettok() { in gettok() function
73 return gettok(); in gettok()
166 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp44 static int gettok() { in gettok() function
81 return gettok(); in gettok()
182 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/one-true-awk/
Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() function
187 c = gettok(&buf, &bufsize); in yylex()
304 c = gettok(&buf, &bufsize); in yylex()
/external/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp53 static int gettok() { in gettok() function
90 return gettok(); in gettok()
191 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp43 static int gettok() { in gettok() function
82 return gettok(); in gettok()
195 return CurTok = gettok(); in getNextToken()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
Dtoy.cpp46 static int gettok() { in gettok() function
87 return gettok(); in gettok()
223 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp61 static int gettok() { in gettok() function
108 return gettok(); in gettok()
234 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp67 static int gettok() { in gettok() function
109 return gettok(); in gettok()
259 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp52 static int gettok() { in gettok() function
94 return gettok(); in gettok()
244 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/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
Dtoy.cpp49 static int gettok() { in gettok() function
91 return gettok(); in gettok()
241 return CurTok = gettok(); in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp65 static int gettok() { in gettok() function
116 return gettok(); in gettok()
267 static int getNextToken() { 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/BuildingAJIT/Chapter4/
Dtoy.cpp70 static int gettok() { in gettok() function
123 return gettok(); in gettok()
275 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
Dtoy.cpp69 static int gettok() { in gettok() function
122 return gettok(); in gettok()
287 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
Dtoy.cpp69 static int gettok() { in gettok() function
122 return gettok(); in gettok()
287 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
Dtoy.cpp69 static int gettok() { in gettok() function
122 return gettok(); in gettok()
287 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
Dtoy.cpp85 static int gettok() { in gettok() function
138 return gettok(); in gettok()
290 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp69 static int gettok() { in gettok() function
122 return gettok(); in gettok()
287 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp66 static int gettok() { in gettok() function
119 return gettok(); in gettok()
284 static int getNextToken() { return CurTok = gettok(); } in getNextToken()

12