Searched defs:SpecConstantValue (Results 1 – 1 of 1) sorted by relevance
3557 struct SpecConstantValue struct3559 SpecConstantType type;3560 union ValueUnion {3584 } value;3586 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() function3587 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() function3588 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument3589 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() function3590 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() argument3591 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() argument[all …]