Home
last modified time | relevance | path

Searched refs:SetAction (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp18 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/
DParallelizer.h24 if(action==SetAction) in manage_multi_threading()
71 internal::manage_multi_threading(SetAction, &v); in setNbThreads()
DGeneralBlockPanelKernel.h59 if(action==SetAction) in manage_caching_sizes()
2144 internal::manage_caching_sizes(SetAction, &l1, &l2, &l3);
/external/eigen/Eigen/src/Core/util/
DConstants.h488 enum Action {GetAction, SetAction}; enumerator
/external/llvm-project/flang/runtime/
Dio-api.h264 bool IONAME(SetAction)(Cookie, const char *, std::size_t);
Dio-api.cpp601 bool IONAME(SetAction)(Cookie cookie, const char *keyword, std::size_t length) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp62 mkIOKey(SetAccess), mkIOKey(SetAction), mkIOKey(SetAsynchronous),
570 ioFunc = getIORuntimeFunc<mkIOKey(SetAction)>(loc, builder); in genIOOption()