Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c657 const_tree poss_is_err_func; in dominated_by_is_err() local
688 poss_is_err_func = gimple_call_fndecl(call_stmt); in dominated_by_is_err()
689 if (!poss_is_err_func) in dominated_by_is_err()
693 if (strcmp(DECL_NAME_POINTER(poss_is_err_func), "IS_ERR")) in dominated_by_is_err()