| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 221 bool Removed = false; in removeVirtualRegisterKilled() local 225 Removed = true; in removeVirtualRegisterKilled() 230 assert(Removed && "Register is not used by this instruction!"); in removeVirtualRegisterKilled() 231 (void)Removed; in removeVirtualRegisterKilled() 256 bool Removed = false; in removeVirtualRegisterDead() local 260 Removed = true; in removeVirtualRegisterDead() 264 assert(Removed && "Register is not defined by this instruction!"); in removeVirtualRegisterDead() 265 (void)Removed; in removeVirtualRegisterDead()
|
| /freebsd/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 177 * Removed multiplexing information from SAS IO Unit pages. 179 * Removed Zone Address Resolved bit from PhyInfo and 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) 246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO 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 289 * Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define. [all …]
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 77 * Removed the MPI-defined Fault Codes and extended the 96 * Removed DevHandle field from 152 * Removed AHCI support. 153 * Removed SOP support. 226 * Removed multiplexing information from SAS IO Unit pages. 228 * Removed Zone Address Resolved bit from PhyInfo and from 242 * Removed SATA Init Failure defines for DiscoveryStatus 277 * 08-11-10 02.00.16 Removed IO Unit Page 1 device path (multi-pathing) 349 * Removed AHCI support. 350 * Removed SOP support. [all …]
|
| /freebsd/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/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 112 E->Removed = true; in handleCoroSuspendEdge() 248 if (Ei->Removed) in computeMinimumSpanningTree() 259 if (Ei->Removed) in computeMinimumSpanningTree() 274 if (Ei->Removed) in validateLoopEntryInstrumentation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 425 bool Removed = false; in remove_if() local 434 Removed = true; in remove_if() 439 return Removed; in remove_if() 451 Removed = true; in remove_if() 454 return Removed; in remove_if()
|
| H A D | SetOperations.h | 140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract() argument 143 Removed.insert(E); in set_subtract()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ConditionalCompares.cpp | 783 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed); 784 void updateLoops(ArrayRef<MachineBasicBlock *> Removed); 817 ArrayRef<MachineBasicBlock *> Removed) { in updateDomTree() argument 821 for (MachineBasicBlock *RemovedMBB : Removed) { in updateDomTree() 833 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) { in updateLoops() argument 836 for (MachineBasicBlock *RemovedMBB : Removed) in updateLoops()
|
| /freebsd/contrib/lutok/ |
| H A D | NEWS | 17 * Removed default parameter values from all state methods and all 47 * Removed global constants: globals_index.
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | strstream | 16 class strstreambuf // Removed in C++26 66 class istrstream // Removed in C++26 84 class ostrstream // Removed in C++26 102 class strstream // Removed in C++26
|
| 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/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunctionPass.cpp | 162 StringRef Removed = Color ? "\033[31m-%l\033[0m\n" : "-%l\n"; in runOnFunction() local 165 errs() << doSystemDiff(BeforeStr, AfterStr, Removed, Added, NoChange); in runOnFunction()
|
| H A D | PreISelIntrinsicLowering.cpp | 90 bool Removed = false; in forEachCall() local 94 Changed |= Removed = Callback(CI); in forEachCall() 95 if (!Removed) in forEachCall() 505 bool Removed = ED == VPExpansionDetails::IntrinsicReplaced; in lowerIntrinsics() local 506 return Removed; in lowerIntrinsics()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | LowerAllowCheckPass.cpp | 56 bool Removed) { in emitRemark() argument 57 if (Removed) { in emitRemark()
|
| /freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/ |
| H A D | DirectoryWatcher.h | 68 Removed, enumerator
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | strstream | 16 class strstreambuf // Removed in C++26 66 class istrstream // Removed in C++26 84 class ostrstream // Removed in C++26 102 class strstream // Removed in C++26
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CSEInfo.cpp | 118 bool Removed = CSEMap.RemoveNode(UMI); in invalidateUniqueMachineInstr() local 119 (void)Removed; in invalidateUniqueMachineInstr() 120 assert(Removed && "Invalidation called on invalid UMI"); in invalidateUniqueMachineInstr()
|
| /freebsd/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/contrib/ntp/html/hints/ |
| H A D | changes | 7 - Removed conflicting prototype for Linux (sscanf)
|
| /freebsd/usr.bin/compress/doc/ |
| H A D | README | 6 o Removed 'Big+Fast' compress code (FBITS) because of compress speedup 12 o Removed text on #else and #endif 16 o Removed all floating point computations 212 >7. Removed extra bit masking for machines that support unsigned 235 >>1. Removed VAX dependencies.
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | kernel-make-request-fn.m4 | 94 dnl # Removed blk_cleanup_disk(), put_disk() should be used. 133 dnl # Removed blk_cleanup_disk(), put_disk() should be used.
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyCallGraph.cpp | 1159 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeOutgoingEdge() local 1160 (void)Removed; in removeOutgoingEdge() 1161 assert(Removed && "Target not in the edge set for this caller?"); in removeOutgoingEdge() 1188 bool Removed = (*SourceN)->removeEdgeInternal(*TargetN); in removeInternalRefEdges() local 1189 (void)Removed; in removeInternalRefEdges() 1190 assert(Removed && "Target not in the edge set for this caller?"); in removeInternalRefEdges() 1495 bool Removed = SourceN->removeEdgeInternal(TargetN); in removeEdge() local 1496 (void)Removed; in removeEdge() 1497 assert(Removed && "Target not in the edge set for this caller?"); in removeEdge()
|
| /freebsd/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 436 * Removed the atf-cleanup internal utility. It has been unused since 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. [all …]
|
| /freebsd/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)
|