| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 213 bool Removed = false; in removeVirtualRegisterKilled() local 217 Removed = true; in removeVirtualRegisterKilled() 222 assert(Removed && "Register is not used by this instruction!"); in removeVirtualRegisterKilled() 223 (void)Removed; in removeVirtualRegisterKilled() 248 bool Removed = false; in removeVirtualRegisterDead() local 252 Removed = true; in removeVirtualRegisterDead() 256 assert(Removed && "Register is not defined by this instruction!"); in removeVirtualRegisterDead() 257 (void)Removed; in removeVirtualRegisterDead()
|
| /freebsd-14.2/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 76 * Removed the MPI-defined Fault Codes and extended the 95 * Removed DevHandle field from 193 * Removed SATA Init Failure defines for DiscoveryStatus 228 * 08-11-10 02.00.16 Removed IO Unit Page 1 device path (multi-pathing) 258 * 02-10-10 02.00.09 Removed unused structure that had "#if 0" around it. 270 * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit 296 * Removed define MPI2_IOCFACTS_PROTOCOL_SMP_TARGET. 301 * Removed MPI2_PORTENABLE_FLAGS_ENABLE_SINGLE_PORT. 304 * Removed extra 's' from EventMasks name. 387 * 10-02-08 02.00.03 Removed NextCmdBufferOffset from [all …]
|
| /freebsd-14.2/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 96 * Removed DevHandle field from 152 * Removed AHCI support. 153 * Removed SOP support. 349 * Removed AHCI support. 350 * Removed SOP support. 466 * Removed extra 's' from EventMasks name. 558 * Removed AHCI support. 559 * Removed SOP support. 629 * 10-02-08 02.00.03 Removed NextCmdBufferOffset from 694 * 02-17-16 02.00.01 Removed AHCI support. [all …]
|
| /freebsd-14.2/tools/tools/shlib-compat/test/ |
| H A D | regress.2-1.out | 3 Removed version: TEST_1.1 4 Removed symbols: func1@TEST_1.1
|
| H A D | regress.2-3.out | 3 Removed version: TEST_1.1 4 Removed symbols: func1@TEST_1.1
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SetOperations.h | 92 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract() argument 96 Removed.insert(*SI); in set_subtract()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 786 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed); 787 void updateLoops(ArrayRef<MachineBasicBlock *> Removed); 820 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree() argument 824 for (MachineBasicBlock *RemovedMBB : Removed) { in updateDomTree() 836 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { in updateLoops() argument 839 for (MachineBasicBlock *RemovedMBB : Removed) in updateLoops()
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | NEWS | 17 * Removed default parameter values from all state methods and all 47 * Removed global constants: globals_index.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 107 E->Removed = true; in handleCoroSuspendEdge() 233 if (Ei->Removed) in computeMinimumSpanningTree() 244 if (Ei->Removed) in computeMinimumSpanningTree()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 146 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction() local 149 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
|
| H A D | EarlyIfConversion.cpp | 812 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree() argument 817 for (auto *B : Removed) { in updateDomTree() 830 ArrayRef<MachineBasicBlock *> Removed) { in updateLoops() argument 833 for (auto *B : Removed) in updateLoops()
|
| /freebsd-14.2/contrib/diff/ |
| H A D | FREEBSD-upgrade | 6 Removed files are listed in FREEBSD-Xlist.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/DirectoryWatcher/ |
| H A D | DirectoryWatcher.h | 68 Removed, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 108 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr() local 109 (void)Removed; in invalidateUniqueMachineInstr() 110 assert(Removed && "Invalidation called on invalid UMI"); in invalidateUniqueMachineInstr()
|
| /freebsd-14.2/contrib/ntp/html/hints/ |
| H A D | changes | 7 - Removed conflicting prototype for Linux (sscanf)
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/ |
| H A D | DirectoryWatcher-mac.cpp | 135 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback() 140 Events.emplace_back(DirectoryWatcher::Event::EventKind::Removed, in eventStreamCallback()
|
| /freebsd-14.2/usr.bin/compress/doc/ |
| H A D | README | 9 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup 15 o Removed text on #else and #endif 19 o Removed all floating point computations 215 >7. Removed extra bit masking for machines that support unsigned 238 >>1. Removed VAX dependencies.
|
| H A D | revision.log | 6 * Removed ferror() calls in output routine on every output except first. 87 * Removed scanargs(), getopt(), added .Z extension and unlimited number of
|
| /freebsd-14.2/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 101 dnl # Removed blk_cleanup_disk(), put_disk() should be used. 140 dnl # Removed blk_cleanup_disk(), put_disk() should be used.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 1149 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeOutgoingEdge() local 1150 (void)Removed; in removeOutgoingEdge() 1151 assert(Removed && "Target not in the edge set for this caller?"); in removeOutgoingEdge() 1178 bool Removed = SourceN->removeEdgeInternal(*TargetN); in removeInternalRefEdge() local 1179 (void)Removed; in removeInternalRefEdge() 1180 assert(Removed && "Target not in the edge set for this caller?"); in removeInternalRefEdge() 1489 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeEdge() local 1490 (void)Removed; in removeEdge() 1491 assert(Removed && "Target not in the edge set for this caller?"); in removeEdge()
|
| /freebsd-14.2/contrib/atf/ |
| H A D | NEWS | 33 * Removed ATF_WORKDIR. The only remaining consumers have been converted to 76 * Issue #19: Removed stale references to atf-config and atf-run. 88 * Removed the deprecated tools. This includes atf-config, atf-report, 117 * Removed builtin help from atf-sh(1) and atf-check(1) for simplicity 427 * Removed usage messages from test programs to simplify the 433 * Removed the atf-format internal utility, which is unused after the 451 * Removed the application/X-atf-tcr format introduced in 0.8 release. 457 * Removed XML distribution documents and replaced them with plain-text 476 * Removed atf-compile in favour of atf-sh. 536 * Removed the atf-exec tool. This was used to implement test case [all …]
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 199 - Removed patches merged in by upstream 200 - Removed versioned openssl dep, it differs per branch 276 - Removed dependency for dnssec-conf 345 - Removed dependency on selinux-policy (will get used when available) 350 - Removed patches (got merged into upstream)
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | regex | 246 template <class BiIter> // Removed in C++20 250 template <class BiIter> // Removed in C++20 254 template <class BiIter> // Removed in C++20 258 template <class BiIter> // Removed in C++20 262 template <class BiIter> // Removed in C++20 266 template <class BiIter, class ST, class SA> // Removed in C++20 271 template <class BiIter, class ST, class SA> // Removed in C++20 276 template <class BiIter, class ST, class SA> // Removed in C++20 281 template <class BiIter, class ST, class SA> // Removed in C++20 286 template <class BiIter, class ST, class SA> // Removed in C++20 [all …]
|
| /freebsd-14.2/contrib/one-true-awk/ |
| H A D | ChangeLog | 96 * awktest.tar: Removed. 141 * regdir: Removed, as Brian wants to keep the test suite in 351 * awktest.a: Removed. 353 * awktest.tar: Removed.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 475 bool Removed = false; member 483 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString() 598 if (E->Removed) in FuncPGOInstrumentation() 759 if (E->InMST || E->Removed) in getInstrBB() 806 E->Removed = true; in getInstrBB() 1028 if (E->Removed) in sumEdgeCount() 1156 if (E->Removed) in setupBBInfoEdges() 1212 if (E->Removed || E->InMST) in setInstrumentedCounts()
|