Searched defs:offsetof (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp298 // HACK: gcc warns about applying offsetof() to non-POD object or calculating
300 // warning. gcc-3.4 has an option -Wno-invalid-offsetof to suppress
304 #ifdef offsetof
305 # undef offsetof macro
307 #define offsetof(klass,field) offset_of(klass,field) macro

Completed in 57 milliseconds