Home
last modified time | relevance | path

Searched refs:diverge (Results 1 – 12 of 12) sorted by relevance

/linux/rust/syn/
H A Dstmt.rs64 pub diverge: Option<(Token![else], Box<Expr>)>,
304 let diverge = if !classify::expr_trailing_brace(&expr) && input.peek(Token![else]) { in stmt_local() localVariable
306 let diverge = ExprBlock { in stmt_local() localVariable
311 Some((else_token, Box::new(Expr::Block(diverge)))) in stmt_local()
319 diverge, in stmt_local()
460 init.diverge.is_some() && classify::expr_trailing_brace(&init.expr), in to_tokens()
464 if let Some((else_token, diverge)) = &init.diverge { in to_tokens()
466 match &**diverge { in to_tokens()
467 Expr::Block(diverge) => diverge.to_tokens(tokens), in to_tokens()
469 expr::printing::print_expr(diverge, tokens, FixupContext::new_stmt()); in to_tokens()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2533 int diverge; member
2599 self->sibling[0].diverge = 0; in FIXTURE_SETUP()
2607 self->sibling[1].diverge = 0; in FIXTURE_SETUP()
2646 if (me->diverge) { in tsync_sibling()
2704 self->sibling[0].diverge = 1; in TEST_F()
2851 self->sibling[0].diverge = 1; in TEST_F()
2896 self->sibling[0].diverge = 1; in TEST_F()
2945 self->sibling[0].diverge = 1; in TEST_F()
/linux/Documentation/security/
H A Dsnp-tdx-threat-model.rst79 The specific details of the CoCo security manager vastly diverge between
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-sony-xperia-tama.dtsi122 /* SONY was cool and didn't diverge from MTP this time, yay! */
/linux/rust/syn/gen/
H A Dclone.rs1408 diverge: self.diverge.clone(), in clone()
H A Deq.rs1390 self.expr == other.expr && self.diverge == other.diverge in eq()
H A Dfold.rs2816 diverge: (node.diverge).map(|it| ((it).0, Box::new(f.fold_expr(*(it).1)))), in fold_local_init()
H A Dhash.rs1782 self.diverge.hash(state); in hash()
H A Ddebug.rs2042 formatter.field("diverge", &self.diverge); in fmt()
H A Dvisit_mut.rs2696 if let Some(it) = &mut node.diverge { in visit_local_init_mut()
H A Dvisit.rs2835 if let Some(it) = &node.diverge { in visit_local_init()
/linux/Documentation/locking/
H A Drt-mutex-design.rst133 would never diverge, since a process can't be blocked on more than one