HomeSort by relevance Sort by last modified time
    Searched defs:LogError (Results 26 - 36 of 36) sorted by null

12

  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 302 /// LogError* - These are little helper functions for error handling.
303 std::unique_ptr<ExprAST> LogError(const char *Str) {
309 LogError(Str);
330 return LogError("expected ')'");
360 return LogError("Expected ')' or ',' in argument list");
381 return LogError("expected then");
389 return LogError("expected else");
406 return LogError("expected identifier after for");
412 return LogError("expected '=' after for");
419 return LogError("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 317 /// LogError* - These are little helper functions for error handling.
318 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 302 /// LogError* - These are little helper functions for error handling.
303 std::unique_ptr<ExprAST> LogError(const char *Str) {
309 LogError(Str);
330 return LogError("expected ')'");
360 return LogError("Expected ')' or ',' in argument list");
381 return LogError("expected then");
389 return LogError("expected else");
406 return LogError("expected identifier after for");
412 return LogError("expected '=' after for");
419 return LogError("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
toy.cpp 319 /// LogError* - These are little helper functions for error handling.
320 std::unique_ptr<ExprAST> LogError(const char *Str) {
326 LogError(Str);
347 return LogError("expected ')'");
377 return LogError("Expected ')' or ',' in argument list");
398 return LogError("expected then");
406 return LogError("expected else");
423 return LogError("expected identifier after for");
429 return LogError("expected '=' after for");
436 return LogError("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 301 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected 'in' after for")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 322 /// LogError* - These are little helper functions for error handling.
323 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 323 /// LogError* - These are little helper functions for error handling.
324 std::unique_ptr<ExprAST> LogError(const char *Str) {
330 LogError(Str);
351 return LogError("expected ')'");
381 return LogError("Expected ')' or ',' in argument list");
402 return LogError("expected then");
410 return LogError("expected else");
427 return LogError("expected identifier after for");
433 return LogError("expected '=' after for");
440 return LogError("expected ',' after for start value")
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 430 /// LogError* - These are little helper functions for error handling.
431 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 430 /// LogError* - These are little helper functions for error handling.
431 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]

Completed in 309 milliseconds

12