Searched refs:RealType (Results 1 – 5 of 5) sorted by relevance
30 std::unique_ptr<PDBSymbol> RealType) in NativeTypeFunctionArg() argument32 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
172 enum RealType { enum337 RealType getRealTypeByWidth(unsigned BitWidth) const;709 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
496 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 …]
260 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth) const { in getRealTypeByWidth()
10034 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth); in getRealTypeForBitwidth()