Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
A Dsancov_plugin.c26 tree sancov_fndecl; variable
72 DECL_ASSEMBLER_NAME(sancov_fndecl); in sancov_start_unit()
73 TREE_PUBLIC(sancov_fndecl) = 1; in sancov_start_unit()
74 DECL_EXTERNAL(sancov_fndecl) = 1; in sancov_start_unit()
75 DECL_ARTIFICIAL(sancov_fndecl) = 1; in sancov_start_unit()
76 DECL_PRESERVE_P(sancov_fndecl) = 1; in sancov_start_unit()
77 DECL_UNINLINABLE(sancov_fndecl) = 1; in sancov_start_unit()
78 TREE_USED(sancov_fndecl) = 1; in sancov_start_unit()
82 gcc_assert(TREE_NOTHROW(sancov_fndecl)); in sancov_start_unit()
97 .base = &sancov_fndecl, in plugin_init()
[all …]

Completed in 3 milliseconds