pure/const function attributes in different compilers...
Read Moreconst gcc function attribute and a global const variables...
Read MoreDoes asmlinkage mean stack or registers?...
Read MoreWhat's an implementation required to do upon seeing unknown attributes?...
Read Moregcc linker extension __attribute__((constructor)) causes crash in main()...
Read MoreForcing a function to be optimized on clang or prologueless non-naked C functions - paste together b...
Read MoreIs it possible to declare the function's attribute outside of where it is defined? (GCC)...
Read MoreDecorator to set attribute of function...
Read Moregcc 12 suggesting to add the "pure" attribute...
Read MoreBest way to initialize variable in a module?...
Read MorePure version of `std.format.format!`?...
Read MoreWhy is no warning given for the wrong use of __attribute__((pure)) in GCC?...
Read MoreHow to use GCC's printf format attribute with C++11 variadic templates?...
Read MoreExplain force_align_arg_pointer function attribute...
Read MoreOptimization problem with [[gnu::pure]] function attribute and threads...
Read Moreaccessing function attributes inside decorators...
Read MoreGCC - "has initializer but incomplete type" error when using macros for function attribute...
Read MoreWhat does the unavailable attribute in Objective C mean?...
Read MoreCreate a function-attribute of a function, which is, in its turn, a method of an object literal...
Read MoreCould the function used in std::thread (c++11) have [[noreturn]]?...
Read MoreIs it possible to have a make a generic method which can take the place of three methods with a Syst...
Read MoreReassign a function attribute makes it 'unreachable'...
Read MoreInconsistent gcc behaviour for __attribute((const))...
Read MoreLLVM how to set Attributes::NoUnwind to Function?...
Read Morehow to specify attribute of GNU C?...
Read MoreHow to mark a function with return type not to return?...
Read More