/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelDAGToDAG.cpp | 76 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() 82 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault() 88 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr() 94 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM() 100 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM() 106 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM() 112 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM() 118 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10() 124 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1() 130 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl2() [all …]
|
D | MipsSEISelDAGToDAG.cpp | 268 bool MipsSEDAGToDAGISel::selectAddrFrameIndex(SDValue Addr, SDValue &Base, in selectAddrFrameIndex() 282 SDValue Addr, SDValue &Base, SDValue &Offset, unsigned OffsetBits, in selectAddrFrameIndexOffset() 312 bool MipsSEDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm() 362 bool MipsSEDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault() 369 bool MipsSEDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr() 375 bool MipsSEDAGToDAGISel::selectAddrRegImm9(SDValue Addr, SDValue &Base, in selectAddrRegImm9() 387 bool MipsSEDAGToDAGISel::selectAddrRegImm11(SDValue Addr, SDValue &Base, in selectAddrRegImm11() 399 bool MipsSEDAGToDAGISel::selectAddrRegImm12(SDValue Addr, SDValue &Base, in selectAddrRegImm12() 410 bool MipsSEDAGToDAGISel::selectAddrRegImm16(SDValue Addr, SDValue &Base, in selectAddrRegImm16() 421 bool MipsSEDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | assignmentCompatWithObjectMembersAccessibility.js | 6 class Base { class 117 var Base = /** @class */ (function () { class 118 function Base() { class in anonymousFunction6581b51c0100.Base 162 var Base = /** @class */ (function () { class 163 function Base() { class in anonymousFunction6581b51c0600.Base
|
D | overloadOnConstConstraintChecks1.js | 2 class Base { foo() { } } class 16 createElement(tagName:string): Base; field in D 20 createElement(tagName:any): Base { field in D 42 function Base() { class in Base
|
D | validUseOfThisInSuper.js | 2 class Base { class 3 constructor(public b: Base) { 29 function Base(b) { class in Base
|
D | baseExpressionTypeParameters.js | 5 class Base { class 34 var Base = /** @class */ (function () { class 35 function Base() { class in base.Base
|
D | interfaceWithPropertyThatIsPrivateInBaseType.js | 2 class Base { class 20 function Base() { class in Base
|
D | interfaceWithPropertyThatIsPrivateInBaseType2.js | 2 class Base { class 20 function Base() { class in Base
|
D | thisTypeErrors2.js | 2 class Base { class 19 function Base(a) { class in Base
|
D | assignmentCompatWithObjectMembers4.js | 5 class Base { foo: string; } class 113 var Base = /** @class */ (function () { class 114 function Base() { class in anonymousFunction7650e2a80600.Base 172 var Base = /** @class */ (function () { class 173 function Base() { class in anonymousFunction7650e2a80d00.Base
|
D | dottedSymbolResolution1.js | 12 class Base { foo() { } } class 30 function Base() { class
|
D | subtypingWithCallSignatures3.js | 6 class Base { foo: string; } class 14 declare function foo7(a2: (x: (arg: Base) => Derived) => (r: Base) => Derived2): typeof a2; 68 …var r3arg2 = (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => <Derived>null; 74 var r4arg2 = (...x: Base[]) => <Base>null; 85 var r6arg = (x: Array<Base>, y: Array<Derived2>) => <Array<Derived>>null; 141 var Base = /** @class */ (function () { class 142 function Base() { class in anonymousFunctionc9618d2e1000.Base
|
D | typesWithSpecializedCallSignatures.js | 4 class Base { foo: string } class 11 foo(x: string): Base; field in C 62 function Base() { class in Base
|
/third_party/typescript/src/testRunner/unittests/evaluation/ |
D | superInStaticInitializer.ts | 17 const [Base, Derived] = result.main(); constant 36 const [Base, Derived] = result.main(); constant 62 const [Base, Derived, thisInBase] = result.main(); constant 94 const [Base, Derived, thisInBaseGet, thisInBaseSet] = result.main(); constant
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | derive-partialeq-base.rs | 10 pub struct Base { struct 15 const UNINIT: ::std::mem::MaybeUninit<Base> = in bindgen_test_layout_Base() argument 39 impl Default for Base { implementation 48 impl ::std::cmp::PartialEq for Base { implementation
|
D | vtable_recursive_sig.rs | 14 pub struct Base { struct 15 pub vtable_: *const Base__bindgen_vtable, argument 30 impl Default for Base { implementation
|
D | crtp.rs | 10 pub struct Base { struct 33 pub struct BaseWithDestructor { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelDAGToDAG.cpp | 75 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, in SelectAddrModeImm() 85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, in SelectAddrModeS9() 127 bool ARCDAGToDAGISel::SelectAddrModeFar(SDValue Addr, SDValue &Base, in SelectAddrModeFar() 146 bool ARCDAGToDAGISel::SelectFrameADDR_ri(SDValue Addr, SDValue &Base, in SelectFrameADDR_ri()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 59 SDValue Base; member 192 bool selectBDAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Only() 195 bool selectBDAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr12Pair() 198 bool selectBDAddr20Only(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Only() 201 bool selectBDAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectBDAddr20Pair() 206 bool selectMVIAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr12Pair() 209 bool selectMVIAddr20Pair(SDValue Addr, SDValue &Base, SDValue &Disp) const { in selectMVIAddr20Pair() 214 bool selectBDXAddr12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Only() 220 bool selectBDXAddr12Pair(SDValue Addr, SDValue &Base, SDValue &Disp, in selectBDXAddr12Pair() 226 bool selectDynAlloc12Only(SDValue Addr, SDValue &Base, SDValue &Disp, in selectDynAlloc12Only() [all …]
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | class-inheritance-mixins-1.js | 16 var calculatorMixin = Base => class extends Base { argument 22 var randomizerMixin = Base => class extends Base { argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
D | SystemZMCCodeEmitter.cpp | 186 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDAddr12Encoding() local 196 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDAddr20Encoding() local 206 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDXAddr12Encoding() local 217 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDXAddr20Encoding() local 229 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDLAddr12Len4Encoding() local 240 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDLAddr12Len8Encoding() local 251 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDRAddr12Encoding() local 262 uint64_t Base = getMachineOpValue(MI, MI.getOperand(OpNum), Fixups, STI); in getBDVAddr12Encoding() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | partial-specialization-and-inheritance.rs | 10 pub struct Base { struct 11 pub _address: u8,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | partial-specialization-and-inheritance.rs | 10 pub struct Base { struct 11 pub _address: u8,
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | interfaceThatIndirectlyInheritsFromItself.ts | 1 interface Base extends Derived2 { // error interface 14 interface Base<T> extends Derived2<T> { // error interface
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-ir.h | 886 using Base = FixedInputValueNodeT<1, Derived>; variable 910 using Base = FixedInputValueNodeT<2, Derived>; variable 957 using Base = FixedInputValueNodeT<1, CheckedSmiTag>; in ARITHMETIC_OPERATION_LIST() local 972 using Base = FixedInputValueNodeT<1, CheckedSmiUntag>; variable 988 using Base = FixedInputValueNodeT<0, Int32Constant>; variable 1008 using Base = FixedInputValueNodeT<2, Int32AddWithOverflow>; variable 1027 using Base = FixedInputValueNodeT<0, InitialValue>; variable 1044 using Base = FixedInputValueNodeT<0, RegisterInput>; variable 1061 using Base = FixedInputValueNodeT<0, SmiConstant>; variable 1078 using Base = FixedInputValueNodeT<0, Constant>; variable [all …]
|