MCPcopy Create free account
hub / github.com/csmith-project/csmith / ExtensionValue

Method ExtensionValue

src/ExtensionValue.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#include "Constant.h"
38
39ExtensionValue::ExtensionValue(const Type *type, string name)
40 : type_(type),
41 value_(NULL),
42 name_(name)
43{
44 vector<bool> isConsts;
45 vector<bool> isVolatiles;
46 isConsts.push_back(false);
47 isVolatiles.push_back(false);
48 qfer_ = CVQualifiers(isConsts, isVolatiles);
49}
50
51ExtensionValue::~ExtensionValue()
52{

Callers

nothing calls this directly

Calls 1

CVQualifiersClass · 0.70

Tested by

no test coverage detected