Searched defs:inout (Results 1 – 5 of 5) sorted by relevance
4 elemental subroutine inout(x) subroutine5 integer, intent(inout) :: x argument
26 subroutine C864(allocatable, inout, out, pointer, volatile) argument
27 std::strstream inout(buf, 0); in main() local47 std::strstream inout(buf, 11, std::ios::app); in main() local
26 std::strstream inout; in main() local
69 Sequence<T> inout(n, Gen<T>()); in test() local