Searched refs:RuntimeMode (Results 1 – 1 of 1) sorted by relevance
78 bool *RuntimeMode = nullptr; member in __anon0383ec9b0111::ExecutionRuntimeModesRAII89 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument90 : 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()