Home
last modified time | relevance | path

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

12345678910>>...39

/freebsd-12.1/usr.bin/bmake/tests/execution/joberr/
H A Dexpected.stdout.11 Error: build failed
3 Error: build failed
5 Error: build failed
7 Error: build failed
9 Error: build failed
11 Error: build failed
13 Error: build failed
15 Error: build failed
17 Error: build failed
19 Error: build failed
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h67 Error dump() override;
79 Error dumpUdtStats();
84 Error dumpLines();
86 Error dumpXmi();
87 Error dumpXme();
88 Error dumpFpo();
93 Error dumpModules();
97 Error dumpGSIRecords();
98 Error dumpGlobals();
99 Error dumpPublics();
[all …]
H A DMinimalTypeDumper.cpp250 return Error::success(); in visitTypeBegin()
258 return Error::success(); in visitTypeEnd()
263 return Error::success(); in visitMemberBegin()
271 return Error::success(); in visitMemberEnd()
285 return Error::success(); in visitKnownRecord()
291 return Error::success(); in visitKnownRecord()
306 return Error::success(); in visitKnownRecord()
321 return Error::success(); in visitKnownRecord()
335 return Error::success(); in visitKnownRecord()
348 return Error::success(); in visitKnownRecord()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp52 return Error::success(); in visitTypeBegin()
59 return Error::success(); in visitTypeBegin()
62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()
67 return Error::success(); in visitKnownRecord()
73 return Error::success(); in visitKnownRecord()
88 return Error::success(); in visitKnownRecord()
102 return Error::success(); in visitKnownRecord()
107 return Error::success(); in visitKnownRecord()
112 return Error::success(); in visitKnownRecord()
117 return Error::success(); in visitKnownRecord()
[all …]
H A DTypeRecordMapping.cpp39 return Error::success(); in operator ()()
81 return Error::success(); in mapNameAndUniqueName()
97 return Error::success(); in visitTypeBegin()
107 return Error::success(); in visitTypeEnd()
123 return Error::success(); in visitMemberBegin()
137 return Error::success(); in visitMemberEnd()
144 return Error::success(); in visitKnownRecord()
155 return Error::success(); in visitKnownRecord()
169 return Error::success(); in visitKnownRecord()
177 return Error::success(); in visitKnownRecord()
[all …]
H A DSymbolRecordMapping.cpp24 return Error::success(); in operator ()()
34 return Error::success(); in mapLocalVariableAddrRange()
39 return Error::success(); in visitSymbolBegin()
45 return Error::success(); in visitSymbolEnd()
57 return Error::success(); in visitKnownRecord()
72 return Error::success(); in visitKnownRecord()
85 return Error::success(); in visitKnownRecord()
100 return Error::success(); in visitKnownRecord()
112 return Error::success(); in visitKnownRecord()
122 return Error::success(); in visitKnownRecord()
[all …]
H A DSymbolDumper.cpp109 return Error::success(); in visitSymbolBegin()
118 return Error::success(); in visitSymbolEnd()
133 return Error::success(); in visitKnownRecord()
145 return Error::success(); in visitKnownRecord()
156 return Error::success(); in visitKnownRecord()
169 return Error::success(); in visitKnownRecord()
181 return Error::success(); in visitKnownRecord()
189 return Error::success(); in visitKnownRecord()
195 return Error::success(); in visitKnownRecord()
210 return Error::success(); in visitKnownRecord()
[all …]
H A DTypeDumpVisitor.cpp181 return Error::success(); in visitTypeBegin()
190 return Error::success(); in visitTypeEnd()
199 return Error::success(); in visitMemberBegin()
208 return Error::success(); in visitMemberEnd()
216 return Error::success(); in visitKnownRecord()
222 return Error::success(); in visitKnownRecord()
233 return Error::success(); in visitKnownRecord()
244 return Error::success(); in visitKnownRecord()
258 return Error::success(); in visitKnownRecord()
270 return Error::success(); in visitKnownRecord()
[all …]
H A DCVTypeVisitor.cpp30 return Error::success(); in visitKnownRecord()
40 return Error::success(); in visitKnownMember()
69 return Error::success(); in visitMemberRecord()
79 Error visitTypeRecord(CVType &Record);
83 Error visitTypeStream(CVTypeRange Types);
90 Error finishVisitation(CVType &Record);
121 return Error::success(); in finishVisitation()
148 return Error::success(); in visitTypeStream()
156 return Error::success(); in visitTypeStream()
167 return Error::success(); in visitTypeStream()
[all …]
H A DCodeViewRecordIO.cpp24 return Error::success(); in beginRecord()
38 return Error::success(); in endRecord()
89 return Error::success(); in mapByteVectorTail()
99 return Error::success(); in mapByteVectorTail()
113 return Error::success(); in mapInteger()
132 return Error::success(); in mapEncodedInteger()
145 return Error::success(); in mapEncodedInteger()
168 return Error::success(); in mapStringZ()
185 return Error::success(); in mapGuid()
206 return Error::success(); in mapStringZVectorZ()
[all …]
/freebsd-12.1/contrib/llvm/lib/XRay/
H A DBlockIndexer.cpp19 Error BlockIndexer::visit(BufferExtents &) { return Error::success(); } in visit()
24 return Error::success(); in visit()
29 return Error::success(); in visit()
34 return Error::success(); in visit()
39 return Error::success(); in visit()
44 return Error::success(); in visit()
49 return Error::success(); in visit()
54 return Error::success(); in visit()
60 return Error::success(); in visit()
70 return Error::success(); in visit()
[all …]
H A DRecordPrinter.cpp18 return Error::success(); in visit()
24 return Error::success(); in visit()
29 return Error::success(); in visit()
34 return Error::success(); in visit()
42 return Error::success(); in visit()
49 return Error::success(); in visit()
57 return Error::success(); in visit()
62 return Error::success(); in visit()
67 return Error::success(); in visit()
72 return Error::success(); in visit()
[all …]
H A DFDRTraceExpander.cpp24 return Error::success(); in visit()
27 Error TraceExpander::visit(WallclockRecord &) { return Error::success(); } in visit()
32 return Error::success(); in visit()
37 return Error::success(); in visit()
51 return Error::success(); in visit()
66 return Error::success(); in visit()
82 return Error::success(); in visit()
88 return Error::success(); in visit()
93 return Error::success(); in visit()
102 return Error::success(); in visit()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticParseKinds.td25 def err_msasm_unsupported_arch : Error<
136 def err_stmtexpr_file_scope : Error<
175 def err_expected_fn_body : Error<
263 def err_atimport : Error<
413 def err_arc_bridge_retain : Error<
643 def err_ms_declspec_type : Error<
862 def err_expected_capture : Error<
885 def err_expected_version : Error<
890 def err_zero_version : Error<
937 def err_type_trait_arity : Error<
[all …]
H A DDiagnosticDriverKinds.td20 def err_drv_unknown_stdin_type : Error<
25 def err_drv_invalid_arch_name : Error<
35 def err_drv_no_cuda_libdevice : Error<
60 def err_drv_use_of_Z_option : Error<
70 def err_drv_command_failure : Error<
92 def err_drv_no_ast_support : Error<
102 def err_drv_command_failed : Error<
108 def err_drv_force_crash : Error<
112 def err_drv_invalid_mtp : Error<
114 def err_drv_missing_arg_mtp : Error<
[all …]
H A DDiagnosticLexKinds.td96 def err_raw_delim_too_long : Error<
115 def err_invalid_utf8 : Error<
117 def err_non_ascii : Error<
176 def err_invalid_digit : Error<
211 def err_escape_too_large : Error<
245 def err_pp_invalid_udl : Error<
451 def err_pp_expected_eol : Error<
507 def err__Pragma_malformed : Error<
570 def err_paste_at_start : Error<
586 def err_pp_bad_paste : Error<
[all …]
H A DDiagnosticCommonKinds.td51 def err_invalid_string_udl : Error<
53 def err_invalid_character_udl : Error<
55 def err_invalid_numeric_udl : Error<
82 def err_deleted_non_function : Error<
86 def err_module_build_disabled: Error<
89 def err_module_unavailable : Error<
102 def err_module_prebuilt : Error<
211 def err_seh___except_block : Error<
213 def err_seh___except_filter : Error<
245 def err_mips_fp64_req : Error<
[all …]
H A DDiagnosticFrontendKinds.td101 def err_fe_no_pch_in_dir : Error<
105 def err_fe_invalid_alignment : Error<
119 def err_verify_missing_line : Error<
121 def err_verify_missing_file : Error<
123 def err_verify_invalid_range : Error<
127 def err_verify_missing_end : Error<
180 def err_missing_module_name : Error<
183 def err_missing_module : Error<
223 def err_invalid_vfs_overlay : Error<
239 def err_alias_to_undefined : Error<
[all …]
H A DDiagnosticSemaKinds.td73 def err_expr_not_ice : Error<
85 def err_expr_not_cce : Error<
107 def err_ice_too_large : Error<
132 def err_vla_in_sfinae : Error<
144 def err_vla_unsupported : Error<
524 def err_access_decl : Error<
1454 def err_access : Error<
1460 def err_access_ctor : Error<
1483 def err_access_dtor : Error<
2901 def err_cconv_knr : Error<
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbacks.h24 virtual Error visitUnknownType(CVType &Record) { return Error::success(); } in visitUnknownType()
32 virtual Error visitTypeBegin(CVType &Record) { return Error::success(); } in visitTypeBegin()
33 virtual Error visitTypeBegin(CVType &Record, TypeIndex Index) { in visitTypeBegin()
34 return Error::success(); in visitTypeBegin()
36 virtual Error visitTypeEnd(CVType &Record) { return Error::success(); } in visitTypeEnd()
38 virtual Error visitUnknownMember(CVMemberRecord &Record) { in visitUnknownMember()
39 return Error::success(); in visitUnknownMember()
42 virtual Error visitMemberBegin(CVMemberRecord &Record) { in visitMemberBegin()
43 return Error::success(); in visitMemberBegin()
46 virtual Error visitMemberEnd(CVMemberRecord &Record) { in visitMemberEnd()
[all …]
H A DCodeViewRecordIO.h40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
57 return Error::success(); in mapObject()
80 return Error::success(); in mapEnum()
85 Error mapEncodedInteger(APSInt &Value);
86 Error mapStringZ(StringRef &Value);
87 Error mapGuid(GUID &Guid);
114 return Error::success(); in mapVectorN()
133 return Error::success(); in mapVectorTail()
139 Error padToAlignment(uint32_t Align);
[all …]
H A DTypeVisitorCallbackPipeline.h31 return Error::success(); in visitUnknownType()
39 return Error::success(); in visitUnknownMember()
42 Error visitTypeBegin(CVType &Record) override { in visitTypeBegin()
47 return Error::success(); in visitTypeBegin()
55 return Error::success(); in visitTypeBegin()
58 Error visitTypeEnd(CVType &Record) override { in visitTypeEnd()
63 return Error::success(); in visitTypeEnd()
71 return Error::success(); in visitMemberBegin()
79 return Error::success(); in visitMemberEnd()
105 return Error::success(); in visitKnownRecordImpl()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DError.h177 Error() { in Error() function
187 Error(const Error &Other) = delete;
192 Error(Error &&Other) { in Error() function
205 Error &operator=(const Error &Other) = delete;
211 Error &operator=(Error &&Other) {
228 ~Error() { in ~Error()
367 friend Error joinErrors(Error, Error);
392 static Error join(Error E1, Error E2) { in join()
424 inline Error joinErrors(Error E1, Error E2) { in joinErrors()
882 Error handleErrors(Error E, HandlerTs &&... Hs) { in handleErrors()
[all …]
H A DBinaryStreamReader.h86 return Error::success(); in readInteger()
97 return Error::success(); in readEnum()
106 Error readCString(StringRef &Dest);
163 return Error::success(); in readObject()
180 return Error::success(); in readArray()
194 return Error::success(); in readArray()
212 return Error::success();
227 return Error::success(); in readArray()
239 return Error::success(); in readArray()
252 Error skip(uint32_t Amount);
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp70 : Code(MatcherCode), StartOfLine(MatcherCode), Error(Error) { in CodeTokenizer()
76 : Code(MatcherCode), StartOfLine(MatcherCode), Error(Error), in CodeTokenizer()
241 Error->addError(Range, Error->ET_ParserNumberError) << Result->Text; in consumeNumberLiteral()
275 Error->addError(Range, Error->ET_ParserStringError) << ErrorText; in consumeStringLiteral()
411 Error->addError(IDToken.Range, Error->ET_ParserMalformedBindExpr); in parseBindID()
431 Error->addError(OpenToken.Range, Error->ET_ParserNoOpenParen) in parseMatcherExpressionImpl()
460 Error->addError(CommaToken.Range, Error->ET_ParserNoComma) in parseMatcherExpressionImpl()
482 Error->addError(OpenToken.Range, Error->ET_ParserNoCloseParen); in parseMatcherExpressionImpl()
598 NamedValues(NamedValues), Error(Error) {} in Parser()
670 Error->addError(SourceRange(), Error->ET_ParserNotAMatcher); in parseMatcherExpression()
[all …]

12345678910>>...39