Home
last modified time | relevance | path

Searched defs:toSemantics (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFixedPoint.h67 FixedPoint toSemantics(const llvm::FixedPointSemantics &Sem, in toSemantics() function
H A DFloating.h76 void toSemantics(const llvm::fltSemantics *Sem, llvm::RoundingMode RM, in toSemantics() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2570 APFloat::opStatus IEEEFloat::convert(const fltSemantics &toSemantics, in convert()