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

  /src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c 572 std::string exception_msg, error_str; local
575 error_str = std::string (error_msg) + "\n";
602 || exception_msg != error_str)
cp-namespace.c 521 std::string error_str = "Reference to \""; local
522 error_str += name;
523 error_str += "\" is ambiguous, possibilities are: ";
524 error_str += itr->second.symbol->print_name ();
527 error_str += " and ";
528 error_str += itr->second.symbol->print_name ();
530 error (_("%s"), error_str.c_str ());
  /src/external/gpl3/gdb.old/dist/gdb/
cp-namespace.c 524 std::string error_str = "Reference to \""; local
525 error_str += name;
526 error_str += "\" is ambiguous, possibilities are: ";
527 error_str += itr->second.symbol->print_name ();
530 error_str += " and ";
531 error_str += itr->second.symbol->print_name ();
533 error (_("%s"), error_str.c_str ());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 719 char error_str[64]; local
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
721 return ErrorV(error_str);
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 701 char error_str[64]; local
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
703 return ErrorV(error_str);
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1161 char error_str[64]; local
1162 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
1163 return ErrorV(error_str);

Completed in 29 milliseconds