Searched refs:MemoryError (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCommonBugCategories.cpp20 const char *const MemoryError = "Memory error"; member in namespace:clang::ento::categories
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DCommonBugCategories.h19 extern const char *const MemoryError;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-disasm.py175 except gdb.MemoryError:
199 except gdb.MemoryError as e:
200 raise gdb.MemoryError("cannot read code at address 0x2")
338 """Raise a MemoryError exception from the DisassembleInfo.read_memory
348 raise gdb.MemoryError(0x1234)
388 """Raise a MemoryError exception from the DisassembleInfo.read_memory
396 raise gdb.MemoryError(0x1234)
402 except gdb.MemoryError:
523 raise gdb.MemoryError("invalid length and offset combination")
H A Dpy-prettyprint.py37 raise gdb.MemoryError("hi bob")
264 raise gdb.MemoryError("Cannot access memory.")
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
H A Dexplore.py252 except gdb.MemoryError:
276 except gdb.MemoryError:
345 except gdb.MemoryError:
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
H A Dexplore.py251 except gdb.MemoryError:
280 except gdb.MemoryError:
351 except gdb.MemoryError:
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckPlacementNew.cpp58 categories::MemoryError};
60 categories::MemoryError};
H A DValistChecker.cpp257 categories::MemoryError));
280 "Leaked va_list", categories::MemoryError,
H A DMIGChecker.cpp40 categories::MemoryError};
H A DNullabilityChecker.cpp125 categories::MemoryError));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.py35 raise gdb.MemoryError ('hi bob')
242 raise gdb.MemoryError ("Cannot access memory.")

Completed in 314 milliseconds