Search code examples
pure/const function attributes in different compilers...


c++gccconstantsfunction-attributes

Read More
const gcc function attribute and a global const variables...


gccclangfunction-attributes

Read More
Does asmlinkage mean stack or registers?...


linuxgcclinux-kernelx86function-attributes

Read More
What's an implementation required to do upon seeing unknown attributes?...


cc23function-attributes

Read More
gcc linker extension __attribute__((constructor)) causes crash in main()...


c++constructorg++function-attributes

Read More
Forcing a function to be optimized on clang or prologueless non-naked C functions - paste together b...


cclangx86-64inline-assemblyfunction-attributes

Read More
Is it possible to declare the function's attribute outside of where it is defined? (GCC)...


c++cgccfunction-attributes

Read More
Decorator to set attribute of function...


pythonattributesdecoratorpython-decoratorsfunction-attributes

Read More
gcc 12 suggesting to add the "pure" attribute...


c++compiler-warningspure-functionfunction-attributesgcc12

Read More
Best way to initialize variable in a module?...


pythoninitializationglobal-variablesfunction-attributes

Read More
Pure version of `std.format.format!`?...


dfunction-attributes

Read More
Why is no warning given for the wrong use of __attribute__((pure)) in GCC?...


cgccfunction-attributes

Read More
How to use GCC's printf format attribute with C++11 variadic templates?...


c++gccc++11variadic-templatesfunction-attributes

Read More
function attribute lifespan...


pythonmemoizationfunction-attributes

Read More
Explain force_align_arg_pointer function attribute...


clinuxgccx86function-attributes

Read More
Optimization problem with [[gnu::pure]] function attribute and threads...


c++multithreadinggccfunction-attributes

Read More
accessing function attributes inside decorators...


pythonscopepython-decoratorsfunction-objectfunction-attributes

Read More
GCC - "has initializer but incomplete type" error when using macros for function attribute...


c++visual-studiogccmacrosfunction-attributes

Read More
What does the unavailable attribute in Objective C mean?...


objective-cclangfunction-attributes

Read More
Create a function-attribute of a function, which is, in its turn, a method of an object literal...


javascriptobject-literalfunction-attributes

Read More
Could the function used in std::thread (c++11) have [[noreturn]]?...


c++c++11function-attributes

Read More
Is it possible to have a make a generic method which can take the place of three methods with a Syst...


c#linqentity-frameworkdatacontextfunction-attributes

Read More
Reassign a function attribute makes it 'unreachable'...


pythonfunction-attributes

Read More
Inconsistent gcc behaviour for __attribute((const))...


c++gcccompiler-optimizationfunction-attributes

Read More
function attribute returns_twice...


c++cfunctionfunction-attributes

Read More
LLVM how to set Attributes::NoUnwind to Function?...


llvmfunction-attributes

Read More
how to specify attribute of GNU C?...


attributesgnufunction-attributes

Read More
How to mark a function with return type not to return?...


objective-ccfunctionfunction-attributes

Read More
BackNext