HomeSort by relevance Sort by last modified time
    Searched refs:make_error (Results 1 - 25 of 366) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/unittests/Support/
ErrorTest.cpp 142 Error E = make_error<CustomError>(42);
154 Error E = make_error<CustomError>(1);
155 Error F = make_error<CustomSubError>(1, 2);
172 handleAllErrors(make_error<CustomError>(42), [&](const CustomError &CE) {
194 handleAllErrors(make_error<CustomError>(42), [](const CustomError &CE) {});
197 make_error<CustomError>(42),
200 handleAllErrors(make_error<CustomError>(42),
203 handleAllErrors(make_error<CustomError>(42),
206 handleAllErrors(make_error<CustomError>(42), [](CustomError &CE) {});
208 handleAllErrors(make_error<CustomError>(42)
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 29 make_error<RawError>(raw_error_code::corrupt_file,
32 return make_error<RawError>(raw_error_code::corrupt_file,
44 make_error<RawError>(raw_error_code::corrupt_file,
52 make_error<RawError>(raw_error_code::corrupt_file,
56 return make_error<RawError>(raw_error_code::corrupt_file,
66 make_error<RawError>(raw_error_code::corrupt_file,
70 return make_error<RawError>(raw_error_code::corrupt_file,
78 make_error<RawError>(raw_error_code::corrupt_file,
91 make_error<RawError>(raw_error_code::corrupt_file,
95 return make_error<RawError>(raw_error_code::corrupt_file
    [all...]
PublicsStream.cpp 93 return make_error<RawError>(raw_error_code::corrupt_file,
98 return make_error<RawError>(raw_error_code::corrupt_file,
102 return make_error<RawError>(raw_error_code::corrupt_file,
107 return make_error<RawError>(raw_error_code::corrupt_file,
112 make_error<RawError>(raw_error_code::corrupt_file,
120 make_error<RawError>(raw_error_code::corrupt_file,
133 make_error<RawError>(raw_error_code::corrupt_file,
140 make_error<RawError>(raw_error_code::corrupt_file,
146 make_error<RawError>(raw_error_code::corrupt_file,
152 make_error<RawError>(raw_error_code::corrupt_file
    [all...]
InfoStreamBuilder.cpp 33 return make_error<RawError>(raw_error_code::unspecified,
36 return make_error<RawError>(raw_error_code::unspecified,
39 return make_error<RawError>(raw_error_code::unspecified,
42 return make_error<RawError>(raw_error_code::unspecified,
  /external/llvm/lib/DebugInfo/CodeView/
ByteStream.cpp 20 return make_error<CodeViewError>(cv_error_code::operation_unsupported,
27 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
29 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
39 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
41 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
50 return make_error<CodeViewError>(cv_error_code::insufficient_buffer);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/Refactoring/
RefactoringResultConsumer.h 44 handleError(llvm::make_error<llvm::StringError>(
  /external/llvm/lib/DebugInfo/PDB/
PDB.cpp 36 return llvm::make_error<GenericError>("DIA is not installed on the system");
49 return llvm::make_error<GenericError>("DIA is not installed on the system");
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 51 return make_error<BinaryStreamError>(stream_error_code::invalid_offset);
53 return make_error<BinaryStreamError>(stream_error_code::stream_too_short);

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>