| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXStoredDiagnostic.cpp | 52 CXString CXStoredDiagnostic::getDiagnosticOption(CXString *Disable) const { in getDiagnosticOption() 56 if (Disable) in getDiagnosticOption() 57 *Disable = cxstring::createDup((Twine("-Wno-") + Option).str()); in getDiagnosticOption() 62 if (Disable) in getDiagnosticOption() 63 *Disable = cxstring::createRef("-ferror-limit=0"); in getDiagnosticOption()
|
| H A D | CIndexDiagnostic.cpp | 60 CXString getDiagnosticOption(CXString *Disable) const override { in getDiagnosticOption() 61 if (Disable) in getDiagnosticOption() 62 *Disable = cxstring::createEmpty(); in getDiagnosticOption() 384 CXString clang_getDiagnosticOption(CXDiagnostic Diag, CXString *Disable) { in clang_getDiagnosticOption() argument 385 if (Disable) in clang_getDiagnosticOption() 386 *Disable = cxstring::createEmpty(); in clang_getDiagnosticOption() 389 return D->getDiagnosticOption(Disable); in clang_getDiagnosticOption()
|
| H A D | CIndexDiagnostic.h | 71 virtual CXString getDiagnosticOption(CXString *Disable) const = 0; 132 CXString getDiagnosticOption(CXString *Disable) const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | WithColor.cpp | 74 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error() 84 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning() 94 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note() 104 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark() 113 case ColorMode::Disable: in colorsEnabled()
|
| H A D | CrashRecoveryContext.cpp | 147 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 206 CrashRecoveryContext::Disable(); in ExceptionFilter() 283 CrashRecoveryContext::Disable(); in ExceptionHandler() 365 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
|
| /netbsd-src/sys/arch/mips/mips/ |
| H A D | cache_tx39_subr.S | 57 mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts. 60 # Disable the I-cache. 104 mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts. 107 # Disable the I-cache.
|
| H A D | cache_r3k_subr.S | 151 mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts. 193 mtc0 zero, MIPS_COP_0_STATUS # Disable interrupts.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 86 if (Attrs.UnrollEnable == LoopAttributes::Disable) in createPartialUnrollMetadata() 148 if (Attrs.UnrollAndJamEnable == LoopAttributes::Disable) in createUnrollAndJamMetadata() 216 if (Attrs.VectorizeEnable == LoopAttributes::Disable) in createLoopVectorizeMetadata() 307 (Attrs.VectorizeScalable == LoopAttributes::Disable && in createLoopVectorizeMetadata() 309 bool AttrVal = Attrs.VectorizeEnable != LoopAttributes::Disable; in createLoopVectorizeMetadata() 334 if (Attrs.DistributeEnable == LoopAttributes::Disable) in createLoopDistributeMetadata() 384 if (Attrs.UnrollEnable == LoopAttributes::Disable) in createFullUnrollMetadata() 531 case LoopAttributes::Disable: in finish() 612 LoopHintAttr::LoopHintState State = LoopHintAttr::Disable; in push() 639 case LoopHintAttr::Disable: in push() [all …]
|
| H A D | CGLoopInfo.h | 44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator 237 Enable ? LoopAttributes::Enable : LoopAttributes::Disable; 243 Enable ? LoopAttributes::Enable : LoopAttributes::Disable;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Benchmarking.rst | 24 * Disable as many processes or services as possible on the target system. 26 * Disable frequency scaling, turbo boost and address space 44 * Disable address space randomization:: 64 * Disable the SMT pair of the cpus you will use for the benchmark. The 85 * Disable turbo mode::
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-nds32.texi | 83 Enable/Disable Multiply instructions support. 86 Enable/Disable Divide instructions support. 89 Enable/Disable 16-bit extension 92 Enable/Disable d0/d1 registers 95 Enable/Disable Performance extension 98 Enable/Disable Performance extension 2 101 Enable/Disable String extension 104 Enable/Disable Reduced Register configuration (GPR16) option 107 Enable/Disable AUDIO ISA extension 110 Enable/Disable FPU SP extension [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-nds32.texi | 83 Enable/Disable Multiply instructions support. 86 Enable/Disable Divide instructions support. 89 Enable/Disable 16-bit extension 92 Enable/Disable d0/d1 registers 95 Enable/Disable Performance extension 98 Enable/Disable Performance extension 2 101 Enable/Disable String extension 104 Enable/Disable Reduced Register configuration (GPR16) option 107 Enable/Disable AUDIO ISA extension 110 Enable/Disable FPU SP extension [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/windows/ |
| H A D | NTMakefile.config | 42 # Disable AFS support 99 # Disable weak crypto 105 # Disable use of GSS LOCALNAME support 114 # Disable build of installers
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog.tuples | 526 (execute_pre): Disable SCCVN insertion even for FRE. 1227 * tree-vn.c (vn_add): Disable call to add_to_value. 2297 * ipa-cp.c (ipcp_driver): Disable. 2299 (gate_matrix_reorg): Disable. 2707 * Makefile.in (STRICT_WARN): Disable -Wmissing-format-attribute 3827 * builtins.c (fold_builtin_object_size): Disable call to 4050 * builtins.c (expand_builtin___clear_cache): Disable call to 4498 * passes.c (init_optimization_passes): Disable 5091 * ipa-cp.c (constant_val_insert): Disable. 5321 * passes.c (init_optimization_passes): Disable all of [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmInfo.cpp | 24 enum DefaultOnOff { Default, Enable, Disable }; enumerator 30 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa.opt | 54 Disable FP regs. Equivalent to -msoft-float. 58 Disable indexed addressing. 95 Disable space regs.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa.opt | 54 Disable FP regs. 58 Disable indexed addressing. 95 Disable space regs.
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-coachz-r1.dts | 19 * is not supported by the PM6150 ADC driver. Disable the charger thermal zone 28 * which currently is not supported by the PM6150 ADC driver. Disable the
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 61 "Disable SVR4-style position-independent code">; 73 "Disable IEEE 754-2008 abs.fmt mode">; 79 "Disable odd numbered single-precision " 196 "Disable 4-operand madd.fmt and related instructions">; 201 "Disable use of the jal instruction">;
|
| /netbsd-src/sys/arch/amiga/conf/ |
| H A D | WSCONS | 26 # Disable grf(4) devices without wsdisplay support. 36 # Disable ite(4) for all grf(4) drivers.
|
| /netbsd-src/sys/arch/arm/arm/ |
| H A D | cpufunc_asm_pj4b.S | 74 @ Disable static branch prediction 83 orr r0, r0, #(1 << 29) @ Disable MO device R/W
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
| H A D | ThinLTOCodeGenerator.h | 231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmtAttr.cpp | 103 SetHints(LoopHintAttr::Unroll, LoopHintAttr::Disable); in handleLoopHintAttr() 111 SetHints(LoopHintAttr::UnrollAndJam, LoopHintAttr::Disable); in handleLoopHintAttr() 160 State = LoopHintAttr::Disable; in handleLoopHintAttr() 343 CategoryState.StateAttr->getState() == LoopHintAttr::Disable)) { in CheckForIncompatibleAttributes()
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/ |
| H A D | README.gdb | 17 -nfp Disable FPU. FPops will cause an FPU disabled trap. 23 -nogdb Disable GDB breakpoint handling (see below)
|
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.gdb | 17 -nfp Disable FPU. FPops will cause an FPU disabled trap. 23 -nogdb Disable GDB breakpoint handling (see below)
|