Home
last modified time | relevance | path

Searched defs:BlockAnd (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/compiler/rustc_mir_build/src/build/
Dblock.rs15 ) -> BlockAnd<()> { in ast_block()
64 ) -> BlockAnd<()> { in ast_block_stmts()
Dmod.rs399 struct BlockAnd<T>(BasicBlock, T); struct
403 fn unit(self) -> BlockAnd<()>; in unit()
411 fn unit(self) -> BlockAnd<()> { in unit()
420 let BlockAnd(b, v) = $c; localVariable
426 let BlockAnd(b, ()) = $c; localVariable
834 ) -> BlockAnd<()> { in args_and_body()
Dscope.rs460 F: FnOnce(&mut Builder<'a, 'tcx>) -> Option<BlockAnd<()>>, in in_breakable_scope()
522 F: FnOnce(&mut Builder<'a, 'tcx>) -> BlockAnd<()>, in in_if_then_scope()
602 ) -> BlockAnd<()> { in pop_scope()
619 ) -> BlockAnd<()> { in break_scope()
1132 ) -> BlockAnd<()> { in build_drop_and_replace()
1211 ) -> BlockAnd<()> { in build_scope_drops()
1295 ) -> Option<BlockAnd<()>> { in build_exit_tree()
/third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/
Dstmt.rs16 ) -> BlockAnd<()> { in stmt_expr()
Dinto.rs23 ) -> BlockAnd<()> { in expr_into_dest()
/third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/
Dmod.rs43 ) -> BlockAnd<()> { in then_else_break()
166 ) -> BlockAnd<()> { in match_expr()
326 ) -> BlockAnd<()> { in lower_match_arms()
481 ) -> BlockAnd<()> { in expr_into_pattern()
576 ) -> BlockAnd<()> { in place_into_pattern()
1782 ) -> BlockAnd<()> { in lower_let_expr()