Home
last modified time | relevance | path

Searched defs:nullDeref (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h170 inline llvm::Error nullDeref() { in nullDeref() function
/llvm-project/llvm/unittests/Support/
H A DCrashRecoveryTest.cpp37 static void nullDeref() { *(volatile int *)0x10 = 0; } nullDeref() function