Lines Matching defs:THIS
94 #define _IO_CAST_FIELD_ACCESS(THIS, TYPE, MEMBER) \ argument
98 #define _IO_JUMPS(THIS) (THIS)->vtable argument
99 #define _IO_JUMPS_FILE_plus(THIS) \ argument
101 #define _IO_WIDE_JUMPS(THIS) \ argument
103 #define _IO_CHECK_WIDE(THIS) \ argument
107 # define _IO_JUMPS_FUNC(THIS) \ argument
111 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument
114 # define _IO_vtable_offset(THIS) (THIS)->_vtable_offset argument
116 # define _IO_JUMPS_FUNC(THIS) (IO_validate_vtable (_IO_JUMPS_FILE_plus (THIS))) argument
117 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument
119 # define _IO_vtable_offset(THIS) 0 argument
121 #define _IO_WIDE_JUMPS_FUNC(THIS) _IO_WIDE_JUMPS(THIS) argument
123 #define JUMP0(FUNC, THIS) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS) argument
124 #define JUMP1(FUNC, THIS, X1) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1) argument
125 #define JUMP2(FUNC, THIS, X1, X2) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1, X2) argument
126 #define JUMP3(FUNC, THIS, X1,X2,X3) (_IO_JUMPS_FUNC(THIS)->FUNC) (THIS, X1,X2, X3) argument
130 #define WJUMP0(FUNC, THIS) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS) argument
131 #define WJUMP1(FUNC, THIS, X1) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS, X1) argument
132 #define WJUMP2(FUNC, THIS, X1, X2) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS, X1, X2) argument
133 #define WJUMP3(FUNC, THIS, X1,X2,X3) (_IO_WIDE_JUMPS_FUNC(THIS)->FUNC) (THIS, X1,X2, X3) argument