Searched defs:CCodeValue (Results 1 – 1 of 1) sorted by relevance
19 struct CCodeValue struct21 UInt16 Len;22 UInt16 Pos;23 void SetAsLiteral() { Len = (1 << 15); } in SetAsLiteral()24 bool IsLiteral() const { return (Len >= (1 << 15)); } in IsLiteral()