/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 | 94 New-Item -Type Directory "${BUILD}" -Force 95 New-Item -Type Directory "${BUILD}\${Arch}" -Force 96 New-Item -Type Directory "${BUILD}\${Arch}\${Type}" -Force 97 New-Item -Type Directory "${STAGE}\${LIBRESSL}" -Force 98 New-Item -Type Directory "${STAGE}\${LIBCBOR}" -Force 99 New-Item -Type Directory "${STAGE}\${ZLIB}" -Force 102 New-Item -Type Directory "${OUTPUT}" -Force 103 New-Item -Type Directory "${OUTPUT}\${Arch}" -Force 128 Remove-Item -Force .\${LIBRESSL}.tar 195 Copy-Item -Destination "${PREFIX}/lib/zlib1.lib" -Force [all...] |
H A D | cygwin.ps1 | 38 New-Item -Type Directory "${Cygwin}" -Force 39 New-Item -Type Directory "${Root}" -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/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/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/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 44 static cl::opt<bool> Force("f", cl::desc("Enable binary output on terminals"), variable 93 if (Force || !CheckBitcodeOutputToConsole(Out->os())) { in WriteOutputFile()
|
/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 | 201 BranchProbabilityInfo *getOrCreateBPI(bool Force = false); 206 BlockFrequencyInfo *getOrCreateBFI(bool Force = false);
|
/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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.td | 17 // Force dependencies for vector trunc stores
|
/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/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-j493.dts | 39 * 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/tools/test/stress2/misc/ |
H A D | ptrace10.sh | 101 /* Force SIGHUP to be delivered to the new thread. */
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 1037 0x26 ET Constant Force 1039 0x28 ET Custom Force Data 1071 0x66 Download Force Sample 1072 0x67 Isoch Custom Force Enable 1073 0x68 Custom Force Data Report 1074 0x69 Custom Force Data 1075 0x6A Custom Force Vendor Defined Data 1076 0x6B Set Custom Force Report 1077 0x6C Custom Force Data Offset 1084 0x73 Set Constant Force Report [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnrollAndJamPass.cpp | 185 UP.Force = true; in computeUnrollAndJamCount() 198 UP.Force = true; in computeUnrollAndJamCount()
|
/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 422 else if (Force || !CheckBitcodeOutputToConsole(Out.os())) in main()
|