HomeSort by relevance Sort by last modified time
    Searched refs:ec1 (Results 1 - 21 of 21) 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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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());
  /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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/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());
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
BaseFspPlatformLib.inf 18 FILE_GUID = 7DECCDAF-361F-4ec1-9714-260BAAF6F384
  /external/clang/test/Sema/
bitfield-promote.c 16 enum E { ec1, ec2, ec3 }; enumerator in enum:E
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
lsr.d 26 0x[0-9a-f]+ 2ec1 0201 lsr.eq r6,r6,r8
34 0x[0-9a-f]+ 2ec1 37c5 lsr.c r30,r30,blink
44 0x[0-9a-f]+ 2ec1 0009 lsr.gt r6,r6,r0
59 0x[0-9a-f]+ 2ec1 f0a9 0000 0001 lsr.f.gt 0,0x1,0x2
60 0x[0-9a-f]+ 2ec1 ff8c 0000 0200 lsr.f.le 0,0x200,0x200
61 0x[0-9a-f]+ 2ec1 f0aa 0000 0200 lsr.f.ge 0,0x200,0x2
pseudos.d 22 48: 0ec1 f044 ffff fffe brlo.* 0xfffffffe,r1,0x8
  /external/valgrind/helgrind/
libhb_core.c 4313 RCEC *ec0, *ec1, *ec2; local
    [all...]
  /external/libcxx/src/experimental/filesystem/
operations.cpp 473 std::error_code ec1, ec2; local
476 auto s1 = detail::posix_stat(p1.native(), st1, &ec1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp 436 std::error_code ec1, ec2; local
439 auto s1 = detail::posix_stat(p1.native(), st1, &ec1);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java     [all...]
  /external/icu/icu4c/source/common/
ucurr.cpp 1514 UErrorCode ec1 = U_ZERO_ERROR; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
all-opcodes.d 449 1b7: 3ec1.*
    [all...]

Completed in 1799 milliseconds