Searched refs:toAPValue (Results 1 – 5 of 5) sorted by relevance
59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function
75 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
52 APValue toAPValue() const;
115 APValue toAPValue() const { return APValue(toAPSInt()); }
43 R = V.toAPValue(); in ReturnValue()