Searched refs:MakeValue (Results 1 – 2 of 2) sorted by relevance
121 if (this->IsValue()) return that->MakeValue(ok); in Unify()122 if (that->IsValue()) return this->MakeValue(ok); in Unify()
78 void MakeValue(bool* ok) { in MakeValue() function