HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 151 - 175 of 1862) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProfWriter.h 41 virtual std::error_code write(const FunctionSamples &S) = 0;
46 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 virtual std::error_code
82 std::error_code write(const FunctionSamples &S) override;
88 std::error_code
107 std::error_code write(const FunctionSamples &S) override;
113 std::error_code
115 std::error_code writeSummary();
116 std::error_code writeNameIdx(StringRef FName);
117 std::error_code writeBody(const FunctionSamples &S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProfWriter.h 41 virtual std::error_code write(const FunctionSamples &S) = 0;
46 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 virtual std::error_code
82 std::error_code write(const FunctionSamples &S) override;
88 std::error_code
107 std::error_code write(const FunctionSamples &S) override;
113 std::error_code
115 std::error_code writeSummary();
116 std::error_code writeNameIdx(StringRef FName);
117 std::error_code writeBody(const FunctionSamples &S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProfWriter.h 41 virtual std::error_code write(const FunctionSamples &S) = 0;
46 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 virtual std::error_code
82 std::error_code write(const FunctionSamples &S) override;
88 std::error_code
107 std::error_code write(const FunctionSamples &S) override;
113 std::error_code
115 std::error_code writeSummary();
116 std::error_code writeNameIdx(StringRef FName);
117 std::error_code writeBody(const FunctionSamples &S)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProfWriter.h 41 virtual std::error_code write(const FunctionSamples &S) = 0;
46 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
66 virtual std::error_code
82 std::error_code write(const FunctionSamples &S) override;
88 std::error_code
107 std::error_code write(const FunctionSamples &S) override;
113 std::error_code
115 std::error_code writeSummary();
116 std::error_code writeNameIdx(StringRef FName);
117 std::error_code writeBody(const FunctionSamples &S)
    [all...]
  /external/libcxx/src/experimental/filesystem/
directory_iterator.cpp 25 inline error_code capture_errno() {
27 return error_code{errno, std::generic_category()};
32 inline bool set_or_throw(std::error_code& my_ec,
33 std::error_code* user_ec,
45 inline path::string_type posix_readdir(DIR *dir_stream, error_code& ec) {
75 __dir_stream(const path& root, directory_options opts, error_code& ec)
79 ec = error_code(::GetLastError(), std::generic_category());
96 bool advance(error_code& ec) {
103 ec = error_code(::GetLastError(), std::generic_category());
109 std::error_code close() noexcept
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
directory_iterator.cpp 25 inline error_code capture_errno() {
27 return error_code{errno, std::generic_category()};
32 inline bool set_or_throw(std::error_code& my_ec,
33 std::error_code* user_ec,
45 inline path::string_type posix_readdir(DIR *dir_stream, error_code& ec) {
75 __dir_stream(const path& root, directory_options opts, error_code& ec)
79 ec = error_code(::GetLastError(), std::generic_category());
96 bool advance(error_code& ec) {
103 ec = error_code(::GetLastError(), std::generic_category());
109 std::error_code close() noexcept
    [all...]
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster.proto 126 ErrorCode error_code = 1;
134 ErrorCode error_code = 1;
146 ErrorCode error_code = 1;
158 ErrorCode error_code = 1;
171 ErrorCode error_code = 1;
187 ErrorCode error_code = 1;
198 ErrorCode error_code = 1;
207 ErrorCode error_code = 1;
217 ErrorCode error_code = 1;
226 ErrorCode error_code = 1
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 196 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) {
204 std::error_code reportInvalidFile(llvm::StringRef err) {
208 std::error_code readRange(const serialized_diags::Location &SDStart,
212 std::error_code readLocation(const serialized_diags::Location &SDLoc,
216 std::error_code visitStartOfDiagnostic() override;
217 std::error_code visitEndOfDiagnostic() override;
219 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override;
221 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override;
223 std::error_code visitDiagnosticRecord(
227 std::error_code visitFilenameRecord(unsigned ID, unsigned Size
    [all...]
  /external/libcxx/src/
system_error.cpp 55 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
223 // error_code
226 error_code::message() const
234 system_error::__init(const error_code& ec, string what_arg)
245 system_error::system_error(error_code ec, const string& what_arg)
251 system_error::system_error(error_code ec, const char* what_arg)
257 system_error::system_error(error_code ec)
264 : runtime_error(__init(error_code(ev, ecat), what_arg)),
265 __ec_(error_code(ev, ecat))
270 : runtime_error(__init(error_code(ev, ecat), what_arg))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
292 /// platform-specific error_code.
293 std::error_code make_absolute(const Twine &current_directory,
306 /// platform-specific error_code.
307 std::error_code make_absolute(SmallVectorImpl<char> &path);
313 /// specific error_code. If IgnoreExisting is false, also returns
315 std::error_code create_directories(const Twine &path,
323 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
292 /// platform-specific error_code.
293 std::error_code make_absolute(const Twine &current_directory,
306 /// platform-specific error_code.
307 std::error_code make_absolute(SmallVectorImpl<char> &path);
313 /// specific error_code. If IgnoreExisting is false, also returns
315 std::error_code create_directories(const Twine &path,
323 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 55 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT
223 // error_code
226 error_code::message() const
234 system_error::__init(const error_code& ec, string what_arg)
245 system_error::system_error(error_code ec, const string& what_arg)
251 system_error::system_error(error_code ec, const char* what_arg)
257 system_error::system_error(error_code ec)
264 : runtime_error(__init(error_code(ev, ecat), what_arg)),
265 __ec_(error_code(ev, ecat))
270 : runtime_error(__init(error_code(ev, ecat), what_arg))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
250 /// platform-specific error_code.
251 std::error_code make_absolute(const Twine &current_directory,
264 /// platform-specific error_code.
265 std::error_code make_absolute(SmallVectorImpl<char> &path);
271 /// specific error_code. If IgnoreExisting is false, also returns
273 std::error_code create_directories(const Twine &path,
281 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
250 /// platform-specific error_code.
251 std::error_code make_absolute(const Twine &current_directory,
264 /// platform-specific error_code.
265 std::error_code make_absolute(SmallVectorImpl<char> &path);
271 /// specific error_code. If IgnoreExisting is false, also returns
273 std::error_code create_directories(const Twine &path,
281 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
250 /// platform-specific error_code.
251 std::error_code make_absolute(const Twine &current_directory,
264 /// platform-specific error_code.
265 std::error_code make_absolute(SmallVectorImpl<char> &path);
271 /// specific error_code. If IgnoreExisting is false, also returns
273 std::error_code create_directories(const Twine &path,
281 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
250 /// platform-specific error_code.
251 std::error_code make_absolute(const Twine &current_directory,
264 /// platform-specific error_code.
265 std::error_code make_absolute(SmallVectorImpl<char> &path);
271 /// specific error_code. If IgnoreExisting is false, also returns
273 std::error_code create_directories(const Twine &path,
281 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) {
42 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr,
49 return std::error_code();
55 static std::error_code getObject(const T *&Obj, MemoryBufferRef M,
59 if (std::error_code EC = checkOffset(M, Addr, Size))
62 return std::error_code();
150 std::error_code EC = getSymbolName(Symb, Result);
170 if (std::error_code EC = getSection(SectionNumber, Section))
243 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec))
261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FileSystem.h 14 // All functions return an error_code and their actual work via the last out
19 // this does not guarantee that error_code will be in the set of explicitly
21 // errors occur, the correct error_code will be used ]. All functions may
274 /// platform-specific error_code.
275 std::error_code make_absolute(const Twine &current_directory,
288 /// platform-specific error_code.
289 std::error_code make_absolute(SmallVectorImpl<char> &path);
295 /// specific error_code. If IgnoreExisting is false, also returns
297 std::error_code create_directories(const Twine &path,
305 /// specific error_code. If IgnoreExisting is false, also return
    [all...]

Completed in 979 milliseconds

1 2 3 4 5 67 8 91011>>