/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 47 static inline Error createError(const Twine &Err) { in createError() function 68 return createError(Msg); in defaultWarningHandler() 195 return createError("invalid e_phentsize: " + in program_headers() 200 return createError("program headers are longer than binary of size " + in program_headers() 221 Err = createError("PT_NOTE header has invalid offset (0x" + in notes_begin() 240 Err = createError("SHT_NOTE section " + getSecIndexForError(this, &Shdr) + in notes_begin() 313 return createError("invalid section index: " + Twine(Index)); in getSection() 325 return createError( in getExtendedSymbolTableIndex() 383 return createError("unable to get symbol from section " + in getSymbol() 394 return createError("sectio in getSectionContentsAsArray() [all...] |
H A D | Minidump.h | 144 static Error createError(StringRef Str) { in createError() function in llvm::object::MinidumpFile 196 return createError("No such stream"); in getStream()
|
H A D | ELFObjectFile.h | 922 return createError("Section is not SHT_RELA"); in getRelocationAddend()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Minidump.cpp | 35 return createError("String size not even"); in getString() 51 return createError("String decoding failed"); in getString() 60 return createError("No such stream"); in getMemoryInfoList() 78 return createError("No such stream"); in getListStream() 119 return createError("Invalid signature"); in create() 121 return createError("Invalid version"); in create() 146 return createError("Cannot handle one of the minidump streams"); in create() 150 return createError("Duplicate stream type"); in create()
|
H A D | Decompressor.cpp | 23 return createError("zlib is not available"); in create() 38 return createError("corrupted compressed section header"); in consumeCompressedGnuHeader() 44 return createError("corrupted uncompressed section size"); in consumeCompressedGnuHeader() 56 return createError("corrupted compressed section header"); in consumeCompressedZLibHeader() 63 return createError("unsupported compression type"); in consumeCompressedZLibHeader()
|
H A D | COFFModuleDefinition.cpp | 83 static Error createError(const Twine &Err) { in createError() function 172 return createError("integer expected"); in readAsInt() 179 return createError(Msg); in expect() 226 return createError("unknown directive: " + Tok.Value); in parseOne() 237 return createError("identifier expected, but got " + Tok.Value); in parseExport() 341 return createError("identifier expected, but got " + Tok.Value); in parseVersion() 345 return createError("integer expected, but got " + Tok.Value); in parseVersion() 349 return createError("integer expected, but got " + Tok.Value); in parseVersion()
|
H A D | ELF.cpp | 361 return createError("invalid packed relocation header"); in android_relas() 379 return createError(ErrStr); in android_relas() 386 return createError("relocation group unexpectedly large"); in android_relas() 420 return createError(ErrStr); in android_relas() 424 return createError(ErrStr); in android_relas() 543 return createError("invalid empty dynamic section"); in dynamicEntries() 547 return createError("malformed dynamic section"); in dynamicEntries() 551 return createError("dynamic sections must be DT_NULL terminated"); in dynamicEntries() 575 return createError("virtual address is not in any segment: 0x" + in toMappedAddr() 581 return createError("virtua in toMappedAddr() [all...] |
H A D | ELFObjectFile.cpp | 77 return createError("Insufficient alignment"); in createELFObjectFile() 85 return createError("Invalid ELF data"); in createELFObjectFile() 92 return createError("Invalid ELF data"); in createELFObjectFile() 94 return createError("Invalid ELF class"); in createELFObjectFile()
|
/third_party/node/deps/npm/node_modules/err-code/ |
H A D | index.js | 15 function createError(err, code, props) { function 47 module.exports = createError;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Compression.cpp | 27 static Error createError(StringRef Err) { in createError() function 60 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in compress() 71 return Res ? createError(convertZlibCodeToString(Res)) : Error::success(); in uncompress()
|
H A D | APFloat.cpp | 211 static inline Error createError(const Twine &Err) { in createError() function 249 return createError("Exponent has no digits"); in readExponent() 254 return createError("Invalid character in exponent"); in readExponent() 261 return createError("Invalid character in exponent"); in readExponent() 286 return createError("Exponent has no digits"); in totalExponent() 292 return createError("Exponent has no digits"); in totalExponent() 302 return createError("Invalid character in exponent"); in totalExponent() 341 return createError("Significand has no digits"); in skipLeadingZeroesAndAnyDot() 386 return createError("String contains multiple dots"); in interpretDecimal() 397 return createError("Invali in interpretDecimal() [all...] |
/third_party/node/test/js-native-api/test_error/ |
H A D | test_error.c | 73 static napi_value createError(napi_env env, napi_callback_info info) { in createError() function 182 DECLARE_NODE_API_PROPERTY("createError", createError), in Init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1341 static Error createError(const Twine &Reason, llvm::Error E) { in createError() function 1374 return createError("failed to compute symbol address: ", in getSymbolInfo() 1380 return createError("failed to get symbol section: ", in getSymbolInfo() 1604 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1625 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1750 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() 1762 createError("failed to compute relocation: " + Type + ", ", in DWARFObjInMemory()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 43301 function createError(location, message, arg0, arg1, arg2, arg3) { global() function [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |