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

References

examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
  612     return LogErrorP("Expected function name in prototype");
  621       return LogErrorP("Expected unary operator");
  630       return LogErrorP("Expected binary operator");
  639         return LogErrorP("Invalid precedecnce: must be 1..100");
  647     return LogErrorP("Expected '(' in prototype");
  653     return LogErrorP("Expected ')' in prototype");
  660     return LogErrorP("Invalid number of operands for operator");