Searched refs:getNextToken (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp163 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
164 /// token the parser is looking at. getNextToken reads another token from the
167 static int getNextToken() { return CurTok = gettok(); } function
200 getNextToken(); // consume the number
206 getNextToken(); // eat (.
213 getNextToken(); // eat ).
223 getNextToken(); // eat identifier.
229 getNextToken(); // eat (
243 getNextToken();
248 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp199 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
200 /// token the parser is looking at. getNextToken reads another token from the
203 static int getNextToken() { return CurTok = gettok(); } function
237 getNextToken(); // consume the number
243 getNextToken(); // eat (.
250 getNextToken(); // eat ).
260 getNextToken(); // eat identifier.
266 getNextToken(); // eat (
280 getNextToken();
285 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp189 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
190 /// token the parser is looking at. getNextToken reads another token from the
193 static int getNextToken() { return CurTok = gettok(); } function
227 getNextToken(); // consume the number
233 getNextToken(); // eat (.
240 getNextToken(); // eat ).
250 getNextToken(); // eat identifier.
256 getNextToken(); // eat (
270 getNextToken();
275 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp254 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
255 /// token the parser is looking at. getNextToken reads another token from the
258 static int getNextToken() { function
290 getNextToken(); // eat identifier.
296 getNextToken(); // eat (
308 getNextToken();
313 getNextToken();
321 getNextToken(); // consume the number
327 getNextToken(); // eat (.
333 getNextToken(); // ea
[all...]
H A Dtoy.cpp261 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
262 /// token the parser is looking at. getNextToken reads another token from the
265 static int getNextToken() { function
297 getNextToken(); // eat identifier.
303 getNextToken(); // eat (
315 getNextToken();
320 getNextToken();
328 getNextToken(); // consume the number
334 getNextToken(); // eat (.
340 getNextToken(); // ea
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp238 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
239 /// token the parser is looking at. getNextToken reads another token from the
242 static int getNextToken() { function
274 getNextToken(); // eat identifier.
280 getNextToken(); // eat (
292 getNextToken();
297 getNextToken();
305 getNextToken(); // consume the number
311 getNextToken(); // eat (.
317 getNextToken(); // ea
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp239 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
240 /// token the parser is looking at. getNextToken reads another token from the
243 static int getNextToken() { function
275 getNextToken(); // eat identifier.
281 getNextToken(); // eat (
293 getNextToken();
298 getNextToken();
306 getNextToken(); // consume the number
312 getNextToken(); // eat (.
318 getNextToken(); // ea
[all...]
H A Dtoy.cpp240 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
241 /// token the parser is looking at. getNextToken reads another token from the
244 static int getNextToken() { function
276 getNextToken(); // eat identifier.
282 getNextToken(); // eat (
294 getNextToken();
299 getNextToken();
307 getNextToken(); // consume the number
313 getNextToken(); // eat (.
319 getNextToken(); // ea
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); } function
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); } function
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp295 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
296 /// token the parser is looking at. getNextToken reads another token from the
299 static int getNextToken() { return CurTok = gettok(); } function
333 getNextToken(); // consume the number
339 getNextToken(); // eat (.
346 getNextToken(); // eat ).
356 getNextToken(); // eat identifier.
362 getNextToken(); // eat (
376 getNextToken();
381 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp300 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
301 /// token the parser is looking at. getNextToken reads another token from the
304 static int getNextToken() { return CurTok = gettok(); } function
338 getNextToken(); // consume the number
344 getNextToken(); // eat (.
351 getNextToken(); // eat ).
361 getNextToken(); // eat identifier.
367 getNextToken(); // eat (
381 getNextToken();
386 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp301 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
302 /// token the parser is looking at. getNextToken reads another token from the
305 static int getNextToken() { return CurTok = gettok(); } function
339 getNextToken(); // consume the number
345 getNextToken(); // eat (.
352 getNextToken(); // eat ).
362 getNextToken(); // eat identifier.
368 getNextToken(); // eat (
382 getNextToken();
387 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp278 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
279 /// token the parser is looking at. getNextToken reads another token from the
282 static int getNextToken() { return CurTok = gettok(); } function
316 getNextToken(); // consume the number
322 getNextToken(); // eat (.
329 getNextToken(); // eat ).
339 getNextToken(); // eat identifier.
345 getNextToken(); // eat (
359 getNextToken();
364 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp278 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
279 /// token the parser is looking at. getNextToken reads another token from the
282 static int getNextToken() { return CurTok = gettok(); } function
316 getNextToken(); // consume the number
322 getNextToken(); // eat (.
329 getNextToken(); // eat ).
339 getNextToken(); // eat identifier.
345 getNextToken(); // eat (
359 getNextToken();
364 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp280 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
281 /// token the parser is looking at. getNextToken reads another token from the
284 static int getNextToken() { function
316 getNextToken(); // eat identifier.
322 getNextToken(); // eat (
334 getNextToken();
339 getNextToken();
347 getNextToken(); // consume the number
353 getNextToken(); // eat (.
359 getNextToken(); // ea
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp408 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
409 /// token the parser is looking at. getNextToken reads another token from the
412 static int getNextToken() { return CurTok = gettok(); } function
446 getNextToken(); // consume the number
452 getNextToken(); // eat (.
459 getNextToken(); // eat ).
471 getNextToken(); // eat identifier.
477 getNextToken(); // eat (
491 getNextToken();
496 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp244 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
245 /// token the parser is looking at. getNextToken reads another token from the
248 static int getNextToken() { return CurTok = gettok(); } function
282 getNextToken(); // consume the number
288 getNextToken(); // eat (.
295 getNextToken(); // eat ).
305 getNextToken(); // eat identifier.
311 getNextToken(); // eat (
325 getNextToken();
330 getNextToken();
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatTokenLexer.h96 FormatToken *getNextToken();
H A DUnwrappedLineParser.cpp31 virtual FormatToken *getNextToken() = 0;
100 FormatToken *getNextToken() override {
102 // \c getNextToken() after it has encountered the first eof token.
105 Token = PreviousTokenSource->getNextToken();
201 FormatToken *getNextToken() override {
401 Next = Tokens->getNextToken();
442 // a closing brace or eof - note that getNextToken() will
458 NextTok = Tokens->getNextToken();
521 NextTok = Tokens->getNextToken();
1421 FormatToken *Next = Tokens->getNextToken();
[all...]
H A DFormatTokenLexer.cpp65 Tokens.push_back(getNextToken());
824 FormatToken *FormatTokenLexer::getNextToken() {
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp73 NextToken = getNextToken();
80 NextToken = getNextToken();
89 NextToken = getNextToken();
95 NextToken = getNextToken();
109 TokenInfo getNextToken() { function in class:clang::ast_matchers::dynamic::Parser::CodeTokenizer
130 return getNextToken();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c191460 static int getNextToken( function
[all...]

Completed in 852 milliseconds