Searched refs:diverge (Results 1 – 12 of 12) sorted by relevance
| /linux/rust/syn/ |
| H A D | stmt.rs | 64 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 D | seccomp_bpf.c | 2533 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 D | snp-tdx-threat-model.rst | 79 The specific details of the CoCo security manager vastly diverge between
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sdm845-sony-xperia-tama.dtsi | 122 /* SONY was cool and didn't diverge from MTP this time, yay! */
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 1408 diverge: self.diverge.clone(), in clone()
|
| H A D | eq.rs | 1390 self.expr == other.expr && self.diverge == other.diverge in eq()
|
| H A D | fold.rs | 2816 diverge: (node.diverge).map(|it| ((it).0, Box::new(f.fold_expr(*(it).1)))), in fold_local_init()
|
| H A D | hash.rs | 1782 self.diverge.hash(state); in hash()
|
| H A D | debug.rs | 2042 formatter.field("diverge", &self.diverge); in fmt()
|
| H A D | visit_mut.rs | 2696 if let Some(it) = &mut node.diverge { in visit_local_init_mut()
|
| H A D | visit.rs | 2835 if let Some(it) = &node.diverge { in visit_local_init()
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex-design.rst | 133 would never diverge, since a process can't be blocked on more than one
|