Home
last modified time | relevance | path

Searched defs:Disable (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp202 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
291 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp397 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp78 enum DefaultOnOff { Default, Enable, Disable }; enumerator