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

  /external/clang/include/clang/Basic/
TargetInfo.h 273 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 512 if (TI.hasInt128Type())
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 132 if (PP.getTargetInfo().hasInt128Type()) {
    [all...]
SemaType.cpp 866 if (!S.PP.getTargetInfo().hasInt128Type())
    [all...]
SemaExpr.cpp     [all...]

Completed in 277 milliseconds