Home
last modified time | relevance | path

Searched refs:FloatPromote (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h113 bool FloatPromote(const llvm::fltSemantics &semantics);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp65 a.FloatPromote(b.m_float.getSemantics()); in PromoteToMaxType()
194 bool Scalar::FloatPromote(const llvm::fltSemantics &semantics) { in FloatPromote() function in Scalar