Home
last modified time | relevance | path

Searched refs:lifetimes (Results 1 – 18 of 18) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs110 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 Dty.rs109 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 Dexpr.rs374 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 Dclone.rs139 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 Deq.rs162 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 Dfold.rs1205 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 Dhash.rs232 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 Ddebug.rs290 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 Dvisit_mut.rs1189 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 Dvisit.rs1187 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 Dshadow-vars.rst111 be easiest to align their shadow variables lifetimes to the same
/linux/tools/memory-model/
H A Dlinux-kernel.cat196 (* Boundaries for lifetimes of plain accesses *)
/linux/Documentation/userspace-api/
H A Dmseal.rst164 ksys_shmdt() in shm.c. The lifetimes of those mapping are not tied to
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst215 per-device settings, or for child objects with fairly static lifetimes (like
/linux/Documentation/timers/
H A Dno_hz.rst55 devices, where it results in extremely short battery lifetimes. If you
/linux/Documentation/arch/powerpc/
H A Dhvcs.rst334 By design, firmware notifies the hvcs driver of vty-server lifetimes and
/linux/Documentation/security/keys/
H A Dcore.rst96 * Expired. Keys can have lifetimes set. If their lifetime is exceeded,
/linux/Documentation/networking/
H A Dip-sysctl.rst2726 ignored. Zero lifetimes stay unaffected.