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

  /external/clang/test/CXX/expr/expr.post/expr.static.cast/
p9-0x.cpp 4 enum class EC { ec1 };
8 (void)static_cast<bool>(EC::ec1);
10 (void)static_cast<char>(EC::ec1);
12 (void)static_cast<int>(EC::ec1);
14 (void)static_cast<unsigned long>(EC::ec1);
16 (void)static_cast<float>(EC::ec1);
18 (void)static_cast<double>(EC::ec1);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 23 const std::error_code ec1(6, std::generic_category());
25 assert(ec1 < ec2);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 23 const std::error_condition ec1(6, std::generic_category());
25 assert(ec1 < ec2);
make_error_condition.pass.cpp 22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size); local
23 assert(ec1.value() == static_cast<int>(std::errc::message_size));
24 assert(ec1.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 23 const std::error_code ec1(6, std::generic_category());
25 assert(ec1 < ec2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 23 const std::error_condition ec1(6, std::generic_category());
25 assert(ec1 < ec2);
make_error_condition.pass.cpp 22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size); local
23 assert(ec1.value() == static_cast<int>(std::errc::message_size));
24 assert(ec1.category() == std::generic_category());
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_condition.pass.cpp 20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); local
21 assert(ec1.value() == static_cast<int>(std::io_errc::stream));
22 assert(ec1.category() == std::iostream_category());
  /external/libcxx/test/std/thread/futures/futures.errors/
make_error_condition.pass.cpp 24 const std::error_condition ec1 = local
26 assert(ec1.value() ==
28 assert(ec1.category() == std::future_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_condition.pass.cpp 20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); local
21 assert(ec1.value() == static_cast<int>(std::io_errc::stream));
22 assert(ec1.category() == std::iostream_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
make_error_condition.pass.cpp 22 const std::error_condition ec1 = local
24 assert(ec1.value() ==
26 assert(ec1.category() == std::future_category());
  /external/clang/test/Sema/
bitfield-promote.c 16 enum E { ec1, ec2, ec3 }; enumerator in enum:E
  /external/valgrind/helgrind/
libhb_core.c 4313 RCEC *ec0, *ec1, *ec2; local
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java     [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 1552 UErrorCode ec1 = U_ZERO_ERROR; local
    [all...]

Completed in 388 milliseconds