| 411 | static void init(const T &, type_record *) {} |
| 412 | static void precall(function_call &) {} |
| 413 | static void postcall(function_call &, handle) {} |
| 414 | }; |
| 415 | |
| 416 | /// Process an attribute specifying the function's name |
nothing calls this directly
no outgoing calls
no test coverage detected