HomeSort by: relevance | last modified time | path
    Searched defs:LogError (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
tsplog.h 34 #define LogError(fmt, ...) LogMessage(stderr, "LOG_ERR", APPID, "ERROR: " fmt, ##__VA_ARGS__)
45 #define LogError(fmt, ...)
tcslog.h 66 #define LogError(fmt, ...) LogMessage(stderr, LOG_ERR, APPID, "ERROR: %s:%d " fmt, __FILE__, __LINE__, ##__VA_ARGS__)
89 #define LogError(fmt, ...) LogMessage(stderr, LOG_ERR, APPID, "ERROR: " fmt, ##__VA_ARGS__)
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 185 /// LogError* - These are little helper functions for error handling.
186 std::unique_ptr<ExprAST> LogError(const char *Str) {
191 LogError(Str);
212 return LogError("expected ')'");
242 return LogError("Expected ')' or ',' in argument list");
260 return LogError("unknown token when expecting an expression");
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 211 /// LogError* - These are little helper functions for error handling.
212 std::unique_ptr<ExprAST> LogError(const char *Str) {
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);
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 221 /// LogError* - These are little helper functions for error handling.
222 std::unique_ptr<ExprAST> LogError(const char *Str) {
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);
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 300 /// LogError* - These are little helper functions for error handling.
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")
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 266 /// LogError* - These are little helper functions for error handling.
267 std::unique_ptr<ExprAST> LogError(const char *Str) {
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("expected ',' after for start value")
    [all...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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...]
  /src/external/apache2/llvm/dist/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 59 milliseconds