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

Overridden By

tools/clang/lib/Basic/Targets/Mips.h
  400   bool hasInt128Type() const override {
tools/clang/lib/Basic/Targets/OSTargets.h
  718   bool hasInt128Type() const override { return false; }
tools/clang/lib/Basic/Targets/WebAssembly.h
  103   bool hasInt128Type() const final { return true; }
tools/clang/lib/Basic/Targets/X86.h
  673   bool hasInt128Type() const override { return true; }

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  668     return CGM.getContext().getTargetInfo().hasInt128Type();
tools/clang/lib/CodeGen/TargetInfo.cpp
 6375   if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() &&
tools/clang/lib/Frontend/InitPreprocessor.cpp
  811   if (TI.hasInt128Type())
 1092   if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) {
tools/clang/lib/Sema/Sema.cpp
  215   if (Context.getTargetInfo().hasInt128Type()) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 1713        !Context.getTargetInfo().hasInt128Type()))
tools/clang/lib/Sema/SemaOverload.cpp
 7948     if (S.Context.getTargetInfo().hasInt128Type())
 7953     if (S.Context.getTargetInfo().hasInt128Type())
tools/clang/lib/Sema/SemaType.cpp
 1469     if (!S.Context.getTargetInfo().hasInt128Type() &&