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

/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp185 /// LogError* - These are little helper functions for error handling.
186 std::unique_ptr<ExprAST> LogError(const char *Str) { function
191 LogError(Str);
212 return LogError("expected ')'");
242 return LogError("Expected ')' or ',' in argument list");
260 return LogError("unknown token when expecting an expression");
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) { function
324 LogError(Str);
345 return LogError("expected ')'");
375 return LogError("Expected ')' or ',' in argument list");
396 return LogError("expected then");
404 return LogError("expected else");
421 return LogError("expected identifier after for");
427 return LogError("expected '=' after for");
434 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) { function
324 LogError(Str);
345 return LogError("expected ')'");
375 return LogError("Expected ')' or ',' in argument list");
396 return LogError("expected then");
404 return LogError("expected else");
421 return LogError("expected identifier after for");
427 return LogError("expected '=' after for");
434 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) { function
324 LogError(Str);
345 return LogError("expected ')'");
375 return LogError("Expected ')' or ',' in argument list");
396 return LogError("expected then");
404 return LogError("expected else");
421 return LogError("expected identifier after for");
427 return LogError("expected '=' after for");
434 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp322 /// LogError* - These are little helper functions for error handling.
323 std::unique_ptr<ExprAST> LogError(const char *Str) { function
329 LogError(Str);
350 return LogError("expected ')'");
380 return LogError("Expected ')' or ',' in argument list");
401 return LogError("expected then");
409 return LogError("expected else");
426 return LogError("expected identifier after for");
432 return LogError("expected '=' after for");
439 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp322 /// LogError* - These are little helper functions for error handling.
323 std::unique_ptr<ExprAST> LogError(const char *Str) { function
329 LogError(Str);
350 return LogError("expected ')'");
380 return LogError("Expected ')' or ',' in argument list");
401 return LogError("expected then");
409 return LogError("expected else");
426 return LogError("expected identifier after for");
432 return LogError("expected '=' after for");
439 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp300 /// LogError* - These are little helper functions for error handling.
301 std::unique_ptr<ExprAST> LogError(const char *Str) { function
307 LogError(Str);
328 return LogError("expected ')'");
358 return LogError("Expected ')' or ',' in argument list");
379 return LogError("expected then");
387 return LogError("expected else");
404 return LogError("expected identifier after for");
410 return LogError("expected '=' after for");
417 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp221 /// LogError* - These are little helper functions for error handling.
222 std::unique_ptr<ExprAST> LogError(const char *Str) { function
228 LogError(Str);
249 return LogError("expected ')'");
279 return LogError("Expected ')' or ',' in argument list");
297 return LogError("unknown token when expecting an expression");
422 LogError(Str);
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp211 /// LogError* - These are little helper functions for error handling.
212 std::unique_ptr<ExprAST> LogError(const char *Str) { function
218 LogError(Str);
239 return LogError("expected ')'");
269 return LogError("Expected ')' or ',' in argument list");
287 return LogError("unknown token when expecting an expression");
408 LogError(Str);
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp301 std::unique_ptr<ExprAST> LogError(const char *Str) { function
307 LogError(Str);
328 return LogError("expected ')'");
358 return LogError("Expected ')' or ',' in argument list");
379 return LogError("expected then");
387 return LogError("expected else");
404 return LogError("expected identifier after for");
410 return LogError("expected '=' after for");
417 return LogError("expected ',' after for start value");
434 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp266 /// LogError* - These are little helper functions for error handling.
267 std::unique_ptr<ExprAST> LogError(const char *Str) { function
273 LogError(Str);
294 return LogError("expected ')'");
324 return LogError("Expected ')' or ',' in argument list");
345 return LogError("expected then");
353 return LogError("expected else");
370 return LogError("expected identifier after for");
376 return LogError("expected '=' after for");
383 return LogError("expecte
[all...]
/openbsd-current/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp430 /// LogError* - These are little helper functions for error handling.
431 std::unique_ptr<ExprAST> LogError(const char *Str) { function
437 LogError(Str);
458 return LogError("expected ')'");
490 return LogError("Expected ')' or ',' in argument list");
513 return LogError("expected then");
521 return LogError("expected else");
538 return LogError("expected identifier after for");
544 return LogError("expected '=' after for");
551 return LogError("expecte
[all...]

Completed in 100 milliseconds