Searched defs:APFloat (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h125 typedef llvm::APFloat APFloat; typedef in class:clang::APValue
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h780 class APFloat : public APFloatBase { class in namespace:llvm
920 explicit APFloat(IEEEFloat F, const fltSemantics &S) : U(std::move(F), S) {} function in class:llvm::APFloat
921 explicit APFloat(DoubleAPFloat F, const fltSemantics &S) function in class:llvm::APFloat
935 APFloat(const fltSemantics &Semantics) : U(Semantics) {} function in class:llvm::APFloat
937 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} function in class:llvm::APFloat
942 APFloat(const fltSemantics &Semantics, uninitializedTag) function in class:llvm::APFloat
944 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} function in class:llvm::APFloat
945 explicit APFloat(double d) : U(IEEEFloat(d), IEEEdouble()) {} function in class:llvm::APFloat
946 explicit APFloat(float f) : U(IEEEFloat(f), IEEEsingle()) {} function in class:llvm::APFloat
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h485 APFloat, // APFloatVal enumerator in enum:llvm::lltok::Kind

Completed in 130 milliseconds