Macros | |
#define | ein_callback(...) |
[[callback(...)]] | |
#define | ein_noreturn |
gcc-style [[noreturn]] | |
[[assume(x)]]
also moraly belongs among these
#define ein_callback | ( | ... | ) |
[[callback(...)]]
Indicates the specified argument will be called back with the other named arguments. Complicated, see clang docs. Allows better interprocedural analysis
Definition at line 39 of file control_flow.hpp.
#define ein_noreturn |
gcc-style [[noreturn]]
Indicates the method does not return to the caller.
A relevant testimonial by the Kingston Trio.
Definition at line 55 of file control_flow.hpp.