Searched refs:RuntimeMode (Results 1 – 1 of 1) sorted by relevance
77 bool *RuntimeMode = nullptr; member in __anona9bff4970111::ExecutionRuntimeModesRAII88 bool &RuntimeMode, bool FullRuntimeMode) in ExecutionRuntimeModesRAII() argument89 : ExecMode(ExecMode), RuntimeMode(&RuntimeMode) { in ExecutionRuntimeModesRAII()91 SavedRuntimeMode = RuntimeMode; in ExecutionRuntimeModesRAII()93 RuntimeMode = FullRuntimeMode; in ExecutionRuntimeModesRAII()97 if (RuntimeMode) in ~ExecutionRuntimeModesRAII()98 *RuntimeMode = SavedRuntimeMode; in ~ExecutionRuntimeModesRAII()