Home
last modified time | relevance | path

Searched refs:fntype (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/scripts/gcc-plugins/
Dstackleak_plugin.c291 tree fntype; in stackleak_start_unit() local
294 fntype = build_function_type_list(void_type_node, NULL_TREE); in stackleak_start_unit()
295 track_function_decl = build_fn_decl(track_function, fntype); in stackleak_start_unit()