Home
last modified time | relevance | path

Searched refs:fallible_iterator (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
127 fallible_iterator &operator++() {
143 fallible_iterator &operator--() {
164 friend bool operator==(const fallible_iterator &LHS,
165 const fallible_iterator &RHS) {
191 friend bool operator!=(const fallible_iterator &LHS,
197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
127 fallible_iterator &operator++() {
143 fallible_iterator &operator--() {
164 friend bool operator==(const fallible_iterator &LHS,
165 const fallible_iterator &RHS) {
191 friend bool operator!=(const fallible_iterator &LHS,
197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
127 fallible_iterator &operator++() {
143 fallible_iterator &operator--() {
164 friend bool operator==(const fallible_iterator &LHS,
165 const fallible_iterator &RHS) {
191 friend bool operator!=(const fallible_iterator &LHS,
197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
125 fallible_iterator &operator++() {
141 fallible_iterator &operator--() {
162 friend bool operator==(const fallible_iterator &LHS,
163 const fallible_iterator &RHS) {
189 friend bool operator!=(const fallible_iterator &LHS,
195 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
127 fallible_iterator &operator++() {
143 fallible_iterator &operator--() {
164 friend bool operator==(const fallible_iterator &LHS,
165 const fallible_iterator &RHS) {
191 friend bool operator!=(const fallible_iterator &LHS,
197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/ADT/
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
86 return fallible_iterator(std::move(I), &Err); in itr()
94 static fallible_iterator end(Underlying I) { in end()
95 return fallible_iterator(std::move(I), nullptr); in end()
127 fallible_iterator &operator++() {
143 fallible_iterator &operator--() {
164 friend bool operator==(const fallible_iterator &LHS,
165 const fallible_iterator &RHS) {
191 friend bool operator!=(const fallible_iterator &LHS,
197 fallible_iterator(Underlying I, Error *Err) in fallible_iterator() function
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/addr2line-0.17.0/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/addr2line-0.17.0/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/addr2line-0.14.1/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/addr2line-0.17.0/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/shells/nsh/nsh-0.4.2/cargo-crates/addr2line-0.15.2/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/addr2line-0.17.0/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/addr2line-0.14.1/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/dns/dog/dog-0.1.0/cargo-crates/addr2line-0.14.0/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;
/dports/devel/grcov/grcov-0.8.2/cargo-crates/addr2line-0.15.2/tests/
H A Dcorrectness.rs2 extern crate fallible_iterator;
9 use fallible_iterator::FallibleIterator;

12345678910>>...23