| /linux/rust/syn/ |
| H A D | generics.rs | 110 pub fn lifetimes(&self) -> impl Iterator<Item = &LifetimeParam> [Lifetimes] { 360 pub lifetimes: Punctuated<GenericParam, Token![,]>, 370 lifetimes: Punctuated::new(), in default() 419 pub lifetimes: Option<BoundLifetimes>, 507 pub lifetimes: Option<BoundLifetimes>, 673 lifetimes: { in parse() 674 let mut lifetimes = Punctuated::new(); in parse() localVariable 676 lifetimes.push_value(input.parse()?); in parse() 680 lifetimes.push_punct(input.parse()?); in parse() 682 lifetimes in parse() [all …]
|
| H A D | ty.rs | 109 pub lifetimes: Option<BoundLifetimes>, 362 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty() localVariable 365 lifetimes = input.parse()?; in ambig_ty() 447 lifetimes: None, in ambig_ty() 507 bare_fn.lifetimes = lifetimes; in ambig_ty() 535 if lifetimes.is_some() || allow_plus && input.peek(Token![+]) { in ambig_ty() 540 lifetimes, in ambig_ty() 682 lifetimes: input.parse()?, in parse() 1134 self.lifetimes.to_tokens(tokens); in to_tokens()
|
| H A D | expr.rs | 374 pub lifetimes: Option<BoundLifetimes>, 2536 let lifetimes: Option<BoundLifetimes> = input.parse()?; in expr_closure() localVariable 2577 lifetimes, in expr_closure() 3548 e.lifetimes.to_tokens(tokens); in print_expr_closure()
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 139 lifetimes: self.lifetimes.clone(), in clone() 425 lifetimes: self.lifetimes.clone(), in clone() 1721 lifetimes: self.lifetimes.clone(), in clone() 1836 lifetimes: self.lifetimes.clone(), in clone() 1959 lifetimes: self.lifetimes.clone(), in clone()
|
| H A D | eq.rs | 162 self.lifetimes == other.lifetimes in eq() 454 self.attrs == other.attrs && self.lifetimes == other.lifetimes in eq() 1704 self.lifetimes == other.lifetimes && self.bounded_ty == other.bounded_ty in eq() 1826 && self.lifetimes == other.lifetimes && self.path == other.path in eq() 1971 self.lifetimes == other.lifetimes && self.unsafety == other.unsafety in eq()
|
| H A D | fold.rs | 1205 lifetimes: crate::punctuated::fold(node.lifetimes, f, F::fold_generic_param), in fold_bound_lifetimes() 1563 lifetimes: (node.lifetimes).map(|it| f.fold_bound_lifetimes(it)), in fold_expr_closure() 3204 lifetimes: (node.lifetimes).map(|it| f.fold_bound_lifetimes(it)), in fold_predicate_type() 3346 lifetimes: (node.lifetimes).map(|it| f.fold_bound_lifetimes(it)), in fold_trait_bound() 3528 lifetimes: (node.lifetimes).map(|it| f.fold_bound_lifetimes(it)), in fold_type_bare_fn()
|
| H A D | hash.rs | 232 self.lifetimes.hash(state); in hash() 660 self.lifetimes.hash(state); in hash() 2172 self.lifetimes.hash(state); in hash() 2322 self.lifetimes.hash(state); in hash() 2517 self.lifetimes.hash(state); in hash()
|
| H A D | debug.rs | 290 formatter.field("lifetimes", &self.lifetimes); in fmt() 667 formatter.field("lifetimes", &self.lifetimes); in debug() 2477 formatter.field("lifetimes", &self.lifetimes); in fmt() 2626 formatter.field("lifetimes", &self.lifetimes); in fmt() 2800 formatter.field("lifetimes", &self.lifetimes); in debug()
|
| H A D | visit_mut.rs | 1189 for mut el in Punctuated::pairs_mut(&mut node.lifetimes) { in visit_bound_lifetimes_mut() 1549 if let Some(it) = &mut node.lifetimes { in visit_expr_closure_mut() 3085 if let Some(it) = &mut node.lifetimes { in visit_predicate_type_mut() 3236 if let Some(it) = &mut node.lifetimes { in visit_trait_bound_mut() 3411 if let Some(it) = &mut node.lifetimes { in visit_type_bare_fn_mut()
|
| H A D | visit.rs | 1187 for el in Punctuated::pairs(&node.lifetimes) { in visit_bound_lifetimes() 1571 if let Some(it) = &node.lifetimes { in visit_expr_closure() 3246 if let Some(it) = &node.lifetimes { in visit_predicate_type() 3401 if let Some(it) = &node.lifetimes { in visit_trait_bound() 3587 if let Some(it) = &node.lifetimes { in visit_type_bare_fn()
|
| /linux/Documentation/livepatch/ |
| H A D | shadow-vars.rst | 111 be easiest to align their shadow variables lifetimes to the same
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 196 (* Boundaries for lifetimes of plain accesses *)
|
| /linux/Documentation/userspace-api/ |
| H A D | mseal.rst | 164 ksys_shmdt() in shm.c. The lifetimes of those mapping are not tied to
|
| /linux/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 215 per-device settings, or for child objects with fairly static lifetimes (like
|
| /linux/Documentation/timers/ |
| H A D | no_hz.rst | 55 devices, where it results in extremely short battery lifetimes. If you
|
| /linux/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 334 By design, firmware notifies the hvcs driver of vty-server lifetimes and
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 96 * Expired. Keys can have lifetimes set. If their lifetime is exceeded,
|
| /linux/Documentation/networking/ |
| H A D | ip-sysctl.rst | 2726 ignored. Zero lifetimes stay unaffected.
|