Home
last modified time | relevance | path

Searched refs:err_category (Results 1 – 10 of 10) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/Support/
H A DStatusCode.h51 const std::error_category &err_category() noexcept;
54 return std::error_code(static_cast<int>(e), vc::err_category()); in make_error_code()
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Derrhandler.c197 } err_category ; typedef
199 static const err_category error_categories[] = {
213 ( sizeof(error_categories) / sizeof(err_category) );
/dports/devel/boost-docs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Derror_code_enums2.cpp71 static struct err_category : std::error_category in make_error_code() struct
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Derror_code_enums2.cpp71 static struct err_category : std::error_category in make_error_code() struct
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Derror_code_enums2.cpp71 static struct err_category : std::error_category in make_error_code() struct
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/snippets/
H A Derror_code_enums2.cpp71 static struct err_category : std::error_category in make_error_code() struct
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/fix_pub/
H A Dfix_pub.cpp148 const auto& err_category = fix_pub::ERROR_CODE_STR.find(err_code); in GetErrorId() local
149 if (err_category != fix_pub::ERROR_CODE_STR.end()) { in GetErrorId()
151 const auto& error_sub_code_str = err_category->second.m_sub_errors.find(err_sub_code); in GetErrorId()
152 if (error_sub_code_str != err_category->second.m_sub_errors.end()) { in GetErrorId()
153 ret = err_category->second.m_error_str; in GetErrorId()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/Support/
H A DStatus.cpp62 const std::error_category &err_category() noexcept { return vc_err_category; } in err_category() function
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dpub_fix.cpp136 const auto& err_category = fix_pub::ERROR_CODE_STR.find(err_code); in GetErrorId() local
137 if (err_category != fix_pub::ERROR_CODE_STR.end()) { in GetErrorId()
139 const auto& error_sub_code_str = err_category->second.m_sub_errors.find(err_sub_code); in GetErrorId()
140 if (error_sub_code_str != err_category->second.m_sub_errors.end()) { in GetErrorId()
141 ret = err_category->second.m_error_str; in GetErrorId()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dpub_fix.cpp136 const auto& err_category = fix_pub::ERROR_CODE_STR.find(err_code); in GetErrorId() local
137 if (err_category != fix_pub::ERROR_CODE_STR.end()) { in GetErrorId()
139 const auto& error_sub_code_str = err_category->second.m_sub_errors.find(err_sub_code); in GetErrorId()
140 if (error_sub_code_str != err_category->second.m_sub_errors.end()) { in GetErrorId()
141 ret = err_category->second.m_error_str; in GetErrorId()