reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/Kaleidoscope/Chapter3/toy.cpp
  193 static int getNextToken() { return CurTok = gettok(); }
  201   if (!isascii(CurTok))
  205   int TokPrec = BinopPrecedence[CurTok];
  238   if (CurTok != ')')
  252   if (CurTok != '(') // Simple variable ref.
  258   if (CurTok != ')') {
  265       if (CurTok == ')')
  268       if (CurTok != ',')
  285   switch (CurTok) {
  311     int BinOp = CurTok;
  348   if (CurTok != tok_identifier)
  354   if (CurTok != '(')
  360   if (CurTok != ')')
  565     switch (CurTok) {