Searched refs:nothrow_attr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | sancov_plugin.c | 67 tree leaf_attr, nothrow_attr; in sancov_start_unit() local 80 nothrow_attr = tree_cons(get_identifier("nothrow"), NULL, NULL); in sancov_start_unit() 81 decl_attributes(&sancov_fndecl, nothrow_attr, 0); in sancov_start_unit()
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | sancov_plugin.c | 67 tree leaf_attr, nothrow_attr; in sancov_start_unit() local 80 nothrow_attr = tree_cons(get_identifier("nothrow"), NULL, NULL); in sancov_start_unit() 81 decl_attributes(&sancov_fndecl, nothrow_attr, 0); in sancov_start_unit()
|
Completed in 2 milliseconds