reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/ManagedStatic.h
   87     void *Tmp = Ptr.load(std::memory_order_acquire);
   91     return *static_cast<C *>(Ptr.load(std::memory_order_relaxed));
lib/Support/ManagedStatic.cpp
   39     if (!Ptr.load(std::memory_order_relaxed)) {
lib/Support/Unix/Signals.inc
  135     for (FileToRemoveList *Current = Head.load(); Current;
  136          Current = Current->Next.load()) {
  137       if (char *OldFilename = Current->Filename.load()) {
  159          currentFile = currentFile->Next.load()) {
projects/openmp/runtime/src/kmp_lock.cpp
 2490   if (lck->lk.polls.load() != NULL) {
 2491     __kmp_free(lck->lk.polls.load());
projects/openmp/runtime/src/kmp_tasking.cpp
 2317   reduce_data = KMP_ATOMIC_LD_RLX(&team->t.t_tg_reduce_data[is_ws]);
 2333         (reduce_data = KMP_ATOMIC_LD_ACQ(&team->t.t_tg_reduce_data[is_ws])) ==
 2513     if ((reduce_data = KMP_ATOMIC_LD_ACQ(&t->t.t_tg_reduce_data[0])) != NULL &&
 2531     } else if ((reduce_data = KMP_ATOMIC_LD_ACQ(&t->t.t_tg_reduce_data[1])) !=
tools/lldb/include/lldb/Utility/Log.h
   78       Log *log = log_ptr.load(std::memory_order_relaxed);
   89       Log *log = log_ptr.load(std::memory_order_relaxed);