Search code examples
Is it enough to only restrict the "out"-(pointer-)parameters of a function?...


cparameter-passingrestrictfunction-parameterpointer-aliasing

Read More
Are there any strict aliasing rule violations that are not detected by -Wstrict-aliasing?...


caliasstrict-aliasingpointer-aliasing

Read More
Unable to overwrite pathInfo in a Symfony 2 Request...


phpsymfonyroutespointer-aliasing

Read More
Why can a fpos_t * alias a FILE *?...


clanguage-lawyerrestrict-qualifierpointer-aliasing

Read More
Why does black-on-white text render to a non-grayscale RGB image?...


fontsgraphicsrenderingpointer-aliasing

Read More
Wrap a function without changing the call sites?...


c++linkeroverridinghookpointer-aliasing

Read More
Where can I find what std::launder really does?...


c++c++17reinterpret-castpointer-aliasingstdlaunder

Read More
Is it safe to change data via a pointer when another pointer-to-const observes it?...


cconstantscompiler-optimizationpointer-aliasing

Read More
My pixijs app 'destroy' pixel when I downsize a big jpeg...


javascriptimagepixi.jspointer-aliasing

Read More
How to tell a C or a C++ compiler that pointers are not aliased...


c++cpointerspointer-aliasingrestrict-qualifier

Read More
How to do aliasing with union or possible with enum?...


cenumsunionspointer-aliasing

Read More
Is there anything like a restrict keyword for C++ to indicate that _iterators_ are not aliased...


c++iteratorpointer-aliasing

Read More
Preventing memory aliasing when copying mem blocks in C...


cpointer-aliasing

Read More
Aliasing and pointer-interconvertability...


c++pointer-aliasingpointer-conversion

Read More
Is aliasing of mutable references correct in unsafe code?...


rustmutableunsafepointer-aliasing

Read More
Attempting to alter a copy but instead altering the original :(...


pythonloopsiterationaliaspointer-aliasing

Read More
Exception to strict aliasing rule in C from 6.5.2.3 Structure and union members...


cstructunionspointer-aliasing

Read More
Is there aliasing in a 2-D array in Python?...


pythonarraysmatrixpointer-aliasing

Read More
How to cast sockaddr_storage and avoid breaking strict-aliasing rules...


csocketspointer-aliasingstrict-aliasing

Read More
Does NumPy handle 1:1 aliasing of complex-number operations correctly?...


pythonarraysnumpypointer-aliasing

Read More
restrict-edness with pre-c99...


cc99pointer-aliasingrestrict-qualifier

Read More
Create alias of part of a list in python...


pythonlistpointer-aliasing

Read More
Deallocating item in array...


c++variable-assignmentundefined-behaviorpointer-aliasing

Read More
Is it legal to alias "const restrict" pointer arguments?...


cpointersc99pointer-aliasingrestrict-qualifier

Read More
Consequenes of warning “dereferencing type-punned pointer will break strict-aliasing rules”...


ccastingcompiler-optimizationstrict-aliasingpointer-aliasing

Read More
setObject() Method and aliasing...


javapointer-aliasing

Read More
Examples of strict aliasing of pointers in GCC C99, no performance differences...


performancegccc99pointer-aliasing

Read More
How to correctly (yet efficiently) implement something like "vector::insert"? (Pointer ali...


c++pointer-aliasing

Read More
Prevent two object internals from aliasing...


c++pointer-aliasingrestrict-qualifier

Read More
gcc C/C++ assume no pointer aliasing...


pointersgccpointer-aliasing

Read More
BackNext