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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  642     return {TestOnly, Unlocked, false};
  644     return {Complement, Unlocked, false};
  646     return {Reset, Unlocked, false};
  648     return {Set, Unlocked, false};
  656     return {TestOnly, Unlocked, true};
  658     return {Complement, Unlocked, true};
  660     return {Reset, Unlocked, true};
  662     return {Set, Unlocked, true};
  705   if (BT.Interlocking != BitTest::Unlocked)
  729   case BitTest::Unlocked:   return llvm::AtomicOrdering::NotAtomic;