Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c668 const_tree poss_is_err_func; in dominated_by_is_err() local
699 poss_is_err_func = gimple_call_fndecl(call_stmt); in dominated_by_is_err()
700 if (!poss_is_err_func) in dominated_by_is_err()
704 if (strcmp(DECL_NAME_POINTER(poss_is_err_func), "IS_ERR")) in dominated_by_is_err()