Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
Dsancov_plugin.c67 tree leaf_attr, nothrow_attr; in sancov_start_unit() local
84 leaf_attr = tree_cons(get_identifier("leaf"), NULL, NULL); in sancov_start_unit()
85 decl_attributes(&sancov_fndecl, leaf_attr, 0); in sancov_start_unit()