| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | HardwareLoops.h | 24 std::optional<bool> Force; member 37 HardwareLoopOptions &setForce(bool Force) { in setForce() 38 this->Force = Force; in setForce() 41 HardwareLoopOptions &setForcePhi(bool Force) { in setForcePhi() 42 ForcePhi = Force; in setForcePhi() 45 HardwareLoopOptions &setForceNested(bool Force) { in setForceNested() 46 ForceNested = Force; in setForceNested() 49 HardwareLoopOptions &setForceGuard(bool Force) { in setForceGuard() 50 ForceGuard = Force; in setForceGuard()
|
| /freebsd/contrib/libfido2/windows/ |
| H A D | build.ps1 | 92 New-Item -Type Directory "${BUILD}" -Force 93 New-Item -Type Directory "${BUILD}\${Arch}" -Force 94 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force 95 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force 96 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force 97 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force 103 New-Item -Type Directory "${GpgHome}" -Force 104 New-Item -Type File "${GpgHome}\common.conf" -Force 107 New-Item -Type Directory "${OUTPUT}" -Force 108 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force [all …]
|
| H A D | cygwin.ps1 | 38 New-Item -Type Directory "${Cygwin}" -Force 39 New-Item -Type Directory "${Root}" -Force 45 New-Item -Type Directory "${GpgHome}" -Force 46 New-Item -Type File "${GpgHome}\common.conf" -Force
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.h | 45 ArrayRef<std::string> QualifiedNames, bool Force) in USRFindingAction() 47 ErrorOccurred(false), Force(Force) {} in USRFindingAction() 60 bool Force; member
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 222 bool Force, bool &ErrorOccurred) in NamedDeclFindingConsumer() argument 224 SpellingNames(SpellingNames), USRList(USRList), Force(Force), in NamedDeclFindingConsumer() 261 if (Force) { in FindSymbol() 297 bool Force; member in clang::tooling::NamedDeclFindingConsumer 303 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force, in newASTConsumer()
|
| /freebsd/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap-opts.def | 30 Force DNS resolution of following host names on the command line 41 Force DNS resolution of following host names on the command line 98 descrip = 'Force update of the leapfile'; 100 Force update even if current file is OK and not close to expiring.
|
| H A D | invoke-update-leap.texi | 84 -F Force update even if current file is OK and not close to expiring. 173 Force DNS resolution of following host names on the command line 184 Force DNS resolution of following host names on the command line 230 Force update even if current file is OK and not close to expiring.
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 43 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable 90 if (Force || !CheckBitcodeOutputToConsole(Out->os())) { in WriteOutputFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 89 Hint Force; variable 154 if ((ForceKind)Force.Value == FK_Undefined && in getForce() 157 return (ForceKind)Force.Value; in getForce()
|
| /freebsd/sys/contrib/openzfs/contrib/initramfs/conf-hooks.d/ |
| H A D | zfs | 1 # Force the inclusion of Busybox in the initramfs.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | JumpThreading.h | 212 BranchProbabilityInfo *getOrCreateBPI(bool Force = false); 217 BlockFrequencyInfo *getOrCreateBFI(bool Force = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600InstrInfo.td | 17 // Force dependencies for vector trunc stores
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntpdbase-opts.def | 15 descrip = "Force IPv4 DNS name resolution"; 17 Force DNS resolution of following host names on the command line 26 descrip = "Force IPv6 DNS name resolution"; 28 Force DNS resolution of following host names on the command line 464 descrip = "Force CPU cycle counter use (Windows only)"; 466 Force substitution the CPU counter for @code{QueryPerformanceCounter}.
|
| /freebsd/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.texi | 83 -4 no ipv4 Force IPv4 DNS name resolution 85 -6 no ipv6 Force IPv6 DNS name resolution 93 -i no interactive Force ntpq to operate in interactive mode 142 Force DNS resolution of following host names on the command line 158 Force DNS resolution of following host names on the command line 191 Force ntpq to operate in interactive mode. Prompts will be written
|
| /freebsd/sys/contrib/device-tree/src/arm64/apple/ |
| H A D | t8112-j473.dts | 25 * Force the bus number assignments so that we can declare some of the
|
| H A D | t8103-j274.dts | 33 * Force the bus number assignments so that we can declare some of the
|
| H A D | t8103-j457.dts | 33 * Force the bus number assignments so that we can declare some of the
|
| H A D | t8103-j456.dts | 51 * Force the bus number assignments so that we can declare some of the
|
| H A D | t8112-j413.dts | 39 * Force the bus number assignments so that we can declare some of the
|
| H A D | t8103-jxxx.dtsi | 68 * Force the bus number assignments so that we can declare some of the
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | sntp-opts.def | 26 descrip = "Force IPv4 DNS name resolution"; 28 Force DNS resolution of the following host names on the command line 37 descrip = "Force IPv6 DNS name resolution"; 39 Force DNS resolution of the following host names on the command line
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | ptrace10.sh | 101 /* Force SIGHUP to be delivered to the new thread. */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | CodeGenPassBuilder.h | 220 void operator()(PassT &&Pass, bool Force = false, in operator() 225 if (!Force && !PB.runBeforeAdding(Name)) in operator() 292 void operator()(PassT &&Pass, bool Force = false, in operator() 298 if (!Force && !PB.runBeforeAdding(Name)) in operator()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-extract/ |
| H A D | llvm-extract.cpp | 57 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable 425 else if (Force || !CheckBitcodeOutputToConsole(Out.os())) in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnrollAndJamPass.cpp | 184 UP.Force = true; in computeUnrollAndJamCount() 197 UP.Force = true; in computeUnrollAndJamCount()
|