Home
last modified time | relevance | path

Searched refs:ForGuardBinding (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dmatch_arm_scopes.complicated_match.SimplifyCfg-initial.after-ElaborateDrops.after.diff114 - FakeRead(ForGuardBinding, _6); // scope 0 at $DIR/match-arm-scopes.rs:15:72: 15:73
115 - FakeRead(ForGuardBinding, _8); // scope 0 at $DIR/match-arm-scopes.rs:15:72: 15:73
171 - FakeRead(ForGuardBinding, _6); // scope 0 at $DIR/match-arm-scopes.rs:15:72: 15:73
172 - FakeRead(ForGuardBinding, _8); // scope 0 at $DIR/match-arm-scopes.rs:15:72: 15:73
H A Dmatch_false_edges.main.PromoteTemps.before.mir83 FakeRead(ForGuardBinding, _7); // scope 0 at $DIR/match_false_edges.rs:36:27: 36:28
127 FakeRead(ForGuardBinding, _11); // scope 0 at $DIR/match_false_edges.rs:38:28: 38:29
H A Dmatch_false_edges.full_tested_match2.PromoteTemps.before.mir75 FakeRead(ForGuardBinding, _6); // scope 0 at $DIR/match_false_edges.rs:27:26: 27:27
H A Dmatch_false_edges.full_tested_match.PromoteTemps.after.mir77 FakeRead(ForGuardBinding, _6); // scope 0 at $DIR/match_false_edges.rs:16:26: 16:27
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/coverage/
H A Dspans.rs833 StatementKind::FakeRead(box (cause, _)) if cause == FakeReadCause::ForGuardBinding => None, in filtered_statement_span()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/matches/
H A Dmod.rs2022 let cause = FakeReadCause::ForGuardBinding; in bind_and_guard_matched_candidate()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dmod.rs1630 ForGuardBinding, enumerator