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

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp316 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_INITIALIZED; variable
317 if (!atomic_compare_exchange_strong(&ProfilerLogStatus, &CurrentStatus,
322 return static_cast<XRayLogInitStatus>(CurrentStatus);
338 return static_cast<XRayLogInitStatus>(CurrentStatus);
358 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_UNINITIALIZED;
359 if (!atomic_compare_exchange_strong(&ProfilerLogStatus, &CurrentStatus,
365 return static_cast<XRayLogInitStatus>(CurrentStatus);
H A Dxray_fdr_logging.cpp387 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_INITIALIZED; variable
388 if (!atomic_compare_exchange_strong(&LoggingStatus, &CurrentStatus,
393 return static_cast<XRayLogInitStatus>(CurrentStatus);
618 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_UNINITIALIZED;
619 if (!atomic_compare_exchange_strong(&LoggingStatus, &CurrentStatus,
624 return static_cast<XRayLogInitStatus>(CurrentStatus);
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1368 ParameterStatus &CurrentStatus = ToAlter.getStatusFor(*Index);
1388 CurrentStatus = StatusInSucc;
1418 ParameterStatus &CurrentStatus = IndexedStatus.value();
1429 CurrentStatus = ParameterStatus::Escaped;
1458 const ParameterStatus &CurrentStatus =
1461 return CurrentStatus.getKind() == AfterJoin &&

Completed in 123 milliseconds