Searched refs:Unbounded (Results 1 – 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GetElementPtrTypeIterator.h | 37 enum : uint64_t { Unbounded = -1ull }; enumerator 38 uint64_t NumElements = Unbounded; 116 return isSequential() && NumElements != Unbounded; in isBoundedSequential()
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 399 type Unbounded = [...Numbers, boolean]; alias 400 const data: Unbounded = [false, false]; // Error
|
/third_party/typescript/tests/baselines/reference/ |
D | keyofAndIndexedAccess.js | 618 class Unbounded<T> { 1073 var Unbounded = /** @class */ (function () { class 1074 function Unbounded() { class in Unbounded 1076 Unbounded.prototype.foo = function (x) { 1079 return Unbounded; 1414 declare class Unbounded<T> {
|
D | variadicTuples1.js | 397 type Unbounded = [...Numbers, boolean]; 398 const data: Unbounded = [false, false]; // Error 788 declare type Unbounded = [...Numbers, boolean]; 789 declare const data: Unbounded;
|
D | variadicTuples1.symbols | 1342 type Unbounded = [...Numbers, boolean]; 1343 >Unbounded : Symbol(Unbounded, Decl(variadicTuples1.ts, 394, 24)) 1346 const data: Unbounded = [false, false]; // Error 1348 >Unbounded : Symbol(Unbounded, Decl(variadicTuples1.ts, 394, 24))
|
D | variadicTuples1.errors.txt | 508 type Unbounded = [...Numbers, boolean]; 509 const data: Unbounded = [false, false]; // Error
|
D | variadicTuples1.types | 1395 type Unbounded = [...Numbers, boolean]; 1396 >Unbounded : [...number[], boolean] 1398 const data: Unbounded = [false, false]; // Error
|
D | keyofAndIndexedAccess.symbols | 2195 class Unbounded<T> { 2196 >Unbounded : Symbol(Unbounded, Decl(keyofAndIndexedAccess.ts, 612, 1)) 2200 >foo : Symbol(Unbounded.foo, Decl(keyofAndIndexedAccess.ts, 616, 20))
|
D | keyofAndIndexedAccess.types | 2082 class Unbounded<T> { 2083 >Unbounded : Unbounded<T>
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | aspect_ratio_test.dart | 101 test('RenderAspectRatio: Unbounded', () {
|
/third_party/boost/libs/fusion/doc/ |
D | fusion.qbk | 81 [def __unbounded_iterator__ [link fusion.iterator.concepts.unbounded_iterator Unbounded Iterato… 111 [def __unbounded_sequence__ [link fusion.sequence.concepts.unbounded_sequence Unbounded Sequenc…
|
D | sequence.qbk | 45 A Unbounded Sequence allows out-of-bounds access. 367 [section Unbounded Sequence] 371 A Unbounded Sequence allows Out-of-Bounds access: it will achieve something like a __window_functio…
|
D | iterator.qbk | 260 [section Unbounded Iterator]
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccess.ts | 620 class Unbounded<T> {
|
/third_party/boost/libs/thread/doc/ |
D | sync_queues_ref.qbk | 46 [section:bounded_unbounded Bounded-Unbounded Queues] 962 [section:sync_queue_ref Synchronized Unbounded Queue]
|
/third_party/python/Lib/test/decimaltestdata/ |
D | divide.decTest | 815 -- Unbounded answer to 40 digits:
|
/third_party/icu/icu4c/source/test/testdata/ |
D | regextst.txt | 1284 # Unbounded match is disallowed in look-behind expressions.
|
/third_party/python/Misc/ |
D | HISTORY | 20790 - Bug #876278: Unbounded recursion in modulefinder
|