Home
last modified time | relevance | path

Searched defs:Three (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DreturnTypeTypeArguments.js9 class Three<T, U, V>{ class
91 function Three() { class in Three
/third_party/typescript/tests/cases/conformance/types/union/
DunionTypeWithIndexSignature.ts7 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; alias
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/
DobjectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.ts7 interface Three { foo: string } interface
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts7 interface Three { foo: string } interface
/third_party/typescript/tests/cases/compiler/
DreturnTypeTypeArguments.ts8 class Three<T, U, V>{ class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp3561 SDValue Three = DAG.getNode(ISD::MUL, dl, VT, in ExpandIntRes_XMULO() local