Home
last modified time | relevance | path

Searched defs:rslt (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/test/Lower/Intrinsics/
H A Dcount.f905 subroutine count_test1(rslt, mask) argument
6 integer :: rslt local
17 subroutine test_count2(rslt, mask) argument
18 integer :: rslt(:) local
35 subroutine test_count3(rslt, mask) argument
36 integer :: rslt local
H A Dany.f9018 subroutine any_test2(mask, d, rslt) argument
21 logical :: rslt(:) local
H A Dall.f9018 subroutine all_test2(mask, d, rslt) argument
21 logical :: rslt(:) local
/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3329 auto rslt = in genMerge() local