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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
converts.exp 98 set error_str "Cannot resolve function %s to any overloaded instance"
103 gdb_test "p foo1_type_check (123)" [format $error_str "foo1_type_check"]
104 gdb_test "p foo2_type_check (0, 1)" [format $error_str "foo2_type_check"]
105 gdb_test "p foo2_type_check (1, 0)" [format $error_str "foo2_type_check"]
106 gdb_test "p foo2_type_check (1, 1)" [format $error_str "foo2_type_check"]
107 gdb_test "p foo3_type_check (0, 0, 1)" [format $error_str "foo3_type_check"]
108 gdb_test "p foo3_type_check (0, 1, 0)" [format $error_str "foo3_type_check"]
109 gdb_test "p foo3_type_check (1, 0, 0)" [format $error_str "foo3_type_check"]
110 gdb_test "p foo3_type_check (0, 1, 1)" [format $error_str "foo3_type_check"]
111 gdb_test "p foo3_type_check (1, 1, 0)" [format $error_str "foo3_type_check"
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
converts.exp 98 set error_str "Cannot resolve function %s to any overloaded instance"
103 gdb_test "p foo1_type_check (123)" [format $error_str "foo1_type_check"]
104 gdb_test "p foo2_type_check (0, 1)" [format $error_str "foo2_type_check"]
105 gdb_test "p foo2_type_check (1, 0)" [format $error_str "foo2_type_check"]
106 gdb_test "p foo2_type_check (1, 1)" [format $error_str "foo2_type_check"]
107 gdb_test "p foo3_type_check (0, 0, 1)" [format $error_str "foo3_type_check"]
108 gdb_test "p foo3_type_check (0, 1, 0)" [format $error_str "foo3_type_check"]
109 gdb_test "p foo3_type_check (1, 0, 0)" [format $error_str "foo3_type_check"]
110 gdb_test "p foo3_type_check (0, 1, 1)" [format $error_str "foo3_type_check"]
111 gdb_test "p foo3_type_check (1, 1, 0)" [format $error_str "foo3_type_check"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
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 ());
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)
  /src/external/gpl3/gdb/dist/gdb/
cp-namespace.c 523 std::string error_str = "Reference to \""; local
524 error_str += name;
525 error_str += "\" is ambiguous, possibilities are: ";
526 error_str += itr->second.symbol->print_name ();
529 error_str += " and ";
530 error_str += itr->second.symbol->print_name ();
532 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 22 milliseconds