/third_party/typescript/tests/baselines/reference/ |
D | classExtendingClassLikeType.types | 33 declare function getBase(): BaseConstructor; 34 >getBase : () => BaseConstructor 36 class D1 extends getBase() { 38 >getBase() : Base<string, string> 39 >getBase : () => BaseConstructor 64 class D2 extends getBase() <number> { 66 >getBase() : Base<number, number> 67 >getBase : () => BaseConstructor 97 class D3 extends getBase() <string, number> { 99 >getBase() : Base<string, number> [all …]
|
D | classExtendingClassLikeType.js | 18 declare function getBase(): BaseConstructor; 20 class D1 extends getBase() { 28 class D2 extends getBase() <number> { 37 class D3 extends getBase() <string, number> { 46 class D4 extends getBase() <string, string, string> { 94 }(getBase())); 105 }(getBase())); 115 }(getBase())); 123 }(getBase()));
|
D | classExtendingClassLikeType.symbols | 60 declare function getBase(): BaseConstructor; 61 >getBase : Symbol(getBase, Decl(classExtendingClassLikeType.ts, 14, 1)) 64 class D1 extends getBase() { 66 >getBase : Symbol(getBase, Decl(classExtendingClassLikeType.ts, 14, 1)) 84 class D2 extends getBase() <number> { 86 >getBase : Symbol(getBase, Decl(classExtendingClassLikeType.ts, 14, 1)) 107 class D3 extends getBase() <string, number> { 109 >getBase : Symbol(getBase, Decl(classExtendingClassLikeType.ts, 14, 1)) 128 class D4 extends getBase() <string, string, string> { 130 >getBase : Symbol(getBase, Decl(classExtendingClassLikeType.ts, 14, 1))
|
D | classExtendingClassLikeType.errors.txt | 25 declare function getBase(): BaseConstructor; 27 class D1 extends getBase() { 35 class D2 extends getBase() <number> { 44 class D3 extends getBase() <string, number> { 53 class D4 extends getBase() <string, string, string> {
|
/third_party/typescript/tests/cases/conformance/classes/classDeclarations/ |
D | classExtendingClassLikeType.ts | 17 declare function getBase(): BaseConstructor; function 19 class D1 extends getBase() { 27 class D2 extends getBase() <number> { 36 class D3 extends getBase() <string, number> { 45 class D4 extends getBase() <string, string, string> {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 94 if (!(BasePtr0.getBase().getNode() && BasePtr1.getBase().getNode())) in computeAliasing() 116 if (auto *A = dyn_cast<FrameIndexSDNode>(BasePtr0.getBase())) in computeAliasing() 117 if (auto *B = dyn_cast<FrameIndexSDNode>(BasePtr1.getBase())) { in computeAliasing() 128 bool IsFI0 = isa<FrameIndexSDNode>(BasePtr0.getBase()); in computeAliasing() 129 bool IsFI1 = isa<FrameIndexSDNode>(BasePtr1.getBase()); in computeAliasing() 130 bool IsGV0 = isa<GlobalAddressSDNode>(BasePtr0.getBase()); in computeAliasing() 131 bool IsGV1 = isa<GlobalAddressSDNode>(BasePtr1.getBase()); in computeAliasing() 132 bool IsCV0 = isa<ConstantPoolSDNode>(BasePtr0.getBase()); in computeAliasing() 133 bool IsCV1 = isa<ConstantPoolSDNode>(BasePtr1.getBase()); in computeAliasing()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | SingleUnitImpl.java | 128 if (this.getPrefix().getBase() < other.getPrefix().getBase()) { in compareTo() 131 if (this.getPrefix().getBase() > other.getPrefix().getBase()) { in compareTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LazyMachineBlockFrequencyInfo.cpp | 78 OwnedMDT->getBase().recalculate(*MF); in calculateIfNotAvailable() 84 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
|
D | XRayInstrumentation.cpp | 168 ComputedMDT.getBase().recalculate(MF); in runOnMachineFunction() 176 ComputedMLI.getBase().analyze(MDT->getBase()); in runOnMachineFunction()
|
D | MachineDominanceFrontier.cpp | 42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
|
D | MachineLoopInfo.cpp | 49 LI.analyze(MDT.getBase()); in calculate()
|
D | MachineBasicBlock.cpp | 1082 DestLoop->addBasicBlockToLoop(NMBB, MLI->getBase()); in SplitCriticalEdge() 1085 TIL->addBasicBlockToLoop(NMBB, MLI->getBase()); in SplitCriticalEdge() 1088 DestLoop->addBasicBlockToLoop(NMBB, MLI->getBase()); in SplitCriticalEdge() 1097 P->addBasicBlockToLoop(NMBB, MLI->getBase()); in SplitCriticalEdge()
|
D | InlineSpiller.cpp | 1204 MachineDomTreeNode *Node = MDT.getBase().getNode(Block); in rmRedundantSpills() 1212 SpillBBToSpill[MDT.getBase().getNode(Block)] = SpillToKeep; in rmRedundantSpills() 1214 SpillBBToSpill[MDT.getBase().getNode(Block)] = CurrentSpill; in rmRedundantSpills() 1288 Orders.push_back(MDT.getBase().getNode(Root)); in getVisitOrders()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGAddressAnalysis.h | 48 SDValue getBase() { return Base; } in getBase() function 49 SDValue getBase() const { return Base; } in getBase() function
|
D | MachineDominanceFrontier.h | 39 ForwardDominanceFrontierBase<MachineBasicBlock> &getBase() { return Base; } in getBase() function
|
D | MachineLoopInfo.h | 100 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } in getBase() function
|
D | MachineDominators.h | 88 DomTreeT &getBase() { in getBase() function
|
/third_party/typescript/src/harness/ |
D | loggedIO.ts | 248 const getBase = () => recordLogFileNameBase + i; constant 249 while (underlying.fileExists(ts.combinePaths(getBase(), "test.json"))) i++; 250 …= oldStyleLogIntoNewStyleLog(recordLog, (path, str) => underlying.writeFile(path, str), getBase()); 251 …underlying.writeFile(ts.combinePaths(getBase(), "test.json"), JSON.stringify(newLog, null, 4)); //… 254 …underlying.writeFile(ts.combinePaths(getBase(), "tsconfig.json"), JSON.stringify(syntheticTsconfig…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 208 const Value *getBase() const { return Base; } in getBase() function in __anonfecba4840111::GuardWideningImpl::RangeCheck 626 auto *BaseInst = dyn_cast<Instruction>(Check.getBase()); in parseRangeChecks() 631 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) { in parseRangeChecks() 636 } else if (match(Check.getBase(), in parseRangeChecks() 659 const Value *CurrentBase = Checks.front().getBase(); in combineRangeChecks() 665 return RC.getBase() == CurrentBase && RC.getLength() == CurrentLength; in combineRangeChecks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.cpp | 258 getBase()->emit(Func); in emit() 814 Asm->ldc1(getDest(), Mem->getBase(), Mem->getOffset(), Reloc); in emitIAS() 822 Asm->ll(getDest(), Mem->getBase(), Imm); in emitIAS() 830 Asm->lw(getDest(), Mem->getBase(), Imm); in emitIAS() 836 Asm->lwc1(getDest(), Mem->getBase(), Mem->getOffset(), Reloc); in emitIAS() 1011 Asm->sc(getSrc(0), Mem->getBase(), Imm); in emitIAS() 1092 Asm->sdc1(getSrc(0), Mem->getBase(), Mem->getOffset(), Reloc); in emitIAS() 1100 Asm->sw(getSrc(0), Mem->getBase(), Imm); in emitIAS() 1106 Asm->swc1(getSrc(0), Mem->getBase(), Mem->getOffset(), Reloc); in emitIAS()
|
D | IceInstX8632.cpp | 2048 MemOp->getBase()->getRegNum() == this->getDest()->getRegNum() && in deoptToAddOrNull() 2888 if (getBase() && getBase()->isRematerializable()) { in emit() 2889 Disp += getBase()->getRematerializableOffset(Target); in emit() 2908 if (getBase() == nullptr || CI->getValue() || Disp != 0) in emit() 2921 if (getBase() || getIndex()) { in emit() 2923 if (getBase()) in emit() 2924 getBase()->emit(Func); in emit() 2947 if (getBase() && getBase()->isRematerializable()) { in dump() 2948 Disp += getBase()->getRematerializableOffset(Target); in dump() 2950 if (getBase()) { in dump() [all …]
|
/third_party/libxml2/python/tests/ |
D | build.py | 44 if elem.getBase(None) != "http://example.com/imgs":
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | UDTLayout.h | 153 const PDBSymbolTypeBaseClass &getBase() const { return *Base; } in getBase() function
|
/third_party/libxml2/ |
D | check-xinclude-test-suite.py | 176 base = case.getBase(None)
|
D | check-xml-test-suite.py | 302 base = test.getBase(None)
|