Searched defs:THIS (Results 1 – 1 of 1) sorted by relevance
94 #define _IO_CAST_FIELD_ACCESS(THIS, TYPE, MEMBER) \ argument98 #define _IO_JUMPS(THIS) (THIS)->vtable argument99 #define _IO_JUMPS_FILE_plus(THIS) \ argument101 #define _IO_WIDE_JUMPS(THIS) \ argument103 #define _IO_CHECK_WIDE(THIS) \ argument107 # define _IO_JUMPS_FUNC(THIS) \ argument111 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument114 # define _IO_vtable_offset(THIS) (THIS)->_vtable_offset argument116 # define _IO_JUMPS_FUNC(THIS) (IO_validate_vtable (_IO_JUMPS_FILE_plus (THIS))) argument117 # define _IO_JUMPS_FUNC_UPDATE(THIS, VTABLE) \ argument[all …]