Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp275 if (hasFloat128Type()) in getRealTypeByWidth()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h519 virtual bool hasFloat128Type() const { return HasFloat128; } in hasFloat128Type() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4671 (getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateBaseType()
4690 ((getContext().getTargetInfo().hasFloat128Type() && in isHomogeneousAggregateSmallEnough()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1460 if (!S.Context.getTargetInfo().hasFloat128Type()) in ConvertDeclSpecToType()
H A DSemaOverload.cpp7764 if (S.Context.getTargetInfo().hasFloat128Type()) in InitArithmeticTypes()