Home
last modified time | relevance | path

Searched refs:BoundLifetimes (Results 1 – 25 of 1543) sorted by relevance

12345678910>>...62

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes;
230 BoundLifetimes = 0; in outputTemplateParameters()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes);
700 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes);
741 if (Binder >= Input.size() - BoundLifetimes) {
748 BoundLifetimes += 1;
1065 if (Index - 1 >= BoundLifetimes) {
1070 uint64_t Depth = BoundLifetimes - Index;
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes; member in __anon6c8692c30111::Demangler
230 BoundLifetimes = 0; in demangle()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
700 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
741 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
748 BoundLifetimes += 1; in demangleOptionalBinder()
1065 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1070 uint64_t Depth = BoundLifetimes - Index; in printLifetime()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes; member in __anon3beddf420111::Demangler
230 BoundLifetimes = 0; in demangle()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
700 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
741 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
748 BoundLifetimes += 1; in demangleOptionalBinder()
1065 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1070 uint64_t Depth = BoundLifetimes - Index; in printLifetime()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes; member in __anonf6368f750111::Demangler
230 BoundLifetimes = 0; in demangle()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
700 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
741 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
748 BoundLifetimes += 1; in demangleOptionalBinder()
1065 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1070 uint64_t Depth = BoundLifetimes - Index; in printLifetime()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes; member in __anonfdfe6f610111::Demangler
230 BoundLifetimes = 0; in demangle()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
700 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
741 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
748 BoundLifetimes += 1; in demangleOptionalBinder()
1065 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1070 uint64_t Depth = BoundLifetimes - Index; in printLifetime()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Demangle/
H A DRustDemangle.cpp78 size_t BoundLifetimes; member in __anonadfcf2c00111::Demangler
231 BoundLifetimes = 0; in demangle()
660 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleFnSig()
702 SwapAndRestore<size_t> SaveBoundLifetimes(BoundLifetimes, BoundLifetimes); in demangleDynBounds()
743 if (Binder >= Input.size() - BoundLifetimes) { in demangleOptionalBinder()
750 BoundLifetimes += 1; in demangleOptionalBinder()
1067 if (Index - 1 >= BoundLifetimes) { in printLifetime()
1072 uint64_t Depth = BoundLifetimes - Index; in printLifetime()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/syn-1.0.41/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/syn-1.0.41/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/www/castor/castor-0.8.16/cargo-crates/syn-1.0.42/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/syn-1.0.46/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/syn-1.0.39/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
688 impl Parse for BoundLifetimes { implementation
690 Ok(BoundLifetimes { in parse()
709 impl Parse for Option<BoundLifetimes> {
793 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1106 impl ToTokens for BoundLifetimes { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/syn-1.0.48/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/dns/dog/dog-0.1.0/cargo-crates/syn-1.0.48/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/syn-1.0.48/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/syn-1.0.48/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/syn/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
688 impl Parse for BoundLifetimes { implementation
690 Ok(BoundLifetimes { in parse()
709 impl Parse for Option<BoundLifetimes> {
793 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1106 impl ToTokens for BoundLifetimes { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/syn-1.0.39/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
688 impl Parse for BoundLifetimes { implementation
690 Ok(BoundLifetimes { in parse()
709 impl Parse for Option<BoundLifetimes> {
793 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1106 impl ToTokens for BoundLifetimes { implementation
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/syn-1.0.48/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
687 impl Parse for BoundLifetimes { implementation
689 Ok(BoundLifetimes { in parse()
708 impl Parse for Option<BoundLifetimes> {
792 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1103 impl ToTokens for BoundLifetimes { implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/syn-1.0.39/src/
H A Dgenerics.rs407 pub struct BoundLifetimes {
415 impl Default for BoundLifetimes { implementation
417 BoundLifetimes { in default()
470 pub lifetimes: Option<BoundLifetimes>,
530 pub lifetimes: Option<BoundLifetimes>,
688 impl Parse for BoundLifetimes { implementation
690 Ok(BoundLifetimes { in parse()
709 impl Parse for Option<BoundLifetimes> {
793 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1106 impl ToTokens for BoundLifetimes { implementation
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/syn-0.14.9/src/
H A Dgenerics.rs356 pub struct BoundLifetimes {
408 pub lifetimes: Option<BoundLifetimes>,
457 pub lifetimes: Option<BoundLifetimes>,
566 impl Synom for BoundLifetimes { implementation
572 (BoundLifetimes {
634 lifetimes: option!(syn!(BoundLifetimes)) >>
733 lifetimes: option!(syn!(BoundLifetimes)) >>
908 impl ToTokens for BoundLifetimes { implementation
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/syn/src/
H A Dgenerics.rs339 pub struct BoundLifetimes {
390 pub lifetimes: Option<BoundLifetimes>,
439 pub lifetimes: Option<BoundLifetimes>,
548 impl Synom for BoundLifetimes { implementation
554 (BoundLifetimes {
613 lifetimes: option!(syn!(BoundLifetimes)) >>
711 lifetimes: option!(syn!(BoundLifetimes)) >>
885 impl ToTokens for BoundLifetimes { implementation
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/syn-0.13.9/src/
H A Dgenerics.rs354 pub struct BoundLifetimes {
406 pub lifetimes: Option<BoundLifetimes>,
455 pub lifetimes: Option<BoundLifetimes>,
564 impl Synom for BoundLifetimes { implementation
570 (BoundLifetimes {
632 lifetimes: option!(syn!(BoundLifetimes)) >>
731 lifetimes: option!(syn!(BoundLifetimes)) >>
905 impl ToTokens for BoundLifetimes { implementation
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/syn-1.0.76/src/
H A Dgenerics.rs427 pub struct BoundLifetimes {
435 impl Default for BoundLifetimes { implementation
437 BoundLifetimes { in default()
492 pub lifetimes: Option<BoundLifetimes>,
556 pub lifetimes: Option<BoundLifetimes>,
726 impl Parse for BoundLifetimes { implementation
728 Ok(BoundLifetimes { in parse()
748 impl Parse for Option<BoundLifetimes> {
835 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1153 impl ToTokens for BoundLifetimes { implementation
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/syn-1.0.72/src/
H A Dgenerics.rs427 pub struct BoundLifetimes {
435 impl Default for BoundLifetimes { implementation
437 BoundLifetimes { in default()
492 pub lifetimes: Option<BoundLifetimes>,
556 pub lifetimes: Option<BoundLifetimes>,
726 impl Parse for BoundLifetimes { implementation
728 Ok(BoundLifetimes { in parse()
748 impl Parse for Option<BoundLifetimes> {
835 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1153 impl ToTokens for BoundLifetimes { implementation
/dports/misc/broot/broot-1.7.0/cargo-crates/syn-1.0.74/src/
H A Dgenerics.rs427 pub struct BoundLifetimes {
435 impl Default for BoundLifetimes { implementation
437 BoundLifetimes { in default()
492 pub lifetimes: Option<BoundLifetimes>,
556 pub lifetimes: Option<BoundLifetimes>,
726 impl Parse for BoundLifetimes { implementation
728 Ok(BoundLifetimes { in parse()
748 impl Parse for Option<BoundLifetimes> {
835 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1153 impl ToTokens for BoundLifetimes { implementation

12345678910>>...62