List Question
20 TechQA 2023-03-17T20:05:27.717000Is it possible to declare the function's attribute outside of where it is defined? (GCC)
623 views
Asked by Jay
gcc 12 suggesting to add the "pure" attribute
335 views
Asked by alfC
How to get custom attributes in LLVM Pass
1k views
Asked by leeB0Wen
In Python, how can I use a function attribute as a function?
154 views
Asked by Charlie Brown
GCC/Clang function attributes per template instantiation
574 views
Asked by user6149363
Does asmlinkage mean stack or registers?
601 views
Asked by ng.newbie
Pure version of `std.format.format!`?
125 views
Asked by Filip Haglund
Why is no warning given for the wrong use of __attribute__((pure)) in GCC?
334 views
Asked by Abhishek Chakravarti
A more standard __attribute__((warning("msg"))
524 views
Asked by alfC
function attribute lifespan
118 views
Asked by kambi
Optimization problem with [[gnu::pure]] function attribute and threads
985 views
Asked by Omnifarious
gcc linker extension __attribute__((constructor)) causes crash in main()
670 views
Asked by Hind Forsum
Mark function to be used only under lock
122 views
Asked by Idan Emergi
Is function declared as __attribute__ ((pure)) allowed to return newly constructed std::string
776 views
Asked by osgx
State variables in Python: when to choose classes, nonlocal variables, or function attributes
3.5k views
Asked by DrMag
accessing function attributes inside decorators
882 views
Asked by Sudhan Nadar
Best way to initialize variable in a module?
7.4k views
Asked by Robbe
Python scipy.optimize.f_min_l_bfgs_b algorithm: how to have extra outputs?
91 views
Asked by zcadqe
GCC - "has initializer but incomplete type" error when using macros for function attributes
1.7k views
Asked by Cloud