Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp30 std::unique_ptr<PDBSymbol> RealType) in NativeTypeFunctionArg() argument
32 RealType(std::move(RealType)) {} in NativeTypeFunctionArg()
42 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId()
44 std::unique_ptr<PDBSymbol> RealType; member in __anon112dc6440111::NativeTypeFunctionArg
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h172 enum RealType { enum
337 RealType getRealTypeByWidth(unsigned BitWidth) const;
709 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
/freebsd-12.1/contrib/libc++/include/
H A Drandom496 template<class RealType = double>
501 typedef RealType result_type;
519 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0);
838 template<class RealType = double>
843 typedef RealType result_type;
894 template<class RealType = double>
899 typedef RealType result_type;
952 template<class RealType = double>
957 typedef RealType result_type;
1010 template<class RealType = double>
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DTargetInfo.cpp260 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp10034 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth); in getRealTypeForBitwidth()