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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
  754     return EmitX86BitTestIntrinsic(CGF, BT, E, BitBase, BitPos);
  772   if (BT.Action != BitTest::TestOnly) {
  778   llvm::AtomicOrdering Ordering = getBitTestAtomicOrdering(BT.Interlocking);
  785     if (BT.Action == BitTest::Reset) {
  795     switch (BT.Action) {