Searched refs:action_ (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | io01.f90 | 4 character(len=20) :: action_(2) = (/"reaD ", "writE"/) variable 43 open(31, action=action_(2), asynchronous=asynchronous_(2), blank=blank_(2))
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | test_iterators.h | 437 : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {} in ThrowingIterator() 440 : begin_(first), end_(last), current_(first), action_(action), index_(index) {} in begin_() 442 …: begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.ind… in ThrowingIterator() 445 if (action_ == TAAssignment && --index_ < 0) { 455 action_ = rhs.action_; 461 if (action_ == TADereference && --index_ < 0) { 472 if (action_ == TAIncrement && --index_ < 0) { 490 if (action_ == TADecrement && --index_ < 0) { 508 if (a.action_ == TAComparison && --a.index_ < 0) { 533 ThrowingAction action_; member
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 841 explicit IgnoreResultAction(const A& action) : action_(action) {} 858 return Action<F>(new Impl<F>(action_)); 868 explicit Impl(const A& action) : action_(action) {} 872 action_.Perform(args); 881 const Action<OriginalFunction> action_; 886 const A action_;
|
| H A D | gmock-spec-builders.h | 333 action_ = action; in WillByDefault() 347 return action_; in GetAction() 366 Action<F> action_; variable
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DevelopmentModeInlineAdvisor.cpp | 71 cl::Hidden, cl::init("action_"),
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-stmt.h | 561 void set_action(Action action) { action_ = action; } // ACTION= in set_action() 573 std::optional<Action> action_; variable
|
| H A D | io-stmt.cpp | 238 unit().OpenUnit(status_, action_, position_.value_or(Position::AsIs), in CompleteOperation() 242 status_, action_, position_.value_or(Position::AsIs), convert_, *this); in CompleteOperation()
|