Search code examples
Is restricted the opposite of volatile?...


cassemblyx86volatilerestrict-qualifier

Read More
Does the restrict keyword provide significant benefits in gcc/g++?...


c++cgccg++restrict-qualifier

Read More
Tell c++ compiler that the argument is not aliased...


c++chpcrestrict-qualifier

Read More
What is the syntax for using the restrict keyword for a 2d array function parameter?...


cfunctionmultidimensional-arrayparametersrestrict-qualifier

Read More
Why is the __restrict__ modifier not enforced?...


c++pass-by-referencerestrict-qualifier

Read More
Can a function return an argument that is a restrict pointer?...


cpointersrestrict-qualifier

Read More
CUDA: How to apply __restrict__ on array of pointers to arrays?...


cudarestrict-qualifier

Read More
When to use restrict and when not to...


cpointersc99restrict-qualifier

Read More
Does Clang misunderstand the 'const' pointer specifier?...


cclangcompiler-optimizationstrict-aliasingrestrict-qualifier

Read More
Situation with `restrict` keyword/attribute in C++ standard...


c++standardsc++20restrict-qualifier

Read More
When is a pointer expression "based on" another pointer?...


cpointerslanguage-lawyerrestrict-qualifier

Read More
Combining __restrict__ and __attribute__((aligned(32)))...


c++gccx86memory-alignmentrestrict-qualifier

Read More
Does this violate the semantics of `restrict`?...


crestrict-qualifier

Read More
How to apply restrict qualifier on this pointer...


c++classthisrestrict-qualifier

Read More
What is the purpose of restrict as size of array?...


cgccrestrict-qualifier

Read More
Is there a way to tell the C compiler that a pointer has no aliasing stores?...


crestrictrestrict-qualifier

Read More
Parameters declared restrict and compiler warnings...


cc99c11restrictrestrict-qualifier

Read More
Does restrict help in C if a pointer is already marked const?...


c++coptimizationrestrict-qualifier

Read More
Why does the restrict qualifier still allow memcpy to access overlapping memory?...


cmemcpyrestrict-qualifier

Read More
Is the C restrict qualifier transitive?...


ccompiler-optimizationrestrict-qualifier

Read More
Passing restrict qualified pointers to functions?...


cpointersrestrict-qualifier

Read More
restrict-pointer-type template arguments and overriding virtual methods of a templated base class...


c++templatesvirtual-functionsrestrict-qualifiertemplate-classes

Read More
Is there an efficient way to make reference to constants actually const instead of read only?...


c++restrict-qualifier

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


cc99pointer-aliasingrestrict-qualifier

Read More
How to combine __restrict__ with an array pointed to by a __constant__ pointer?...


cudarestrict-qualifier

Read More
Specialising templates on C++AMP restricted lambdas...


visual-c++lambdatemplate-specializationc++-amprestrict-qualifier

Read More
Is it legal to assign a restricted pointer to another pointer, and use the second pointer to modify ...


cc99restrict-qualifier

Read More
Can a const * __restrict__ increase cuda register usage?...


cudacpu-registersrestrict-qualifier

Read More
Can I `__restrict__ this` somehow?...


c++optimizationconcurrencyrestrictrestrict-qualifier

Read More
Application of Pointer Aliasing Rule (Pointer to Addess of Itself)...


c++restrictrestrict-qualifier

Read More
BackNext