/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.c | 816 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/ |
D | toy.cpp | 27 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/ |
D | toy.cpp | 33 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/ |
D | toy.cpp | 43 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/ |
D | toy.cpp | 32 static int gettok() { in gettok() function 66 return gettok(); in gettok() 159 return CurTok = gettok(); in getNextToken()
|
/external/llvm/docs/tutorial/ |
D | LangImpl01.rst | 195 ``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/ |
D | LangImpl01.rst | 195 ``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/ |
D | toy.cpp | 39 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/ |
D | toy.cpp | 45 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/ |
D | toy.cpp | 44 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/ |
D | toy.cpp | 53 static int gettok() { in gettok() function 90 return gettok(); in gettok() 191 static int getNextToken() { return CurTok = gettok(); } in getNextToken()
|
/external/one-true-awk/ |
D | lex.c | 101 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/ |
D | toy.cpp | 55 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/ |
D | toy.cpp | 43 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/ |
D | toy.cpp | 63 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/ |
D | toy.cpp | 61 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/ |
D | toy.cpp | 46 static int gettok() { in gettok() function 87 return gettok(); in gettok() 223 return CurTok = gettok(); in getNextToken()
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 65 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/ |
D | toy-jit.cpp | 52 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/ |
D | toy.cpp | 67 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/ |
D | toy.cpp | 49 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/ |
D | toy-jit.cpp | 67 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/ |
D | toy-jit.cpp | 52 static int gettok() { in gettok() function 94 return gettok(); in gettok() 244 return CurTok = gettok(); in getNextToken()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 67 static int gettok() { in gettok() function 109 return gettok(); in gettok() 259 return CurTok = gettok(); in getNextToken()
|
/external/dnsmasq/src/ |
D | cache.c | 597 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()
|