Searched defs:status_ (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/test/Semantics/ | ||
H A D | io01.f90 | 15 character(len=20) :: status_(2) = (/"neW", "olD"/) variable |
/llvm-project/flang/runtime/ | ||
H A D | io-stmt.h | 617 Fortran::common::optional<OpenStatus> status_; global() variable |
/llvm-project/third-party/unittest/googletest/src/ | ||
H A D | gtest-death-test.cc | 451 int status_; member in testing::internal::DeathTestImpl |