| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
| D | RecordInitializer.cpp | 16 std::make_error_code(std::errc::bad_address), in visit() 22 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 34 std::make_error_code(std::errc::bad_address), in visit() 41 std::make_error_code(std::errc::invalid_argument), in visit() 49 std::make_error_code(std::errc::invalid_argument), in visit() 63 std::make_error_code(std::errc::bad_address), in visit() 69 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 76 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 88 std::make_error_code(std::errc::bad_address), in visit() 95 std::make_error_code(std::errc::invalid_argument), in visit() [all …]
|
| D | Trace.cpp | 42 std::make_error_code(std::errc::invalid_argument)); in loadNaiveFormatLog() 47 std::make_error_code(std::errc::invalid_argument)); in loadNaiveFormatLog() 69 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 76 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 89 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 96 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 115 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 123 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 131 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 138 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() [all …]
|
| D | FDRRecordProducer.cpp | 39 return createStringError(std::make_error_code(std::errc::invalid_argument), in metadataRecordType() 47 std::make_error_code(std::errc::executable_format_error), in metadataRecordType() 91 std::make_error_code(std::errc::executable_format_error), in findNextBufferExtent() 127 std::make_error_code(std::errc::executable_format_error), in produce() 153 std::make_error_code(std::errc::executable_format_error), in produce() 164 std::make_error_code(std::errc::executable_format_error), in produce() 185 std::make_error_code(std::errc::executable_format_error), in produce()
|
| D | FileHeaderReader.cpp | 32 std::make_error_code(std::errc::invalid_argument), in readBinaryFormatHeader() 40 std::make_error_code(std::errc::invalid_argument), in readBinaryFormatHeader() 48 std::make_error_code(std::errc::invalid_argument), in readBinaryFormatHeader() 58 std::make_error_code(std::errc::invalid_argument), in readBinaryFormatHeader()
|
| D | Profile.cpp | 60 std::make_error_code(std::errc::invalid_argument)); in readBlockHeader() 67 std::make_error_code(std::errc::invalid_argument)); in readBlockHeader() 74 std::make_error_code(std::errc::invalid_argument)); in readBlockHeader() 89 std::make_error_code(std::errc::invalid_argument)); in readPath() 108 std::make_error_code(std::errc::invalid_argument)); in readData() 115 std::make_error_code(std::errc::invalid_argument)); in readData() 125 std::make_error_code(std::errc::invalid_argument)); in addBlock() 136 std::make_error_code(std::errc::invalid_argument)); in expandPath()
|
| D | LogBuilderConsumer.cpp | 16 std::make_error_code(std::errc::invalid_argument), in consume() 25 std::make_error_code(std::errc::invalid_argument), in consume()
|
| D | InstrumentationMap.cpp | 67 std::make_error_code(std::errc::not_supported)); in loadObj() 82 std::make_error_code(std::errc::executable_format_error)); in loadObj() 132 std::make_error_code(std::errc::executable_format_error)); in loadObj() 165 std::make_error_code(std::errc::executable_format_error)); in loadObj()
|
| D | BlockVerifier.cpp | 112 std::make_error_code(std::errc::executable_format_error), in transition() 128 std::make_error_code(std::errc::executable_format_error), in transition() 195 std::make_error_code(std::errc::executable_format_error), in verify()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| D | BitstreamRemarkParser.cpp | 25 std::make_error_code(std::errc::illegal_byte_sequence), in unknownRecord() 32 std::make_error_code(std::errc::illegal_byte_sequence), in malformedRecord() 166 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 171 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 186 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 197 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 229 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlockInfoBlock() 240 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlockInfoBlock() 262 std::make_error_code(std::errc::illegal_byte_sequence), in isBlock() 283 return createStringError(std::make_error_code(std::errc::invalid_argument), in validateMagicNumber() [all …]
|
| D | RemarkParser.cpp | 39 std::make_error_code(std::errc::invalid_argument), in operator []() 58 std::make_error_code(std::errc::invalid_argument), in createRemarkParser() 63 return createStringError(std::make_error_code(std::errc::invalid_argument), in createRemarkParser() 74 return createStringError(std::make_error_code(std::errc::invalid_argument), in createRemarkParser() 82 return createStringError(std::make_error_code(std::errc::invalid_argument), in createRemarkParser() 103 return createStringError(std::make_error_code(std::errc::invalid_argument), in createRemarkParserFromMeta()
|
| D | RemarkFormat.cpp | 28 return createStringError(std::make_error_code(std::errc::invalid_argument), in parseFormat() 44 return createStringError(std::make_error_code(std::errc::invalid_argument), in magicToFormat()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackReader.cpp | 75 std::make_error_code(std::errc::invalid_argument)); in read() 84 std::make_error_code(std::errc::invalid_argument)); in read() 178 "Invalid first byte", std::make_error_code(std::errc::invalid_argument)); in read() 185 std::make_error_code(std::errc::invalid_argument)); in readRaw() 195 std::make_error_code(std::errc::invalid_argument)); in readInt() 205 std::make_error_code(std::errc::invalid_argument)); in readUInt() 215 std::make_error_code(std::errc::invalid_argument)); in readLength() 225 std::make_error_code(std::errc::invalid_argument)); in readExt() 235 std::make_error_code(std::errc::invalid_argument)); in createRaw() 245 std::make_error_code(std::errc::invalid_argument)); in createExt() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | Error.h | 39 inline std::error_code make_error_code(object_error e) { in make_error_code() function 57 setErrorCode(make_error_code(object_error::parse_failed)); in BinaryError()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
| D | Graph.h | 403 std::make_error_code(std::errc::invalid_argument)); in at() 412 std::make_error_code(std::errc::invalid_argument)); in at() 422 std::make_error_code(std::errc::invalid_argument)); in at() 431 std::make_error_code(std::errc::invalid_argument)); in at()
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 6223 VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT in make_error_code() function 6236 …OutOfHostMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eError… in OutOfHostMemoryError() 6238 …OutOfHostMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfHo… in OutOfHostMemoryError() 6244 …OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErr… in OutOfDeviceMemoryError() 6246 …OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOf… in OutOfDeviceMemoryError() 6252 …InitializationFailedError( std::string const & message ) : SystemError( make_error_code( Result::e… in InitializationFailedError() 6254 …InitializationFailedError( char const * message ) : SystemError( make_error_code( Result::eErrorIn… in InitializationFailedError() 6260 …DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError() 6262 …DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError() 6268 …MemoryMapFailedError( std::string const & message ) : SystemError( make_error_code( Result::eError… in MemoryMapFailedError() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 6012 VULKAN_HPP_INLINE std::error_code make_error_code( Result e ) VULKAN_HPP_NOEXCEPT in make_error_code() function 6026 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) in OutOfHostMemoryError() 6029 : SystemError( make_error_code( Result::eErrorOutOfHostMemory ), message ) in OutOfHostMemoryError() 6037 : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) in OutOfDeviceMemoryError() 6040 : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) in OutOfDeviceMemoryError() 6048 : SystemError( make_error_code( Result::eErrorInitializationFailed ), message ) in InitializationFailedError() 6051 : SystemError( make_error_code( Result::eErrorInitializationFailed ), message ) in InitializationFailedError() 6058 …DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDevic… in DeviceLostError() 6060 …DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost )… in DeviceLostError() 6067 : SystemError( make_error_code( Result::eErrorMemoryMapFailed ), message ) in MemoryMapFailedError() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeViewError.h | 38 inline std::error_code make_error_code(cv_error_code E) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| D | DIAError.h | 37 inline std::error_code make_error_code(dia_error_code E) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/ |
| D | MSFError.h | 38 inline std::error_code make_error_code(msf_error_code E) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| D | GenericError.h | 38 inline std::error_code make_error_code(pdb_error_code E) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | RawError.h | 45 inline std::error_code make_error_code(raw_error_code E) {
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | Error.cpp | 67 setErrorCode(make_error_code(ECOverride)); in GenericBinaryError()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | VirtualFileSystem.cpp | 327 return std::make_error_code(std::errc::not_a_directory); in setCurrentWorkingDirectory() 407 return make_error_code(llvm::errc::no_such_file_or_directory); in status() 418 return make_error_code(llvm::errc::no_such_file_or_directory); in openFileForRead() 882 return make_error_code(llvm::errc::invalid_argument); in openFileForRead() 946 EC = make_error_code(llvm::errc::not_a_directory); in dir_begin() 1665 return make_error_code(llvm::errc::invalid_argument); in lookupPath() 1675 return make_error_code(llvm::errc::no_such_file_or_directory); in lookupPath() 1698 return make_error_code(llvm::errc::no_such_file_or_directory); in lookupPath() 1710 return make_error_code(llvm::errc::not_a_directory); in lookupPath() 1720 return make_error_code(llvm::errc::no_such_file_or_directory); in lookupPath() [all …]
|
| D | MemoryBuffer.cpp | 129 return make_error_code(errc::not_enough_memory); in getMemBufferCopyImpl() 387 return make_error_code(errc::invalid_argument); in getReadWriteFile() 460 return make_error_code(errc::not_enough_memory); in getOpenFileImpl()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Errc.h | 78 inline std::error_code make_error_code(errc E) { in make_error_code() function
|