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

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
lt.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(!(e_cat1 < e_cat2) && !(e_cat2 < e_cat1));
25 assert((e_cat1 < e_cat3) || (e_cat3 < e_cat1));
eq.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(e_cat1 == e_cat2);
25 assert(!(e_cat1 == e_cat3));
neq.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(!(e_cat1 != e_cat2));
25 assert(e_cat1 != e_cat3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
lt.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(!(e_cat1 < e_cat2) && !(e_cat2 < e_cat1));
25 assert((e_cat1 < e_cat3) || (e_cat3 < e_cat1));
eq.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(e_cat1 == e_cat2);
25 assert(!(e_cat1 == e_cat3));
neq.pass.cpp 21 const std::error_category& e_cat1 = std::generic_category(); local
24 assert(!(e_cat1 != e_cat2));
25 assert(e_cat1 != e_cat3);
  /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp 20 const std::error_category& e_cat1 = std::iostream_category(); local
21 std::string m1 = e_cat1.name();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/
iostream_category.pass.cpp 20 const std::error_category& e_cat1 = std::iostream_category(); local
21 std::string m1 = e_cat1.name();
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp 33 const std::error_category& e_cat1 = std::generic_category(); local
34 const std::string msg = e_cat1.message(-1);
41 const std::error_category& e_cat1 = std::generic_category(); local
42 std::string m1 = e_cat1.name();
system_category.pass.cpp 33 const std::error_category& e_cat1 = std::system_category(); local
34 const std::string msg = e_cat1.message(-1);
41 const std::error_category& e_cat1 = std::system_category(); local
42 std::error_condition e_cond = e_cat1.default_error_condition(5);
45 e_cond = e_cat1.default_error_condition(5000);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
generic_category.pass.cpp 32 const std::error_category& e_cat1 = std::generic_category(); local
33 const std::string msg = e_cat1.message(-1);
42 const std::error_category& e_cat1 = std::generic_category(); local
43 std::string m1 = e_cat1.name();
system_category.pass.cpp 32 const std::error_category& e_cat1 = std::system_category(); local
33 const std::string msg = e_cat1.message(-1);
42 const std::error_category& e_cat1 = std::system_category(); local
43 std::error_condition e_cond = e_cat1.default_error_condition(5);
46 e_cond = e_cat1.default_error_condition(5000);
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp 24 const std::error_category& e_cat1 = std::generic_category(); local
26 std::string m1 = e_cat1.message(5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp 24 const std::error_category& e_cat1 = std::generic_category(); local
26 std::string m1 = e_cat1.message(5);

Completed in 555 milliseconds