struct Scalar

Declaration

struct Scalar : public Poly { /* full declaration omitted */ };

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2840

Inherits from: Poly

Member Variables

public enum ScalarKind SKind
public anonymous struct / union

Inherited from Poly:

public Kind

Method Overview

Inherited from Poly:

Methods

Scalar()

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2852

Scalar(double DoubleValue)

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2853

Parameters

double DoubleValue

Scalar(bool BoolValue)

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2855

Parameters

bool BoolValue

static bool classof(const Poly* N)

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2858

Parameters

const Poly* N