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

References

tools/clang/lib/AST/ASTContext.cpp
 1906       Width = Target->getLongWidth();
 6658         return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q';
 6668       return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q';
 9424       if (Context.getTargetInfo().getLongWidth() == 32)
tools/clang/lib/Basic/TargetInfo.cpp
  229   case UnsignedLong:     return getLongWidth();
  243   if (getLongWidth() == BitWidth)
  258   if (getLongWidth() >= BitWidth)
tools/clang/lib/Basic/Targets/Mips.cpp
  187   Builder.defineMacro("_MIPS_SZLONG", Twine(getLongWidth()));
tools/clang/lib/Basic/Targets/NVPTX.cpp
  118   LongWidth = HostTarget->getLongWidth();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4768                              Context.getTargetInfo().getLongWidth());
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3692   if (TI.getTriple().isOSCygMing() && TI.getPointerWidth(0) > TI.getLongWidth())
tools/clang/lib/Frontend/InitPreprocessor.cpp
  764   if (TI.getPointerWidth(0) == 64 && TI.getLongWidth() == 64
  770   if (TI.getPointerWidth(0) == 32 && TI.getLongWidth() == 32
  798   DefineTypeSizeof("__SIZEOF_LONG__", TI.getLongWidth(), TI, Builder);
  878   if (TI.getLongWidth() > TI.getIntWidth())
  881   if (TI.getLongLongWidth() > TI.getLongWidth())
  900   if (TI.getLongWidth() > TI.getIntWidth()) {
  906   if (TI.getLongLongWidth() > TI.getLongWidth()) {
  966     DEFINE_LOCK_FREE_MACRO(LONG, Long);
tools/clang/lib/Sema/SemaDecl.cpp
17450       BestWidth = Context.getTargetInfo().getLongWidth();
17482                (BestWidth = Context.getTargetInfo().getLongWidth())) {
tools/clang/lib/Sema/SemaExpr.cpp
 3657         unsigned LongSize = Context.getTargetInfo().getLongWidth();
14552   else if (pw == Context.getTargetInfo().getLongWidth())
tools/clang/tools/extra/clang-tidy/google/IntegerTypesCheck.cpp
  109     Width = TargetInfo.getLongWidth();
  121     Width = TargetInfo.getLongWidth();