Searched refs:SetAction (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | external-io.cpp | 18 IONAME(SetAction) in TestDirectUnformatted() 74 IONAME(SetAction) in TestDirectUnformattedSwapped() 141 IONAME(SetAction) in TestSequentialFixedUnformatted() 225 IONAME(SetAction) in TestSequentialVariableUnformatted() 315 IONAME(SetAction) in TestDirectFormatted() 367 IONAME(SetAction) in TestSequentialVariableFormatted()
|
/external/eigen/Eigen/src/Core/products/ |
D | Parallelizer.h | 24 if(action==SetAction) in manage_multi_threading() 71 internal::manage_multi_threading(SetAction, &v); in setNbThreads()
|
D | GeneralBlockPanelKernel.h | 59 if(action==SetAction) in manage_caching_sizes() 2144 internal::manage_caching_sizes(SetAction, &l1, &l2, &l3);
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 488 enum Action {GetAction, SetAction}; enumerator
|
/external/llvm-project/flang/runtime/ |
D | io-api.h | 264 bool IONAME(SetAction)(Cookie, const char *, std::size_t);
|
D | io-api.cpp | 601 bool IONAME(SetAction)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 62 mkIOKey(SetAccess), mkIOKey(SetAction), mkIOKey(SetAsynchronous), 570 ioFunc = getIORuntimeFunc<mkIOKey(SetAction)>(loc, builder); in genIOOption()
|