/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/coverage/ |
H A D | tests.rs | 43 const TEMP_BLOCK: BasicBlock = BasicBlock::MAX; const 133 branches.push((branches.len() as u128, TEMP_BLOCK)); in set_branch() 153 destination: Some((self.dummy_place.clone(), TEMP_BLOCK)), in call() 162 self.add_block_from(some_from_block, TerminatorKind::Goto { target: TEMP_BLOCK }) in goto() 169 targets: SwitchTargets::static_if(0, TEMP_BLOCK, TEMP_BLOCK), in switchint()
|
/dports/math/mumps/mumps-5.1.2/src/ |
H A D | zfac_lr.F | 209 COMPLEX(kind=8), ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 229 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 246 & ZERO , TEMP_BLOCK , NELIM) 248 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 250 deallocate(TEMP_BLOCK) 314 COMPLEX(kind=8), ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 335 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 352 & ZERO , TEMP_BLOCK , NELIM) 354 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 356 deallocate(TEMP_BLOCK)
|
H A D | cfac_lr.F | 209 COMPLEX, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 229 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 246 & ZERO , TEMP_BLOCK , NELIM) 248 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 250 deallocate(TEMP_BLOCK) 314 COMPLEX, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 335 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 352 & ZERO , TEMP_BLOCK , NELIM) 354 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 356 deallocate(TEMP_BLOCK)
|
H A D | dfac_lr.F | 209 DOUBLE PRECISION, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 229 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 246 & ZERO , TEMP_BLOCK , NELIM) 248 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 250 deallocate(TEMP_BLOCK) 314 DOUBLE PRECISION, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 335 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 352 & ZERO , TEMP_BLOCK , NELIM) 354 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 356 deallocate(TEMP_BLOCK)
|
H A D | sfac_lr.F | 209 REAL, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 229 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 246 & ZERO , TEMP_BLOCK , NELIM) 248 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 250 deallocate(TEMP_BLOCK) 314 REAL, ALLOCATABLE,DIMENSION(:,:) :: TEMP_BLOCK local 335 allocate(TEMP_BLOCK( NELIM, KL ), stat=allocok ) 352 & ZERO , TEMP_BLOCK , NELIM) 354 & TEMP_BLOCK , NELIM , BLR_L(I)%Q(1,1) , ML , 356 deallocate(TEMP_BLOCK)
|