Searched defs:SpecConstantValue (Results 1 – 1 of 1) sorted by relevance
3570 struct SpecConstantValue struct3572 SpecConstantType type;3573 union ValueUnion {3597 } value;3599 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() argument3600 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() argument3601 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument3602 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() function3603 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() function3604 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() function[all …]