Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp78 bool *RuntimeMode = nullptr; member in __anon0383ec9b0111::ExecutionRuntimeModesRAII
89 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument
90 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()
92 SavedRuntimeMode = RuntimeMode; in ExecutionRuntimeModesRAII()
94 RuntimeMode = FullRuntimeMode; in ExecutionRuntimeModesRAII()
98 if (RuntimeMode) in ~ExecutionRuntimeModesRAII()
99 *RuntimeMode = SavedRuntimeMode; in ~ExecutionRuntimeModesRAII()