Searched refs:nextsym (Results 1 - 2 of 2) sorted by relevance

/external/llvm/examples/BrainF/
H A DBrainF.cpp196 Symbol nextsym = SYM_NONE; local
320 cursym = nextsym;
322 nextsym = SYM_NONE;
334 nextsym = SYM_EOF;
354 nextsym = SYM_CHANGE;
375 nextsym = SYM_MOVE;
386 nextsym = SYM_READ;
395 nextsym = SYM_WRITE;
404 nextsym = SYM_LOOP;
413 nextsym
[all...]
/external/swiftshader/third_party/LLVM/examples/BrainF/
H A DBrainF.cpp187 Symbol nextsym = SYM_NONE; local
310 cursym = nextsym;
312 nextsym = SYM_NONE;
324 nextsym = SYM_EOF;
344 nextsym = SYM_CHANGE;
365 nextsym = SYM_MOVE;
376 nextsym = SYM_READ;
385 nextsym = SYM_WRITE;
394 nextsym = SYM_LOOP;
403 nextsym
[all...]

Completed in 621 milliseconds