Home
last modified time | relevance | path

Searched refs:Error (Results 1 – 25 of 878) sorted by relevance

12345678910>>...36

/external/doclava/src/com/google/doclava/
DErrors.java28 Error error;
32 ErrorMessage(Error e, SourcePositionInfo p, String m) { in ErrorMessage()
51 public Error error() { in error()
56 public static void error(Error error, SourcePositionInfo where, String text) { in error()
110 public static class Error { class in Errors
114 public Error(int code, int level) { in Error() method in Errors.Error
125 public static Error PARSE_ERROR = new Error(1, ERROR);
126 public static Error ADDED_PACKAGE = new Error(2, WARNING);
127 public static Error ADDED_CLASS = new Error(3, WARNING);
128 public static Error ADDED_METHOD = new Error(4, WARNING);
[all …]
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td60 def error_empty_enum : Error<"use of empty enum">;
61 def err_invalid_sign_spec : Error<"'%0' cannot be signed or unsigned">;
62 def err_invalid_short_spec : Error<"'short %0' is invalid">;
63 def err_invalid_long_spec : Error<"'long %0' is invalid">;
64 def err_invalid_longlong_spec : Error<"'long long %0' is invalid">;
65 def err_invalid_complex_spec : Error<"'_Complex %0' is invalid">;
66 def err_friend_storage_spec : Error<"'%0' is invalid in friend declarations">;
85 def err_enumerator_list_missing_comma : Error<
87 def err_enumerator_unnamed_no_def : Error<
105 def err_duplicate_default_assoc : Error<
[all …]
DDiagnosticDriverKinds.td12 def err_drv_no_such_file : Error<"no such file or directory: '%0'">;
13 def err_drv_unsupported_opt : Error<"unsupported option '%0'">;
14 def err_drv_unsupported_option_argument : Error<
16 def err_drv_unknown_stdin_type : Error<
18 def err_drv_unknown_language : Error<"language not recognized: '%0'">;
19 def err_drv_invalid_arch_name : Error<
21 def err_drv_invalid_rtlib_name : Error<
23 def err_drv_unsupported_rtlib_for_platform : Error<
25 def err_drv_invalid_stdlib_name : Error<
27 def err_drv_invalid_opt_with_multiple_archs : Error<
[all …]
DDiagnosticFrontendKinds.td12 def err_fe_error_opening : Error<"error opening '%0': %1">;
13 def err_fe_error_reading : Error<"error reading '%0'">;
14 def err_fe_error_reading_stdin : Error<"error reading stdin">;
15 def err_fe_error_backend : Error<"error in backend: %0">, DefaultFatal;
17 // Error generated by the backend.
18 def err_fe_inline_asm : Error<"%0">, CatInlineAsm;
20 def err_fe_cannot_link_module : Error<"cannot link module '%0': %1">,
25 def err_fe_invalid_code_complete_file : Error<
27 def err_fe_stdout_binary : Error<"unable to change standard output to binary">,
29 def err_fe_dependency_file_requires_MT : Error<
[all …]
DDiagnosticLexKinds.td73 def err_unterminated_block_comment : Error<"unterminated /* comment">;
74 def err_invalid_character_to_charify : Error<
76 def err_unterminated___pragma : Error<"missing terminating ')' character">;
78 def err_conflict_marker : Error<"version control conflict marker in file">;
80 def err_raw_delim_too_long : Error<
83 def err_invalid_char_raw_delim : Error<
86 def err_unterminated_raw_string : Error<
102 def err_hex_escape_no_digits : Error<"\\x used with no following hex digits">;
103 def err_ucn_escape_no_digits : Error<"\\u used with no following hex digits">;
104 def err_ucn_escape_invalid : Error<"invalid universal character">;
[all …]
DDiagnosticSemaKinds.td35 def err_expr_not_ice : Error<
40 def err_typecheck_converted_constant_expression : Error<
42 def err_typecheck_converted_constant_expression_disallowed : Error<
44 def err_expr_not_cce : Error<
52 def err_cce_narrowing_sfinae : Error<
56 def err_ice_not_integral : Error<
59 def err_ice_incomplete_type : Error<
61 def err_ice_explicit_conversion : Error<
65 def err_ice_ambiguous_conversion : Error<
85 def err_vla_non_pod : Error<"variable length array of non-POD element type %0">;
[all …]
DDiagnosticSerializationKinds.td12 def err_fe_unable_to_read_pch_file : Error<
14 def err_fe_not_a_pch_file : Error<
16 def err_fe_pch_malformed : Error<
18 def err_fe_pch_malformed_block : Error<
20 def err_fe_pch_error_at_end_block : Error<
22 def err_fe_pch_file_modified : Error<
25 def err_fe_pch_file_overridden : Error<
28 def warn_pch_target_triple : Error<
31 def err_pch_langopt_mismatch : Error<"%0 was %select{disabled|enabled}1 in "
33 def err_pch_langopt_value_mismatch : Error<
[all …]
DDiagnosticCommonKinds.td19 : Error<"too many errors emitted, stopping now">, DefaultFatal;
40 def err_expected_colon : Error<"expected ':'">;
41 def err_expected_colon_after_setter_name : Error<
44 def err_invalid_string_udl : Error<
46 def err_invalid_character_udl : Error<
48 def err_invalid_numeric_udl : Error<
54 def err_param_redefinition : Error<"redefinition of parameter %0">;
58 def err_invalid_storage_class_in_func_decl : Error<
60 def err_expected_namespace_name : Error<"expected namespace name">;
66 def err_default_special_members : Error<
[all …]
/external/llvm/unittests/ExecutionEngine/JIT/
DJITMemoryManagerTest.cpp37 std::string Error; in TEST() local
45 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
52 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
59 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
63 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
65 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
67 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
76 std::string Error; in TEST() local
90 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
98 EXPECT_TRUE(MemMgr->CheckInvariants(Error)) << Error; in TEST()
[all …]
/external/llvm/unittests/Support/
DRegexTest.cpp66 std::string Error; in TEST_F() local
71 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error)); in TEST_F()
72 EXPECT_EQ(Error, ""); in TEST_F()
73 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error)); in TEST_F()
74 EXPECT_EQ(Error, ""); in TEST_F()
75 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error)); in TEST_F()
76 EXPECT_EQ(Error, ""); in TEST_F()
77 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error)); in TEST_F()
78 EXPECT_EQ(Error, ""); in TEST_F()
80 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error)); in TEST_F()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp436 return Error("Malformed block record"); in ParseAttributeBlock()
439 return Error("Multiple PARAMATTR blocks found!"); in ParseAttributeBlock()
450 return Error("Error at end of PARAMATTR block"); in ParseAttributeBlock()
458 return Error("Malformed block record"); in ParseAttributeBlock()
474 return Error("Invalid ENTRY record"); in ParseAttributeBlock()
498 return Error("Malformed block record"); in ParseTypeTable()
505 return Error("Multiple TYPE_BLOCKs found!"); in ParseTypeTableBody()
517 return Error("Invalid type forward reference in TYPE_BLOCK"); in ParseTypeTableBody()
519 return Error("Error at end of type table block"); in ParseTypeTableBody()
527 return Error("Malformed block record"); in ParseTypeTableBody()
[all …]
/external/llvm/lib/TableGen/
DMain.cpp78 std::string Error; in TableGenMain() local
79 tool_output_file Out(OutputFilename.c_str(), Error); in TableGenMain()
80 if (!Error.empty()) { in TableGenMain()
82 << ":" << Error << "\n"; in TableGenMain()
90 tool_output_file DepOut(DependFilename.c_str(), Error); in TableGenMain()
91 if (!Error.empty()) { in TableGenMain()
93 << ":" << Error << "\n"; in TableGenMain()
114 } catch (const TGError &Error) { in TableGenMain() local
115 PrintError(Error); in TableGenMain()
116 } catch (const std::string &Error) { in TableGenMain() local
[all …]
/external/llvm/tools/bugpoint/
DMiscompilation.cpp53 std::string &Error);
63 std::string &Error) { in doTest() argument
81 true /*delete bitcode*/, &Error); in doTest()
82 if (!Error.empty()) in doTest()
118 Diff = BD.diffProgram(BD.getProgram(), BitcodeResult, "", false, &Error); in doTest()
119 if (!Error.empty()) in doTest()
160 true /*delete bitcode*/, &Error); in doTest()
161 if (!Error.empty()) in doTest()
187 std::string &Error) { in doTest() argument
189 bool Ret = TestFuncs(Suffix, Error); in doTest()
[all …]
DFindBugs.cpp78 std::string Error; in runManyPasses() local
79 compileProgram(Program, &Error); in runManyPasses()
80 if (!Error.empty()) { in runManyPasses()
82 outs() << Error; in runManyPasses()
92 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses()
93 if (Error.empty() && Diff) { in runManyPasses()
95 debugMiscompilation(&Error); in runManyPasses()
96 if (Error.empty()) in runManyPasses()
99 if (!Error.empty()) { in runManyPasses()
100 errs() << Error; in runManyPasses()
DBugDriver.cpp174 std::string Error; in run() local
175 compileProgram(Program, &Error); in run()
176 if (!Error.empty()) { in run()
177 outs() << Error; in run()
204 bool Diff = diffProgram(Program, "", "", false, &Error); in run()
205 if (!Error.empty()) { in run()
206 errs() << Error; in run()
211 debugMiscompilation(&Error); in run()
212 if (!Error.empty()) { in run()
213 errs() << Error; in run()
[all …]
DExecutionDriver.cpp266 void BugDriver::compileProgram(Module *M, std::string *Error) const { in compileProgram()
285 Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout, MemoryLimit); in compileProgram()
298 std::string *Error) const { in executeProgram()
343 Error, AdditionalLinkerArgs, SharedObjs, in executeProgram()
345 if (!Error->empty()) in executeProgram()
376 std::string *Error) const { in executeProgramSafely()
377 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error); in executeProgramSafely()
381 std::string &Error) { in compileSharedObject() argument
387 Error); in compileSharedObject()
388 if (!Error.empty()) in compileSharedObject()
[all …]
DListReducer.h46 std::string &Error) = 0;
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) { in reduceList()
55 switch (doTest(TheList, empty, Error)) { in reduceList()
71 assert(!Error.empty()); in reduceList()
100 if (doTest(ShuffledList, empty, Error) == KeepPrefix) { in reduceList()
119 switch (doTest(Prefix, Suffix, Error)) { in reduceList()
146 assert(Error.empty() && "doTest did not return InternalError for error"); in reduceList()
180 if (doTest(EmptyList, TestList, Error) == KeepSuffix) { in reduceList()
186 if (!Error.empty()) in reduceList()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs100 Console.Error.WriteLine( "Enter DFA.predict for decision " + decisionNumber ); in Predict()
109 …Console.Error.WriteLine( "DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA( 1 )… in Predict()
116 Console.Error.WriteLine( "DFA " + decisionNumber + in Predict()
122 Console.Error.WriteLine( "DFA " + decisionNumber + in Predict()
136 … Console.Error.WriteLine( "accept; predict " + accept[s] + " from state " + s ); in Predict()
153 Console.Error.WriteLine( "EOT transition" ); in Predict()
173 Console.Error.WriteLine( "EOT transition" ); in Predict()
181 … Console.Error.WriteLine( "accept via EOF; predict " + accept[eof[s]] + " from " + eof[s] ); in Predict()
187 Console.Error.WriteLine( "min[" + s + "]=" + min[s] ); in Predict()
188 Console.Error.WriteLine( "max[" + s + "]=" + max[s] ); in Predict()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs85 Console.Error.WriteLine("Enter DFA.predict for decision " + decisionNumber); in Predict()
92 …Console.Error.WriteLine("DFA " + decisionNumber + " state " + s + " LA(1)=" + (char)input.LA(1) + … in Predict()
97 Console.Error.WriteLine("DFA " + decisionNumber + in Predict()
102 Console.Error.WriteLine("DFA " + decisionNumber + in Predict()
114 … Console.Error.WriteLine("accept; predict " + accept[s] + " from state " + s); in Predict()
128 Console.Error.WriteLine("EOT transition"); in Predict()
147 Console.Error.WriteLine("EOT transition"); in Predict()
154 … Console.Error.WriteLine("accept via EOF; predict " + accept[eof[s]] + " from " + eof[s]); in Predict()
159 Console.Error.WriteLine("min[" + s + "]=" + min[s]); in Predict()
160 Console.Error.WriteLine("max[" + s + "]=" + max[s]); in Predict()
[all …]
/external/llvm/lib/Support/
DRegex.cpp38 bool Regex::isValid(std::string &Error) { in isValid() argument
44 Error.resize(len); in isValid()
45 llvm_regerror(error, preg, &Error[0], len); in isValid()
95 std::string *Error) { in sub() argument
99 if (Error && !Error->empty()) *Error = ""; in sub()
120 Error && Error->empty()) in sub()
121 *Error = "replacement string contained trailing backslash"; in sub()
157 else if (Error && Error->empty()) in sub()
158 *Error = "invalid backreference string '" + Ref.str() + "'"; in sub()
DFileUtilities.cpp177 std::string *Error) { in DiffFilesWithTolerance() argument
178 const sys::FileStatus *FileAStat = FileA.getFileStatus(false, Error); in DiffFilesWithTolerance()
181 const sys::FileStatus *FileBStat = FileB.getFileStatus(false, Error); in DiffFilesWithTolerance()
196 if (Error) in DiffFilesWithTolerance()
197 *Error = "Files differ: one is zero-sized, the other isn't"; in DiffFilesWithTolerance()
205 if (Error) in DiffFilesWithTolerance()
206 *Error = ec.message(); in DiffFilesWithTolerance()
211 if (Error) in DiffFilesWithTolerance()
212 *Error = ec.message(); in DiffFilesWithTolerance()
231 if (Error) in DiffFilesWithTolerance()
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-defaulted-functions.cpp89 struct Error { struct
95 Error() noexcept(T::error);
96 Error(const Error&) noexcept(T::error);
97 Error(Error&&) noexcept(T::error);
98 Error &operator=(const Error&) noexcept(T::error);
99 Error &operator=(Error&&) noexcept(T::error);
100 ~Error() noexcept(T::error);
104 Error<int> e;
116 Error<int> e;
/external/webkit/LayoutTests/fast/xpath/
Dinvalid-functions-expected.txt1 PASS document.createExpression("foobar()", null) threw exception Error: INVALID_EXPRESSION_ERR: DOM…
2 …e("foobar()", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSIO…
3 PASS document.createExpression("position(//div)", null) threw exception Error: INVALID_EXPRESSION_E…
4 …tion(//div)", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSIO…
5 PASS document.createExpression("ceiling(1,2)", null) threw exception Error: INVALID_EXPRESSION_ERR:…
6 …eiling(1,2)", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSIO…
7 …2)", null).evaluate(document, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSIO…
8 PASS document.createExpression("boolean()", null) threw exception Error: INVALID_EXPRESSION_ERR: DO…
9 …("boolean()", document, null, XPathResult.ANY_TYPE, null) threw exception Error: INVALID_EXPRESSIO…
/external/valgrind/main/exp-sgcheck/
Dpc_common.h50 Bool pc_eq_Error ( VgRes res, Error* e1, Error* e2 );
51 void pc_before_pp_Error ( Error* err );
52 void pc_pp_Error ( Error* err );
53 UInt pc_update_Error_extra ( Error* err );
57 Bool pc_error_matches_suppression (Error* err, Supp* su);
58 Char* pc_get_error_name ( Error* err );
59 Bool pc_get_extra_suppression_info ( Error* err,
/external/llvm/lib/AsmParser/
DLLParser.cpp60 return Error(MDList[i].Loc, "use of undefined metadata '!" + in ValidateEndOfModule()
81 return Error(Fn.Loc, "unknown function referenced by blockaddress"); in ValidateEndOfModule()
94 return Error(NumberedTypes[i].second, in ValidateEndOfModule()
100 return Error(I->second.second, in ValidateEndOfModule()
104 return Error(ForwardRefVals.begin()->second.second, in ValidateEndOfModule()
109 return Error(ForwardRefValIDs.begin()->second.second, in ValidateEndOfModule()
114 return Error(ForwardRefMDNodes.begin()->second.second, in ValidateEndOfModule()
138 return Error(Refs[i].first.Loc, in ResolveForwardRefBlockAddresses()
146 return Error(Refs[i].first.Loc, in ResolveForwardRefBlockAddresses()
313 return Error(TypeLoc, "non-struct types may not be recursive"); in ParseUnnamedType()
[all …]

12345678910>>...36