Home
last modified time | relevance | path

Searched refs:Unbounded (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h37 enum : uint64_t { Unbounded = -1ull }; enumerator
38 uint64_t NumElements = Unbounded;
116 return isSequential() && NumElements != Unbounded; in isBoundedSequential()
/third_party/rust/crates/clap/src/builder/
Dvalue_parser.rs1287 std::ops::Bound::Unbounded => self.bounds.start_bound().cloned(), in range()
1308 std::ops::Bound::Unbounded => self.bounds.end_bound().cloned(), in range()
1318 std::ops::Bound::Unbounded => i64::MIN.to_string(), in format_bounds()
1329 std::ops::Bound::Unbounded => { in format_bounds()
1485 std::ops::Bound::Unbounded => self.bounds.start_bound().cloned(), in range()
1506 std::ops::Bound::Unbounded => self.bounds.end_bound().cloned(), in range()
1516 std::ops::Bound::Unbounded => u64::MIN.to_string(), in format_bounds()
1527 std::ops::Bound::Unbounded => { in format_bounds()
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts399 type Unbounded = [...Numbers, boolean]; alias
400 const data: Unbounded = [false, false]; // Error
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js618 class Unbounded<T> {
1075 var Unbounded = /** @class */ (function () { class
1076 function Unbounded() { class in Unbounded
1078 Unbounded.prototype.foo = function (x) {
1081 return Unbounded;
1416 declare class Unbounded<T> {
DvariadicTuples1.js397 type Unbounded = [...Numbers, boolean];
398 const data: Unbounded = [false, false]; // Error
792 type Unbounded = [...Numbers, boolean];
793 declare const data: Unbounded;
DvariadicTuples1.symbols1345 type Unbounded = [...Numbers, boolean];
1346 >Unbounded : Symbol(Unbounded, Decl(variadicTuples1.ts, 394, 24))
1349 const data: Unbounded = [false, false]; // Error
1351 >Unbounded : Symbol(Unbounded, Decl(variadicTuples1.ts, 394, 24))
DvariadicTuples1.errors.txt498 type Unbounded = [...Numbers, boolean];
499 const data: Unbounded = [false, false]; // Error
DvariadicTuples1.types1395 type Unbounded = [...Numbers, boolean];
1396 >Unbounded : [...number[], boolean]
1398 const data: Unbounded = [false, false]; // Error
DkeyofAndIndexedAccess.symbols2195 class Unbounded<T> {
2196 >Unbounded : Symbol(Unbounded, Decl(keyofAndIndexedAccess.ts, 612, 1))
2200 >foo : Symbol(Unbounded.foo, Decl(keyofAndIndexedAccess.ts, 616, 20))
DkeyofAndIndexedAccess.types2082 class Unbounded<T> {
2083 >Unbounded : Unbounded<T>
DkeyofAndIndexedAccess.errors.txt652 class Unbounded<T> {
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2782 Unbounded, in deserialize() enumerator
2807 0 => Ok(Field::Unbounded), in deserialize()
2819 "Unbounded" => Ok(Field::Unbounded), in deserialize()
2831 b"Unbounded" => Ok(Field::Unbounded), in deserialize()
2865 (Field::Unbounded, v) => v.unit_variant().map(|()| Bound::Unbounded), in deserialize()
/third_party/rust/crates/proc-macro2/src/
Dfallback.rs1074 Bound::Unbounded => self.span.lo, in subspan()
1085 Bound::Unbounded => self.span.hi, in subspan()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs538 &Bound::Unbounded::<()>, in test_bound()
Dtest_de.rs1944 Bound::Unbounded::<()>, in test_bound()
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts620 class Unbounded<T> {
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs6223 Bound::Unbounded
16220 use core::ops::Bound::{Excluded, Included, Unbounded};
17797 Unbounded => {}
17804 Unbounded => {}
29544 Bound::Unbounded => AllIncluded,
35572 use std::ops::Bound::{self, Excluded, Included, Unbounded};
36148 assert_eq!(range_keys(&map, (Excluded(0), Unbounded)), all);
36152 assert_eq!(range_keys(&map, (Included(0), Unbounded)), all);
36156 assert_eq!(range_keys(&map, (Included(1), Unbounded)), all);
36157 assert_eq!(range_keys(&map, (Unbounded, Excluded(size + 1))), all);
[all …]
/third_party/rust/crates/serde/serde/src/ser/
Dimpls.rs347 Bound::Unbounded => serializer.serialize_unit_variant("Bound", 0, "Unbounded"), in serialize()
/third_party/python/Lib/test/decimaltestdata/
Ddivide.decTest815 -- Unbounded answer to 40 digits:
/third_party/icu/icu4c/source/test/testdata/
Dregextst.txt1284 # Unbounded match is disallowed in look-behind expressions.
/third_party/python/Misc/
DHISTORY20790 - Bug #876278: Unbounded recursion in modulefinder