| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | OptBisect.h | 63 bool isEnabled() const override { return BisectLimit != Disabled; } in isEnabled() 85 static const int Disabled = std::numeric_limits<int>::max(); 88 int BisectLimit = Disabled;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
| D | tsd_exclusive.h | 67 !atomic_load(&Disabled, memory_order_acquire))) { in getTSDAndLock() 81 atomic_store(&Disabled, 1U, memory_order_release); in disable() 85 atomic_store(&Disabled, 0U, memory_order_release); in enable() 117 atomic_u8 Disabled = {}; member
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
| D | RegisterContextPOSIXCore_arm64.cpp | 100 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext() 104 m_sve_state = SVEState::Disabled; in ConfigureRegisterContext() 106 if (m_sve_state != SVEState::Disabled) in ConfigureRegisterContext() 146 if (m_sve_state == SVEState::Disabled) { in ReadRegister() 217 case SVEState::Disabled: in ReadRegister()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| D | ExecutionEngine.h | 458 void DisableLazyCompilation(bool Disabled = true) { 459 CompilingLazily = !Disabled; 468 void DisableGVCompilation(bool Disabled = true) { 469 GVCompilationDisabled = Disabled; 478 void DisableSymbolSearching(bool Disabled = true) { 479 SymbolSearchingDisabled = Disabled;
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | OptBisect.cpp | 29 cl::init(OptBisect::Disabled), cl::Optional, 52 const int OptBisect::Disabled; member in OptBisect
|
| D | LegacyPassManager.cpp | 46 Disabled, Arguments, Structure, Executions, Details enumerator 53 cl::values(clEnumVal(Disabled, "disable debug output"), 240 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | NativeRegisterContextLinux_arm64.cpp | 136 m_sve_state = SVEState::Disabled; in NativeRegisterContextLinux_arm64() 192 if (m_sve_state == SVEState::Disabled) { in ReadRegister() 237 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in ReadRegister() 323 if (m_sve_state == SVEState::Disabled) { in WriteRegister() 372 if (m_sve_state == SVEState::Disabled || m_sve_state == SVEState::Unknown) in WriteRegister() 922 if (!m_sve_header_is_valid && m_sve_state != SVEState::Disabled) { in ConfigureRegisterContext()
|
| /openbsd/src/gnu/usr.bin/perl/lib/Unicode/ |
| D | testnorm.t | 12 print "1..0 # skipped: Lengthy Tests Disabled; to enable set environment",
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | 101truncate-bzip2.t | 15 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 101truncate-zip.t | 16 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 101truncate-deflate.t | 15 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 101truncate-gzip.t | 16 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 105oneshot-zip-store-only.t | 20 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 101truncate-rawdeflate.t | 17 plan skip_all => "Lengthy Tests Disabled\n" .
|
| D | 020isize.t | 18 plan skip_all => "Lengthy Tests Disabled\n" .
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| D | RegisterInfoPOSIX_arm64.h | 18 enum class SVEState { Unknown, Disabled, FPSIMD, Full }; enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIWholeQuadMode.cpp | 129 char Disabled = 0; member 302 Flag &= ~II.Disabled; in markInstruction() 557 III.Disabled = StateWQM | StateStrict; in scanInstructions() 570 III.Disabled = StateStrict; in scanInstructions() 588 III.Disabled = StateWQM | StateStrict; in scanInstructions() 648 if ((II.OutNeeds & StateWQM) && !(II.Disabled & StateWQM) && in propagateInstruction() 1359 Needs &= ~III->second.Disabled; in processBlock()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/ |
| D | 07bufsize.t | 17 plan skip_all => "Lengthy Tests Disabled\n" .
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 385 Disabled, enumerator 393 MinimizeAddrInV5 MinimizeAddr = MinimizeAddrInV5::Disabled;
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorizationPlanner.h | 207 static VectorizationFactor Disabled() { in Disabled() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 62 cl::values(clEnumValN(TailPredication::Disabled, "disabled",
|
| D | ARMTargetTransformInfo.h | 44 Disabled = 0, enumerator
|
| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | 4k.md | 144 ;; (Disabled until we add cop0 support)
|
| /openbsd/src/gnu/gcc/gcc/config/cris/ |
| D | predicates.md | 82 ; Disabled until <URL:http://gcc.gnu.org/ml/gcc-patches/2005-10/msg01376.html>
|
| /openbsd/src/usr.bin/awk/ |
| D | FIXES | 119 Disabled utf-8 for non-multibyte locales, such as C or POSIX.
|