| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DAGDeltaAlgorithm.cpp | 182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() local 192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local 193 if (succ_begin(Change) == succ_end(Change)) in DAGDeltaAlgorithmImpl() 194 Roots.push_back(Change); in DAGDeltaAlgorithmImpl() 205 SuccClosure[*it].insert(Change); in DAGDeltaAlgorithmImpl() 212 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local 214 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local 254 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() 267 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() 287 for (change_ty Change : Changes) in GetTestResult() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIModeRegister.cpp | 87 Status Change; member in BlockData 306 NewInfo->Change = NewInfo->Change.merge(Setreg); in processBlockPhase1() 308 NewInfo->Change = NewInfo->Change.mergeUnknown(Mask); in processBlockPhase1() 310 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1() 323 NewInfo->Require = NewInfo->Change; in processBlockPhase1() 328 IPChange = NewInfo->Change; in processBlockPhase1() 333 NewInfo->Change = NewInfo->Change.merge(InstrMode); in processBlockPhase1() 338 IPChange = NewInfo->Change; in processBlockPhase1() 339 NewInfo->Change = NewInfo->Change.merge(InstrMode); in processBlockPhase1() 347 NewInfo->Require = NewInfo->Change; in processBlockPhase1() [all …]
|
| H A D | AMDGPUAttributor.cpp | 346 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local 358 Change = Change | clampStateAndIndicateChange(this->getState(), in updateImpl() 368 return Change; in updateImpl() 705 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImplImpl() local 717 Change |= in updateImplImpl() 727 return Change; in updateImplImpl() 849 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local 873 Change |= clampStateAndIndicateChange(this->getState(), CallerRangeState); in updateImpl() 882 return Change; in updateImpl() 976 ChangeStatus Change = A.run(); in runImpl() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | WhitespaceManager.cpp | 23 const Change &C1, const Change &C2) const { in operator ()() 34 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change 232 if (Change.IsInsideToken && Change.NewlinesBefore == 0) in calculateLineBreakInformation() 237 if (Change.Tok->is(TT_LineComment) || !Change.IsInsideToken) { in calculateLineBreakInformation() 824 [&](const Change &C) { in alignConsecutiveAssignments() 857 [&](Change const &C) { in alignConsecutiveBitFields() 981 [&](Change const &C) { in alignConsecutiveDeclarations() 1018 [](Change const &C) { in alignChainedConditionals() 1224 Change &C = Changes[i]; in alignEscapedNewlines() 1241 Change &C = Changes[i]; in alignEscapedNewlines() [all …]
|
| H A D | WhitespaceManager.h | 94 struct Change { struct 99 bool operator()(const Change &C1, const Change &C2) const; argument 114 Change(const FormatToken &Tok, bool CreateReplacement, 164 const Change *StartOfBlockComment; argument 353 SmallVector<Change, 16> Changes;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FastTileConfig.cpp | 110 bool Change = false; in configBasicBlock() local 160 Change = true; in configBasicBlock() 164 if (Change) in configBasicBlock() 167 return Change; in configBasicBlock() 177 bool Change = false; in runOnMachineFunction() local 181 Change |= configBasicBlock(MBB); in runOnMachineFunction() 183 return Change; in runOnMachineFunction()
|
| H A D | X86LowerAMXType.cpp | 992 bool Change = false; in combineLdSt() local 1008 Change = true; in combineLdSt() 1030 return Change; in combineLdSt() 1034 bool Change = false; in combineAMXcast() local 1066 Change = true; in combineAMXcast() 1079 Change = true; in combineAMXcast() 1091 Change |= combineLdSt(LiveCasts); in combineAMXcast() 1113 Change = true; in combineAMXcast() 1126 return Change; in combineAMXcast() 1203 bool Change = false; in transformAllAMXCast() local [all …]
|
| H A D | X86FastPreTileConfig.cpp | 508 bool Change = false; in configBasicBlock() local 520 Change = true; in configBasicBlock() 652 return Change; in configBasicBlock() 684 bool Change = false; in runOnMachineFunction() local 697 Change |= configBasicBlock(*MBB); in runOnMachineFunction() 700 if (Change) in runOnMachineFunction() 704 return Change; in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteBuffer.h | 104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta() argument 105 return Deltas.AddDelta(2*OrigOffset, Change); in AddInsertDelta() 110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta() argument 111 return Deltas.AddDelta(2*OrigOffset+1, Change); in AddReplaceDelta()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local 156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()), in createRenameReplacements() 161 Changes.push_back(std::move(Change)); in createRenameReplacements() 223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local 225 if (!Change) { in HandleOneRename() 227 << "'! " << llvm::toString(Change.takeError()) << "\n"; in HandleOneRename() 230 convertChangesToFileReplacements(*Change, &FileToReplaces); in HandleOneRename()
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 79 dnl # Linux 5.9 API Change 90 dnl # Linux 5.14 API Change: 116 dnl # Linux 6.9 API Change: 158 dnl # Linux 5.7 API Change 177 dnl # CentOS Stream 4.18.0-257 API Change 200 dnl # Linux 3.2 API Change 215 dnl # Linux 4.4 API Change
|
| H A D | kernel-rwsem.m4 | 2 dnl # 3.16 API Change 27 dnl # 4.8 API Change
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | Extract.cpp | 151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local 171 auto Err = Change.insert(SM, ExtractedDeclLocation, OS.str()); in createSourceReplacements() 187 auto Err = Change.replace( in createSourceReplacements() 195 return AtomicChanges{std::move(Change)}; in createSourceReplacements()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sysex | 134 >>>4 byte 0x20 SNDP (Sound Parameter Change) 139 >>>4 byte 0x21 MULP (Multi Parameter Change) 144 >>>4 byte 0x22 DRMP (Drum Map Parameter Change) 158 >>>4 byte 0x27 MODP (Mode Parameter Parameter Change) 163 >>>4 byte 0x20 SNDP (Sound Parameter Change) 168 >>>4 byte 0x21 MULP (Multi Parameter Change) 173 >>>4 byte 0x22 DRMP (Drum Map Parameter Change) 183 >>>4 byte 0x20 SNDP (Sound Parameter Parameter Change) 200 >>>4 byte 0x25 EFXP (FX Parameter Parameter Change) 204 >>>4 byte 0x27 MODP (Mode Command Parameter Change) [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIFixup.cpp | 178 bool Change = false; in runOnMachineFunction() local 227 Change = true; in runOnMachineFunction() 232 Change = true; in runOnMachineFunction() 239 return Change; in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | InstallNameToolOpts.td | 31 HelpText<"Change rpath path name">; 34 HelpText<"Change dynamic shared library id">; 37 HelpText<"Change dependent shared library install name">;
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshd_config | 53 # Change to yes if you don't trust ~/.ssh/known_hosts for 59 # Change to yes to enable built-in password authentication. 64 # Change to no to disable PAM authentication
|
| /freebsd-14.2/contrib/file/ |
| H A D | RELEASE-PROCEDURE | 19 - Change the "Version" from HEAD to the newly released version 20 - Change the "Date Order" to the current time
|
| /freebsd-14.2/usr.sbin/bsdinstall/scripts/ |
| H A D | wlanconfig | 65 --yes-label Change \ 194 if f_yesno "Change regdomain/country ($DEF_REGDOMAIN/$DEF_COUNTRY)?"
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.inputl.c | 235 Char *Change; in Inputl() local 238 Change = Strsave(InputBuf); in Inputl() 239 cleanup_push(Change, xfree); in Inputl() 240 *Strchr(Change, '\n') = '\0'; in Inputl() 244 printprompt(2, short2str(Change)); in Inputl() 245 cleanup_until(Change); in Inputl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 150 for (const auto &Change : Changes) { in createReplacementsForHeaders() local 151 for (llvm::StringRef Header : Change.getInsertedHeaders()) { in createReplacementsForHeaders() 164 for (const std::string &Header : Change.getRemovedHeaders()) { in createReplacementsForHeaders() 186 for (const auto &Change : Changes) in combineReplacementsInChanges() local 187 for (const auto &R : Change.getReplacements()) in combineReplacementsInChanges()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 31 Fusion-MPT MPI 2.0 Header File Change History 269 * 06-26-07 02.00.02 Added IR Configuration Change List Event. 280 * for SAS Initiator Device Status Change Event data. 281 * Modified Reason Code defines for SAS Topology Change 312 * Added four new IR Configuration Change List Event data 315 * Change Event data. 318 * Added Multiplexing Status Change bit to the PhyStatus 319 * field of the SAS Topology Change List event data. 332 * Added two new reason codes for SAS Device Status Change
|
| /freebsd-14.2/contrib/libpcap/ChmodBPF/ |
| H A D | StartupParameters.plist | 2 Description = "Change BPF permissions";
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | ChangeLog | 3 Change default mappings:
|
| /freebsd-14.2/bin/sh/tests/expansion/ |
| H A D | cmdsubst8.0 | 8 # Change tabs to spaces.
|