Home
last modified time | relevance | path

Searched defs:insufficient_buffer (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h20 insufficient_buffer, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h20 insufficient_buffer, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h23 insufficient_buffer, enumerator
/third_party/rust/rust/src/tools/miri/src/shims/windows/
Dforeign_items.rs454 let insufficient_buffer = this.eval_windows("c", "ERROR_INSUFFICIENT_BUFFER"); in emulate_foreign_item_by_name() localVariable