| /external/rust/crates/syn/src/ |
| D | lifetime.rs | 19 pub struct Lifetime { struct 24 impl Lifetime { impl 73 impl Display for Lifetime { implementation 80 impl Clone for Lifetime { implementation 89 impl PartialEq for Lifetime { implementation 95 impl Eq for Lifetime {} implementation 97 impl PartialOrd for Lifetime { implementation 103 impl Ord for Lifetime { implementation 109 impl Hash for Lifetime { implementation 118 pub fn Lifetime(marker: lookahead::TokenMarker) -> Lifetime { in Lifetime() function [all …]
|
| D | buffer.rs | 256 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
|
| D | item.rs | 959 pub fn lifetime(&self) -> Option<&Lifetime> { in lifetime()
|
| /external/rust/crates/quote/src/ |
| D | runtime.rs | 219 struct Lifetime<'a> { in push_lifetime() struct 220 name: &'a str, in push_lifetime() 221 state: u8, in push_lifetime() 224 impl<'a> Iterator for Lifetime<'a> { in push_lifetime() implementation 249 struct Lifetime<'a> { in push_lifetime_spanned() struct 250 name: &'a str, in push_lifetime_spanned() 251 span: Span, in push_lifetime_spanned() 252 state: u8, in push_lifetime_spanned() 255 impl<'a> Iterator for Lifetime<'a> { in push_lifetime_spanned() implementation
|
| /external/rust/crates/async-trait/src/ |
| D | lifetime.rs | 24 fn visit_opt_lifetime(&mut self, reference: Token![&], lifetime: &mut Option<Lifetime>) { in visit_opt_lifetime() 31 fn visit_lifetime(&mut self, lifetime: &mut Lifetime) { in visit_lifetime() 39 fn next_lifetime(&mut self, span: Span) -> Lifetime { in next_lifetime()
|
| /external/llvm/docs/ |
| D | InAlloca.rst | 87 Lifetime section in Design Considerations
|
| /external/rust/crates/pin-project-internal/src/ |
| D | utils.rs | 65 lifetime: Lifetime, in insert_lifetime_and_bound() 84 pub(crate) fn insert_lifetime(generics: &mut Generics, lifetime: Lifetime) { in insert_lifetime()
|
| /external/rust/crates/paste/src/ |
| D | lib.rs | 303 Lifetime, in is_single_interpolation_group() enumerator
|
| /external/rust/crates/serde_derive/src/internals/ |
| D | attr.rs | 1477 pub fn borrowed_lifetimes(&self) -> &BTreeSet<syn::Lifetime> { in borrowed_lifetimes() 1662 ) -> Result<BTreeSet<syn::Lifetime>, ()> { in parse_lit_into_lifetimes() 1841 ) -> Result<BTreeSet<syn::Lifetime>, ()> { in borrowable_lifetimes() 1855 fn collect_lifetimes(ty: &syn::Type, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes() 1920 fn collect_lifetimes_from_tokens(tokens: TokenStream, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes_from_tokens()
|
| /external/llvm/unittests/IR/ |
| D | IRBuilderTest.cpp | 51 TEST_F(IRBuilderTest, Lifetime) { in TEST_F() argument
|
| /external/rust/crates/zerocopy-derive/src/ |
| D | lib.rs | 466 fn visit_lifetime(&mut self, i: &'a Lifetime) { in impl_block()
|
| /external/rust/cxx/syntax/ |
| D | check.rs | 612 fn check_reserved_lifetime(cx: &mut Check, lifetime: &Lifetime) { in check_reserved_lifetime()
|
| /external/clang/lib/CodeGen/ |
| D | CGBlocks.cpp | 194 Qualifiers::ObjCLifetime Lifetime; member 2100 Qualifiers::ObjCLifetime Lifetime; in getBlockByrefInfo() local
|
| D | CGExprCXX.cpp | 1578 else if (auto Lifetime = ElementType.getObjCLifetime()) { in EmitObjectDelete() local
|
| D | CGExpr.cpp | 206 if (auto Lifetime = M->getType().getObjCLifetime()) { in pushTemporaryCleanup() local 1620 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) { in EmitStoreThroughLValue() local
|
| D | CGDebugInfo.cpp | 3075 Qualifiers::ObjCLifetime Lifetime; in EmitTypeForVarWithBlocksAttr() local
|
| /external/clang/test/SemaCXX/ |
| D | constant-expression-cxx1y.cpp | 815 namespace Lifetime { namespace
|
| D | constant-expression-cxx11.cpp | 1795 namespace Lifetime { namespace
|
| /external/rust/crates/serde_derive/src/ |
| D | de.rs | 240 fn de_lifetime(&self) -> syn::Lifetime { in de_lifetime()
|
| /external/rust/crates/syn/src/gen/ |
| D | visit_mut.rs | 433 fn visit_lifetime_mut(&mut self, i: &mut Lifetime) { in visit_lifetime_mut()
|
| D | fold.rs | 433 fn fold_lifetime(&mut self, i: Lifetime) -> Lifetime { in fold_lifetime()
|
| D | debug.rs | 1791 impl Debug for Lifetime { implementation
|
| D | visit.rs | 432 fn visit_lifetime(&mut self, i: &'ast Lifetime) { in visit_lifetime()
|
| /external/mdnsresponder/mDNSCore/ |
| D | mDNSEmbeddedAPI.h | 1033 mDNSu32 Lifetime; member
|