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 D | Path.cpp | 198 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 D | MemoryBuffer.cpp | 382 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 76 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 D | RemarkStreamer.cpp | 42 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 D | ErrorHandling.cpp | 241 return make_error_code(errc::y)
|
H A D | CachePruning.cpp | 174 if (EC == errc::no_such_file_or_directory) { in pruneCache()
|
H A D | YAMLParser.cpp | 276 *EC = make_error_code(std::errc::invalid_argument); in setError()
|
H A D | CommandLine.cpp | 1072 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 D | DWARFDebugFrame.cpp | 50 return createStringError(errc::illegal_byte_sequence, in parse() 65 return createStringError(errc::illegal_byte_sequence, in parse()
|
H A D | DWARFContext.cpp | 1918 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 D | GraphWriter.h | 342 if (EC == std::errc::file_exists) { in WriteGraph()
|
H A D | Error.h | 1212 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 D | CoverageMapping.cpp | 171 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 D | optimizer.cpp | 568 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 D | ArchiveWriter.cpp | 92 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 D | BitcodeAnalyzer.cpp | 20 return createStringError(std::errc::illegal_byte_sequence, Message.data()); in reportError()
|
H A D | BitcodeReader.cpp | 110 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 D | ada.h | 5706 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 D | ada.cpp | 11271 if (r.ec != std::errc()) { 14060 if (r.ec != std::errc()) {
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 25280 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