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

References

tools/clang/include/clang/Basic/TargetInfo.h
  632            AtomicSizeInBits <= getMaxAtomicInlineWidth() &&
tools/clang/lib/AST/ASTContext.cpp
10381   unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth();
tools/clang/lib/AST/ExprConstant.cpp
10924           Info.Ctx.getTargetInfo().getMaxAtomicInlineWidth();
tools/clang/lib/Basic/Targets/NVPTX.cpp
  147   MaxAtomicInlineWidth = HostTarget->getMaxAtomicInlineWidth();
tools/clang/lib/CodeGen/CGAtomic.cpp
  768   unsigned MaxInlineWidthInBits = getTarget().getMaxAtomicInlineWidth();
tools/clang/lib/Frontend/InitPreprocessor.cpp
  951     unsigned InlineWidthBits = TI.getMaxAtomicInlineWidth();