/external/e2fsprogs/tests/progs/test_data/ |
D | expect.irel | 20 Old= 3, New= 9, Original=3, Max_refs=1 22 Old= 1, New= 8, Original=1, Max_refs=3 26 Old= 1, New= 8, Original=1, Max_refs=3 29 Old= 2, New= 11, Original=2, Max_refs=3 32 Old= 3, New= 9, Original=3, Max_refs=1 42 Old= 2, New= 8, Original=1, Max_refs=3 44 Old= 3, New= 9, Original=3, Max_refs=1 51 Old= 3, New= 9, Original=3, Max_refs=1 52 Old= 4, New= 8, Original=1, Max_refs=3 55 Old= 3, New= 9, Original=3, Max_refs=1 [all …]
|
D | expect.brel | 16 Old= 3, New= 9, Owner= 0:0 18 Old= 1, New= 10, Owner= 4:128 21 Old= 1, New= 10, Owner= 4:128 23 Old= 2, New= 11, Owner= 0:0 25 Old= 3, New= 9, Owner= 0:0 40 Old= 3, New= 9, Owner= 0:0 41 Old= 5, New= 10, Owner= 4:128
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 156 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 157 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl() 158 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl() 159 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 160 Allocator(std::move(Old.Allocator)) { in BumpPtrAllocatorImpl() 161 Old.CurPtr = Old.End = nullptr; in BumpPtrAllocatorImpl() 162 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 163 Old.Slabs.clear(); in BumpPtrAllocatorImpl() 164 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl() 373 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() argument [all …]
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 153 BumpPtrAllocatorImpl(BumpPtrAllocatorImpl &&Old) in BumpPtrAllocatorImpl() argument 154 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), in BumpPtrAllocatorImpl() 155 CustomSizedSlabs(std::move(Old.CustomSizedSlabs)), in BumpPtrAllocatorImpl() 156 BytesAllocated(Old.BytesAllocated), in BumpPtrAllocatorImpl() 157 Allocator(std::move(Old.Allocator)) { in BumpPtrAllocatorImpl() 158 Old.CurPtr = Old.End = nullptr; in BumpPtrAllocatorImpl() 159 Old.BytesAllocated = 0; in BumpPtrAllocatorImpl() 160 Old.Slabs.clear(); in BumpPtrAllocatorImpl() 161 Old.CustomSizedSlabs.clear(); in BumpPtrAllocatorImpl() 370 SpecificBumpPtrAllocator(SpecificBumpPtrAllocator &&Old) in SpecificBumpPtrAllocator() argument [all …]
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 212 bool Sema::CheckEquivalentExceptionSpec(FunctionDecl *Old, FunctionDecl *New) { in CheckEquivalentExceptionSpec() argument 229 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(), in CheckEquivalentExceptionSpec() 238 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) { in CheckEquivalentExceptionSpec() 240 << hasImplicitExceptionSpec(Old); in CheckEquivalentExceptionSpec() 241 if (Old->getLocation().isValid()) in CheckEquivalentExceptionSpec() 242 Diag(Old->getLocation(), diag::note_previous_declaration); in CheckEquivalentExceptionSpec() 264 (Old->getLocation().isInvalid() || in CheckEquivalentExceptionSpec() 265 Context.getSourceManager().isInSystemHeader(Old->getLocation())) && in CheckEquivalentExceptionSpec() 266 Old->isExternC()) { in CheckEquivalentExceptionSpec() 274 Old->getType()->castAs<FunctionProtoType>(); in CheckEquivalentExceptionSpec() [all …]
|
D | SemaDecl.cpp | 1871 NamedDecl *Old = Filter.next(); in filterNonConflictingPreviousTypedefDecls() local 1874 if (S.isVisible(Old)) in filterNonConflictingPreviousTypedefDecls() 1879 if (auto *OldTD = dyn_cast<TypedefNameDecl>(Old)) { in filterNonConflictingPreviousTypedefDecls() 1898 bool Sema::isIncompatibleTypedef(TypeDecl *Old, TypedefNameDecl *New) { in isIncompatibleTypedef() argument 1900 if (TypedefNameDecl *OldTypedef = dyn_cast<TypedefNameDecl>(Old)) in isIncompatibleTypedef() 1903 OldType = Context.getTypeDeclType(Old); in isIncompatibleTypedef() 1908 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0; in isIncompatibleTypedef() 1911 if (Old->getLocation().isValid()) in isIncompatibleTypedef() 1912 Diag(Old->getLocation(), diag::note_previous_definition); in isIncompatibleTypedef() 1921 int Kind = isa<TypeAliasDecl>(Old) ? 1 : 0; in isIncompatibleTypedef() [all …]
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegColoring.cpp | 137 unsigned Old = LI->reg; in runOnMachineFunction() local 139 const TargetRegisterClass *RC = MRI->getRegClass(Old); in runOnMachineFunction() 142 if (!MRI->isLiveIn(Old)) in runOnMachineFunction() 157 Changed |= Old != New; in runOnMachineFunction() 169 unsigned Old = SortedIntervals[i]->reg; in runOnMachineFunction() local 171 if (Old != New) in runOnMachineFunction() 172 MRI->replaceRegWith(Old, New); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430RegisterInfo.cpp | 113 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 114 uint64_t Amount = Old->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() 122 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr() 123 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr() 127 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 129 uint64_t CalleeAmt = Old->getOperand(1).getImm(); in eliminateCallFramePseudoInstr() 132 New = BuildMI(MF, Old->getDebugLoc(), in eliminateCallFramePseudoInstr() 149 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 151 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri), in eliminateCallFramePseudoInstr()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 238 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 239 uint64_t Amount = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() 247 if (Old.getOpcode() == TII.getCallFrameSetupOpcode()) { in eliminateCallFramePseudoInstr() 249 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr() 253 assert(Old.getOpcode() == TII.getCallFrameDestroyOpcode()); in eliminateCallFramePseudoInstr() 255 uint64_t CalleeAmt = Old.getOperand(1).getImm(); in eliminateCallFramePseudoInstr() 258 New = BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::ADD16ri), in eliminateCallFramePseudoInstr() 276 MachineInstr &Old = *I; in eliminateCallFramePseudoInstr() local 278 BuildMI(MF, Old.getDebugLoc(), TII.get(MSP430::SUB16ri), MSP430::SP) in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaRegisterInfo.cpp | 93 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 94 uint64_t Amount = Old->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() 103 if (Old->getOpcode() == Alpha::ADJUSTSTACKDOWN) { in eliminateCallFramePseudoInstr() 104 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr() 107 assert(Old->getOpcode() == Alpha::ADJUSTSTACKUP); in eliminateCallFramePseudoInstr() 108 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Alpha::LDA), Alpha::R30) in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeRegisterInfo.cpp | 96 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 97 int Amount = Old->getOperand(0).getImm() + 4; in eliminateCallFramePseudoInstr() 106 if (Old->getOpcode() == MBlaze::ADJCALLSTACKDOWN) { in eliminateCallFramePseudoInstr() 107 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1) in eliminateCallFramePseudoInstr() 110 assert(Old->getOpcode() == MBlaze::ADJCALLSTACKUP); in eliminateCallFramePseudoInstr() 111 New = BuildMI(MF,Old->getDebugLoc(),TII.get(MBlaze::ADDIK),MBlaze::R1) in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 81 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() argument 82 SUnit *SU = NewSUnit(Old->getNode()); in Clone() 83 SU->OrigNode = Old->OrigNode; in Clone() 84 SU->Latency = Old->Latency; in Clone() 85 SU->isVRegCycle = Old->isVRegCycle; in Clone() 86 SU->isCall = Old->isCall; in Clone() 87 SU->isCallOp = Old->isCallOp; in Clone() 88 SU->isTwoAddress = Old->isTwoAddress; in Clone() 89 SU->isCommutable = Old->isCommutable; in Clone() 90 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() [all …]
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ValueMapTest.cpp | 188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 192 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { in onRAUW() 275 (*Map)->erase(Old); in onRAUW() 277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() 278 (*Map)->erase(Old); in onDelete()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Value.cpp | 569 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd() argument 570 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present"); in ValueIsRAUWd() 571 assert(Old != New && "Changing value into itself!"); in ValueIsRAUWd() 575 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() 576 ValueHandleBase *Entry = pImpl->ValueHandles[Old]; in ValueIsRAUWd() 614 if (Old->HasValueHandle) in ValueIsRAUWd() 615 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next) in ValueIsRAUWd() 619 dbgs() << "After RAUW from " << *Old->getType() << " %" in ValueIsRAUWd() 620 << Old->getNameStr() << " to " << *New->getType() << " %" in ValueIsRAUWd()
|
/external/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW() 245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() 274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { in onRAUW() 275 (*Map)->erase(Old); in onRAUW() 277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() 278 (*Map)->erase(Old); in onDelete()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 89 SUnit *ScheduleDAGSDNodes::Clone(SUnit *Old) { in Clone() argument 90 SUnit *SU = newSUnit(Old->getNode()); in Clone() 91 SU->OrigNode = Old->OrigNode; in Clone() 92 SU->Latency = Old->Latency; in Clone() 93 SU->isVRegCycle = Old->isVRegCycle; in Clone() 94 SU->isCall = Old->isCall; in Clone() 95 SU->isCallOp = Old->isCallOp; in Clone() 96 SU->isTwoAddress = Old->isTwoAddress; in Clone() 97 SU->isCommutable = Old->isCommutable; in Clone() 98 SU->hasPhysRegDefs = Old->hasPhysRegDefs; in Clone() [all …]
|
/external/libvncserver/webclients/novnc/include/ |
D | black.css | 14 background: #4c4c4c; /* Old browsers */ 23 background: #f04040; /* Old browsers */ 32 background: #f0f040; /* Old browsers */ 52 background: #4c4c4c; /* Old browsers */ 63 background: #9dd53a; /* Old browsers */
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreRegisterInfo.cpp | 123 MachineInstr *Old = I; in eliminateCallFramePseudoInstr() local 124 uint64_t Amount = Old->getOperand(0).getImm(); in eliminateCallFramePseudoInstr() 146 if (Old->getOpcode() == XCore::ADJCALLSTACKDOWN) { in eliminateCallFramePseudoInstr() 148 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode)) in eliminateCallFramePseudoInstr() 151 assert(Old->getOpcode() == XCore::ADJCALLSTACKUP); in eliminateCallFramePseudoInstr() 153 New=BuildMI(MF, Old->getDebugLoc(), TII.get(Opcode), XCore::SP) in eliminateCallFramePseudoInstr()
|
/external/python/cpython2/Mac/Modules/ae/ |
D | README | 17 echo.py Old test program (may still work) to echo events back to sender 22 tae.py Old test program (may still work) to send an appleevent 23 tell.py Old test program (may still work) to send an appleevent
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 50 DelayedBasicBlock(const BlockAddress &Old) in DelayedBasicBlock() 51 : OldBB(Old.getBasicBlock()), in DelayedBasicBlock() 52 TempBB(BasicBlock::Create(Old.getContext())) {} in DelayedBasicBlock() 591 Metadata *Old = N.getOperand(I); in remapOperands() local 592 Metadata *New = mapOperand(Old); in remapOperands() 594 if (Old != New) in remapOperands() 701 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() argument 702 if (Optional<Metadata *> MappedOp = getMappedOp(Old)) in mapNodesInPOT() 704 assert(G.Info[Old].ID > D.ID && "Expected a forward reference"); in mapNodesInPOT() 705 return &G.getFwdReference(*cast<MDNode>(Old)); in mapNodesInPOT() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SCCIterator.h | 189 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode() argument 190 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?"); in ReplaceNode() 191 nodeVisitNumbers[New] = nodeVisitNumbers[Old]; in ReplaceNode() 192 nodeVisitNumbers.erase(Old); in ReplaceNode()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | VirtRegMap.h | 334 void transferSpillPts(MachineInstr *Old, MachineInstr *New) { in transferSpillPts() argument 336 I = SpillPt2VirtMap.find(Old); in transferSpillPts() 374 void transferRestorePts(MachineInstr *Old, MachineInstr *New) { in transferRestorePts() argument 376 RestorePt2VirtMap.find(Old); in transferRestorePts() 413 void transferEmergencySpills(MachineInstr *Old, MachineInstr *New) { in transferEmergencySpills() argument 415 EmergencySpillMap.find(Old); in transferEmergencySpills()
|
/external/llvm/include/llvm/ADT/ |
D | SCCIterator.h | 134 void ReplaceNode(NodeType *Old, NodeType *New) { in ReplaceNode() argument 135 assert(nodeVisitNumbers.count(Old) && "Old not in scc_iterator?"); in ReplaceNode() 136 nodeVisitNumbers[New] = nodeVisitNumbers[Old]; in ReplaceNode() 137 nodeVisitNumbers.erase(Old); in ReplaceNode()
|
/external/llvm/lib/IR/ |
D | Value.cpp | 819 void ValueHandleBase::ValueIsRAUWd(Value *Old, Value *New) { in ValueIsRAUWd() argument 820 assert(Old->HasValueHandle &&"Should only be called if ValueHandles present"); in ValueIsRAUWd() 821 assert(Old != New && "Changing value into itself!"); in ValueIsRAUWd() 822 assert(Old->getType() == New->getType() && in ValueIsRAUWd() 827 LLVMContextImpl *pImpl = Old->getContext().pImpl; in ValueIsRAUWd() 828 ValueHandleBase *Entry = pImpl->ValueHandles[Old]; in ValueIsRAUWd() 866 if (Old->HasValueHandle) in ValueIsRAUWd() 867 for (Entry = pImpl->ValueHandles[Old]; Entry; Entry = Entry->Next) in ValueIsRAUWd() 871 dbgs() << "After RAUW from " << *Old->getType() << " %" in ValueIsRAUWd() 872 << Old->getName() << " to " << *New->getType() << " %" in ValueIsRAUWd()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineJumpTableInfo.h | 111 bool ReplaceMBBInJumpTables(MachineBasicBlock *Old, MachineBasicBlock *New); 115 bool ReplaceMBBInJumpTable(unsigned Idx, MachineBasicBlock *Old,
|