Searched defs:voidcast (Results 1 – 3 of 3) sorted by relevance
139 # define voidcast(type, value) static_cast<type>(value) macro141 # define voidcast(type, value) (value) macro
57 # define voidcast(type, value) static_cast<type>(value) macro61 # define voidcast(type, value) (value) macro
135 # define voidcast(type, value) static_cast<type>(value) macro137 # define voidcast(type, value) (value) macro