Home
last modified time | relevance | path

Searched refs:errc (Results 51 - 70 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp198 if (EC == errc::file_exists) in createUniqueEntity()
209 if (EC == errc::no_such_file_or_directory) in createUniqueEntity()
219 if (EC == errc::file_exists) in createUniqueEntity()
881 if (EC != errc::no_such_file_or_directory)
H A DMemoryBuffer.cpp382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
/third_party/mesa3d/src/tool/pps/
H A Dpps_config.cc76 if (res.ec == std::errc::invalid_argument) { in to_counter_id()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DRemarkStreamer.cpp42 return createStringError(std::make_error_code(std::errc::invalid_argument), in setFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrorHandling.cpp241 return make_error_code(errc::y)
H A DCachePruning.cpp174 if (EC == errc::no_such_file_or_directory) { in pruneCache()
H A DYAMLParser.cpp276 *EC = make_error_code(std::errc::invalid_argument); in setError()
H A DCommandLine.cpp1072 return llvm::createStringError(std::errc::illegal_byte_sequence, in ExpandResponseFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp50 return createStringError(errc::illegal_byte_sequence, in parse()
65 return createStringError(errc::illegal_byte_sequence, in parse()
H A DDWARFContext.cpp1918 return createStringError(errc::invalid_argument, in loadRegisterInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h342 if (EC == std::errc::file_exists) { in WriteGraph()
H A DError.h1212 inline Error createStringError(std::errc EC, char const *Fmt, in createStringError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp171 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
175 return errorCodeToError(errc::argument_out_of_domain); in evaluate()
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp568 if (result.ec != std::errc()) { in RegisterPassFromFlag()
583 if (result.ec != std::errc() || result.ptr != end) { in RegisterPassFromFlag()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchiveWriter.cpp92 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp20 return createStringError(std::errc::illegal_byte_sequence, Message.data()); in reportError()
H A DBitcodeReader.cpp110 return createStringError(std::errc::illegal_byte_sequence, in hasInvalidBitcodeHeader()
115 return createStringError(std::errc::illegal_byte_sequence, in hasInvalidBitcodeHeader()
122 return createStringError(std::errc::illegal_byte_sequence, in hasInvalidBitcodeHeader()
/third_party/node/deps/ada/
H A Dada.h5706 if (r.ec == std::errc::result_out_of_range) {
5707 ada_log("parse_port: std::errc::result_out_of_range");
5725 port = (r.ec == std::errc() && is_port_valid)
6610 if (r.ec == std::errc::result_out_of_range) {
6611 ada_log("parse_port: std::errc::result_out_of_range");
6625 ada_log("parse_port", r.ec == std::errc());
6630 if (r.ec == std::errc() && is_port_valid) {
H A Dada.cpp11271 if (r.ec != std::errc()) {
14060 if (r.ec != std::errc()) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp25280 enum class errc
25625 struct is_error_condition_enum<errc>
25688 error_code make_error_code(errc) noexcept;
25753 make_error_code(errc __e) noexcept
25769 error_condition make_error_condition(errc) noexcept;
25827 make_error_condition(errc __e) noexcept
[all...]

Completed in 96 milliseconds

123