Searched defs:Constant (Results 1 – 1 of 1) sorted by relevance
124 struct Constant { struct126 Constant(u1 tag) : in Constant() function130 virtual ~Constant() {} in ~Constant()142 virtual void Keep() {} in Keep()144 bool Kept() { in Kept()150 u2 slot() { in slot()169 u2 slot_; // zero => "this constant is unreachable garbage"170 u1 tag_;