HomeSort by relevance Sort by last modified time
    Searched refs:hasInt128Type (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 311 virtual bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 667 if (TI.hasInt128Type())
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 157 if (Context.getTargetInfo().hasInt128Type()) {
    [all...]
SemaType.cpp 856 if (!S.Context.getTargetInfo().hasInt128Type())
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 593 milliseconds