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

  /external/libcxx/test/std/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);
  /external/libcxx/test/std/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);
  /external/libcxx/test/std/thread/futures/futures.errors/
make_error_condition.pass.cpp 16 // error_condition make_error_condition(future_errc e);
25 std::make_error_condition(std::future_errc::future_already_retrieved);
  /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 24 // make_error_condition must not be typo corrected to error_condition
25 // even though the first declaration of make_error_condition has not
29 *this = make_error_condition(_e);
34 inline error_condition make_error_condition(errc _e) { function
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 632 milliseconds