Home
last modified time | relevance | path

Searched refs:ec2 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
Dlt.pass.cpp24 const std::error_code ec2(7, std::generic_category()); in main() local
25 assert(ec1 < ec2); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
Dlt.pass.cpp24 const std::error_condition ec2(7, std::generic_category()); in main() local
25 assert(ec1 < ec2); in main()