Home
last modified time | relevance | path

Searched refs:hasInt128Type (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h286 bool hasInt128Type() const { return getPointerWidth(0) >= 64; } // FIXME in hasInt128Type() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DInitPreprocessor.cpp584 if (TI.hasInt128Type()) in InitializePredefinedMacros()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSema.cpp137 if (PP.getTargetInfo().hasInt128Type()) { in Initialize()
DSemaType.cpp854 if (!S.PP.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()
DSemaExpr.cpp3121 PP.getTargetInfo().hasInt128Type()) in ActOnNumericConstant()
3192 PP.getTargetInfo().hasInt128Type()) { in ActOnNumericConstant()