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
55 APValue toAPValue() const;
115 APValue toAPValue() const { return APValue(toAPSInt()); }
42 R = V.toAPValue(); in ReturnValue()