Searched defs:toAPValue (Results 1 – 2 of 2) sorted by relevance
75 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function