HomeSort by relevance Sort by last modified time
    Searched refs:make_error_condition (Results 1 - 5 of 5) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 14 // error_condition make_error_condition(errc e);
22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_condition.pass.cpp 12 // error_condition make_error_condition(io_errc e);
20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
make_error_condition.pass.cpp 14 // error_condition make_error_condition(future_errc e);
23 std::make_error_condition(std::future_errc::future_already_retrieved);
  /external/clang/test/SemaCXX/
typo-correction.cpp 23 // make_error_condition must not be typo corrected to error_condition
24 // even though the first declaration of make_error_condition has not
28 *this = make_error_condition(_e);
33 inline error_condition make_error_condition(errc _e) { function
  /external/llvm/include/llvm/Support/
system_error.h 209 error_condition make_error_condition(errc e);
681 {*this = make_error_condition(_e);}
695 {*this = make_error_condition(_e); return *this;}
715 inline error_condition make_error_condition(errc _e) { function in namespace:llvm

Completed in 108 milliseconds