Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp153 bool *RuntimeMode = nullptr; member in __anona929754a0111::ExecutionRuntimeModesRAII
164 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument
165 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()
167 SavedRuntimeMode = RuntimeMode; in ExecutionRuntimeModesRAII()
169 RuntimeMode = FullRuntimeMode; in ExecutionRuntimeModesRAII()
173 if (RuntimeMode) in ~ExecutionRuntimeModesRAII()
174 *RuntimeMode = SavedRuntimeMode; in ~ExecutionRuntimeModesRAII()