Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp33 static int gettok() { in gettok() function
70 return gettok(); in gettok()
168 static int getNextToken() { 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-7.0/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter3/
Dtoy.cpp45 static int gettok() { in gettok() function
82 return gettok(); in gettok()
193 static int getNextToken() { 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/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/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()
306 c = gettok(&buf, &bufsize); in yylex()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter4/
Dtoy.cpp55 static int gettok() { in gettok() function
92 return gettok(); in gettok()
203 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-7.0/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp63 static int gettok() { in gettok() function
110 return gettok(); in gettok()
248 static int getNextToken() { 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/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/Chapter6/
Dtoy.cpp65 static int gettok() { in gettok() function
116 return gettok(); in gettok()
267 static int getNextToken() { 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()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp67 static int gettok() { in gettok() function
118 return gettok(); in gettok()
282 static int getNextToken() { 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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()
/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/dnsmasq/src/
Dcache.c597 static int gettok(FILE* f, char* token) { in gettok() function
630 while ((atnl = gettok(f, token)) != EOF) { in read_hostsfile()
653 while (atnl == 0) atnl = gettok(f, token); in read_hostsfile()
677 if ((atnl = gettok(f, token)) == EOF) break; in read_hostsfile()

123