Searched refs:RuntimeMode (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp167 bool *RuntimeMode = nullptr; member in class:__anon1787::ExecutionRuntimeModesRAII
178 bool &RuntimeMode, bool FullRuntimeMode)
179 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) {
181 SavedRuntimeMode = RuntimeMode;
183 RuntimeMode = FullRuntimeMode;
187 if (RuntimeMode)
188 *RuntimeMode = SavedRuntimeMode;
177 ExecutionRuntimeModesRAII(CGOpenMPRuntimeNVPTX::ExecutionMode &ExecMode, bool &RuntimeMode, bool FullRuntimeMode) argument

Completed in 106 milliseconds