Home | History | Annotate | Download | only in include

Lines Matching full:__v_

5377     __lx __v_;
5380 pointer_safety() : __v_() {}
5383 pointer_safety(__lx __v) : __v_(__v) {}
5385 operator int() const {return __v_;}