LLVM 19.0.0git
Variables
FloatingPointMode.cpp File Reference
#include "llvm/ADT/FloatingPointMode.h"
#include "llvm/ADT/StringExtras.h"

Go to the source code of this file.

Variables

static constexpr std::pair< FPClassTest, StringLiteralNoFPClassName []
 

Variable Documentation

◆ NoFPClassName

constexpr std::pair<FPClassTest, StringLiteral> NoFPClassName[]
staticconstexpr
Initial value:
= {
{fcAllFlags, "all"},
{fcNan, "nan"},
{fcSNan, "snan"},
{fcQNan, "qnan"},
{fcInf, "inf"},
{fcNegInf, "ninf"},
{fcPosInf, "pinf"},
{fcZero, "zero"},
{fcNegZero, "nzero"},
{fcPosZero, "pzero"},
{fcSubnormal, "sub"},
{fcNegSubnormal, "nsub"},
{fcPosSubnormal, "psub"},
{fcNormal, "norm"},
{fcNegNormal, "nnorm"},
{fcPosNormal, "pnorm"}
}

Definition at line 67 of file FloatingPointMode.cpp.

Referenced by llvm::operator<<().