Home
last modified time | relevance | path

Searched defs:Lifetimes (Results 1 – 10 of 10) sorted by relevance

/external/rust/cxx/macro/src/
Dgenerics.rs69 impl Lifetimes { implementation
77 let Lifetimes { in to_tokens() localVariable
/external/rust/cxx/syntax/
Dimpls.rs86 impl Eq for Lifetimes {} implementation
88 impl PartialEq for Lifetimes { implementation
90 let Lifetimes { in eq() localVariable
95 let Lifetimes { in eq() localVariable
104 impl Hash for Lifetimes { implementation
106 let Lifetimes { in hash() localVariable
Dtokens.rs241 impl ToTokens for Lifetimes { implementation
243 let Lifetimes { in to_tokens() localVariable
Dparse.rs792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes()
844 generics: Lifetimes, in parse_type_alias()
906 generics: Lifetimes, in parse_extern_type_bounded()
Dmod.rs203 pub(crate) struct Lifetimes { struct
204 pub lt_token: Option<Token![<]>,
Dcheck.rs630 fn check_lifetimes(cx: &mut Check, generics: &Lifetimes) { in check_lifetimes()
/external/rust/cxx/book/src/
Dextern-c++.md115 ## Lifetimes section in extern "C++"
/external/rust/crates/syn/tests/
Dtest_round_trip.rs201 Lifetimes, in normalize() enumerator
218 Lifetimes, in normalize() enumerator
/external/rust/crates/syn/src/
Dgenerics.rs107 pub fn lifetimes(&self) -> Lifetimes { in lifetimes()
175 pub struct Lifetimes<'a>(Iter<'a, GenericParam>); struct
177 impl<'a> Iterator for Lifetimes<'a> { implementation
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp2545 SmallVector<Instruction *, 1> Lifetimes; in sinkLifetimeStartMarkers() local