Home
last modified time | relevance | path

Searched defs:inout (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Ddefinable06.f904 elemental subroutine inout(x) subroutine
5 integer, intent(inout) :: x argument
H A Dcall14.f9026 subroutine C864(allocatable, inout, out, pointer, volatile) argument
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
H A Dcp_size_mode.pass.cpp27 std::strstream inout(buf, 0); in main() local
47 std::strstream inout(buf, 11, std::ios::app); in main() local
H A Ddefault.pass.cpp26 std::strstream inout; in main() local
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dfor_each.pass.cpp69 Sequence<T> inout(n, Gen<T>()); in test() local