Home
last modified time | relevance | path

Searched defs:is_error_code_enum (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Ddcl58-cpp.cpp71 struct is_error_code_enum<MyError> : std::true_type {}; struct
85 struct is_error_code_enum<bool> : std::true_type {}; struct
102 struct is_error_code_enum<std::io_errc> : std::true_type {}; struct
131 struct is_error_code_enum<std::Outer::Inner> : std::true_type {}; struct
139 struct is_error_code_enum<std::detail::X> : std::true_type {}; struct
/llvm-project/libcxx/test/std/diagnostics/syserr/
H A Dis_error_code_enum.pass.cpp39 struct std::is_error_code_enum<A> : public std::true_type {}; struct
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
H A Dlwg3629.pass.cpp31 struct is_error_code_enum<User::Err> : true_type {}; global() struct
H A DErrorCodeEnum.pass.cpp29 template <> struct is_error_code_enum<testing> : public std::true_type {}; global() struct
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
H A Dlwg3629.pass.cpp31 struct is_error_code_enum<User::Err> : true_type {}; global() struct
H A DErrorCodeEnum.pass.cpp29 template <> struct is_error_code_enum<testing> : public std::true_type {}; global() struct
/llvm-project/libcxx/include/__system_error/
H A Derror_code.h30 struct _LIBCPP_TEMPLATE_VIS is_error_code_enum : public false_type {}; global() struct
/llvm-project/clang/test/OpenMP/
H A Dparallel_messages.cpp98 template <typename> struct is_error_code_enum : a {}; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dsystem-header-simulation.h19 struct is_error_code_enum : false_type {}; struct
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp1018 struct is_error_code_enum<test_error_code> : std::true_type {}; struct