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

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp142 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
143 /// token the parser is looking at. getNextToken reads another token from the
146 static int getNextToken() { function
178 getNextToken(); // eat identifier.
184 getNextToken(); // eat (
196 getNextToken();
201 getNextToken();
209 getNextToken(); // consume the number
215 getNextToken(); // eat (.
221 getNextToken(); // ea
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp154 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
155 /// token the parser is looking at. getNextToken reads another token from the
158 static int getNextToken() { function
190 getNextToken(); // eat identifier.
196 getNextToken(); // eat (
208 getNextToken();
213 getNextToken();
221 getNextToken(); // consume the number
227 getNextToken(); // eat (.
233 getNextToken(); // ea
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp218 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
219 /// token the parser is looking at. getNextToken reads another token from the
222 static int getNextToken() { function
254 getNextToken(); // eat identifier.
260 getNextToken(); // eat (
272 getNextToken();
277 getNextToken();
285 getNextToken(); // consume the number
291 getNextToken(); // eat (.
297 getNextToken(); // ea
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dread.h26 /* The types of tokens which may be returned by getNextToken.
46 getNextToken(UCHARBUF *buf,
H A Dread.c64 getNextToken(UCHARBUF* buf, function
H A Dparse.cpp123 old slot is filled with the next token from the reader by calling getNextToken.
150 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
199 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state->lookahead[i].comment, status);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp190 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
191 /// token the parser is looking at. getNextToken reads another token from the
194 static int getNextToken() { function
226 getNextToken(); // eat identifier.
232 getNextToken(); // eat (
244 getNextToken();
249 getNextToken();
257 getNextToken(); // consume the number
263 getNextToken(); // eat (.
269 getNextToken(); // ea
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp161 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
162 /// token the parser is looking at. getNextToken reads another token from the
165 static int getNextToken() { function
197 getNextToken(); // eat identifier.
203 getNextToken(); // eat (
215 getNextToken();
220 getNextToken();
228 getNextToken(); // consume the number
234 getNextToken(); // eat (.
240 getNextToken(); // ea
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp236 /// CurTok/getNextToken - Provide a simple token buffer. CurTok is the current
237 /// token the parser is looking at. getNextToken reads another token from the
240 static int getNextToken() { function
272 getNextToken(); // eat identifier.
278 getNextToken(); // eat (
290 getNextToken();
295 getNextToken();
303 getNextToken(); // consume the number
309 getNextToken(); // eat (.
315 getNextToken(); // ea
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dplurrule.cpp486 getNextToken(status);
621 getNextToken(status);
635 getNextToken(status);
1203 PluralRuleParser::getNextToken(UErrorCode &status) function in class:PluralRuleParser
H A Dplurrule_impl.h139 void getNextToken(UErrorCode &status);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c119680 static int getNextToken( function
[all...]

Completed in 518 milliseconds