Search code examples
Type punning - how does the compiler decide what type to use?...

c++unionstype-punning

Read More
Type punning with void * without breaking the strict aliasing rule in C99...

cc99void-pointersstrict-aliasingtype-punning

Read More
Strict pointer aliasing: is access through a 'volatile' pointer/reference a solution?...

c++volatilestrict-aliasingtype-punning

Read More
Is it safe to transport a double through an int in C++03?...

c++doubleunionstype-punning

Read More
strict aliasing and memory alignment...

c++ccastingtype-punning

Read More
Is reinterpret_cast mostly useless?...

c++pointerscastingreinterpret-casttype-punning

Read More
float bits and strict aliasing...

c++floating-pointbitstrict-aliasingtype-punning

Read More
Does a simple cast to perform a raw copy of a variable break strict aliasing?...

c++castingreinterpret-caststrict-aliasingtype-punning

Read More
type-punned warning...

linuxgccstrict-aliasingtype-punning

Read More
free/delete union malloc/new Array in C/C++...

c++cunionsstrict-aliasingtype-punning

Read More
Strict pointer aliasing: any solution for a specific problem?...

c++genericsreinterpret-caststrict-aliasingtype-punning

Read More
Deriving from a base class whose instances reside in a fixed format (database, MMF)...how to be safe...

c++ormc++11wrappertype-punning

Read More
Make interchangeable class types via pointer casting only, without having to allocate any new object...

c++c++11language-lawyerreinterpret-casttype-punning

Read More
Portable data reinterpretation...

ctype-punning

Read More
Type punning, char[] and dereferencing...

c++type-punning

Read More
How to safely perform type-punning in embedded system...

cgccembeddedstrict-aliasingtype-punning

Read More
Safely punning char* to double in C...

cendiannesstype-punning

Read More
C type punning question...

cvoid-pointerstype-punning

Read More
Placement-new vs gcc 4.4.3 strict-aliasing rules...

c++gccplacement-newpointer-aliasingtype-punning

Read More
Analysis of C code...

ccpu-registerstype-punning

Read More
Redundant __packed__ attributes...

cgccbit-fieldstype-punning

Read More
Compile time float packing/punning...

cgccembeddedtype-punning

Read More
Java: Using type punning on primitive arrays?...

javabufferprimitive-typesbytebuffertype-punning

Read More
Reassemble float from bytes inline...

cembeddedtype-punning

Read More
BackNext