Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp336 return hasIbm128Type() ? FloatModeKind::Ibm128 in getRealTypeByWidth()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h683 virtual bool hasIbm128Type() const { return HasIbm128; } in hasIbm128Type() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2005 !Context.getTargetInfo().hasIbm128Type())) in checkTypeSupport()
2011 (Ty->isIbm128Type() && !Context.getTargetInfo().hasIbm128Type()) || in checkTypeSupport()
H A DSemaType.cpp1570 if (!S.Context.getTargetInfo().hasIbm128Type() && in ConvertDeclSpecToType()
H A DSemaOverload.cpp8803 if (S.Context.getTargetInfo().hasIbm128Type()) in InitArithmeticTypes()