Lines Matching refs:this
4 // of this software and/or associated documentation files (the "Materials"),
10 // The above copyright notice and this permission notice shall be included in
213 // For BitEnum, the index of the bit position represented by this mask.
228 // Returns true if this enum is valid, in isolation.
256 return (*this)[value].name.c_str();
279 alias(this) { }
282 *this = v;
283 alias = this;
290 bool isAlias() const { return alias != this; }
298 const InstructionValue* alias; // correct only after discovering the aliases; otherwise points to this