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

References

tools/clang/lib/CodeGen/CGAtomic.cpp
   49         AtomicTy = lvalue.getType();
   50         if (auto *ATy = AtomicTy->getAs<AtomicType>())
   53           ValueTy = AtomicTy;
   62         TypeInfo AtomicTI = C.getTypeInfo(AtomicTy);
  100         AtomicTy = C.getIntTypeForBitwidth(AtomicSizeInBits, OrigBFI.IsSigned);
  101         if (AtomicTy.isNull()) {
  105           AtomicTy =
  113         AtomicTy = lvalue.getType();
  114         AtomicSizeInBits = C.getTypeSize(AtomicTy);
  121         AtomicTy = ValueTy = CGF.getContext().getExtVectorType(
  124         AtomicSizeInBits = C.getTypeSize(AtomicTy);
  132     QualType getAtomicType() const { return AtomicTy; }
  292                                                                 : AtomicTy,