Searched refs:RealType (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeFunctionSig.cpp | 29 std::unique_ptr<PDBSymbol> RealType) in NativeTypeFunctionArg() argument 31 RealType(std::move(RealType)) {} in NativeTypeFunctionArg() 41 SymIndexId getTypeId() const override { return RealType->getSymIndexId(); } in getTypeId() 43 std::unique_ptr<PDBSymbol> RealType; member in __anon17ee42930111::NativeTypeFunctionArg
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | random | 532 explicit uniform_real_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20 534 explicit uniform_real_distribution(RealType a, RealType b = 1.0); // C++20 945 explicit gamma_distribution(RealType alpha, RealType beta = 1.0); // C++20 1003 explicit weibull_distribution(RealType a = 1.0, RealType b = 1.0); // before C++20 1005 explicit weibull_distribution(RealType a, RealType b = 1.0); // C++20 1065 explicit extreme_value_distribution(RealType a, RealType b = 1.0); // C++20 1125 explicit normal_distribution(RealType mean, RealType stddev = 1.0); // C++20 1301 explicit cauchy_distribution(RealType a = 0.0, RealType b = 1.0); // before C++20 1303 explicit cauchy_distribution(RealType a, RealType b = 1.0); // C++20 1361 explicit fisher_f_distribution(RealType m = 1.0, RealType n = 1.0); // before C++20 [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 124 enum RealType { enum 404 RealType getRealTypeByWidth(unsigned BitWidth, bool ExplicitIEEE) const; 836 bool useObjCFPRetForRealType(RealType T) const { in useObjCFPRetForRealType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 279 TargetInfo::RealType TargetInfo::getRealTypeByWidth(unsigned BitWidth, in getRealTypeByWidth()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11188 TargetInfo::RealType Ty = in getRealTypeForBitwidth()
|