Home
last modified time | relevance | path

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

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